Skip to content

Commit da6882a

Browse files
authored
Merge pull request #373 from Countly/25_1_0
feat: 25.1.0
2 parents 6605b16 + 10b82be commit da6882a

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## XX.XX.XX
1+
## 25.1.0
22
* Added dynamic resizing functionality for the content zone
3+
* Added a config option to content (setZoneTimerInterval) to set content zone timer. (Experimental!)
4+
35
* Improved management of content zone size for better responsiveness
46
* Fixed an issue where the build UUID and executable name were missing from crash reports
5-
* Added a config option to content (setZoneTimerInterval) to set content zone timer. (Experimental!)
67

78
## 24.7.9
89
* Improved view tracking capabilities

Countly-PL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Countly-PL'
3-
s.version = '24.7.9'
3+
s.version = '25.1.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Countly'
3-
s.version = '24.7.9'
3+
s.version = '25.1.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
"@loader_path/Frameworks",
739739
);
740740
MACOSX_DEPLOYMENT_TARGET = 10.14;
741-
MARKETING_VERSION = 24.7.9;
741+
MARKETING_VERSION = 25.1.0;
742742
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
743743
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
744744
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -770,7 +770,7 @@
770770
"@loader_path/Frameworks",
771771
);
772772
MACOSX_DEPLOYMENT_TARGET = 10.14;
773-
MARKETING_VERSION = 24.7.9;
773+
MARKETING_VERSION = 25.1.0;
774774
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
775775
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
776776
PROVISIONING_PROFILE_SPECIFIER = "";

CountlyCommon.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ @interface CountlyCommon ()
2929
#endif
3030
@end
3131

32-
NSString* const kCountlySDKVersion = @"24.7.9";
32+
NSString* const kCountlySDKVersion = @"25.1.0";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

3535
NSString* const kCountlyErrorDomain = @"ly.count.ErrorDomain";

0 commit comments

Comments
 (0)