From 3ed2e3805c3344b0ec72aac2f836c51a1ce14c29 Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray <57103426+arifBurakDemiray@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:17:42 +0300 Subject: [PATCH 1/6] Update CountlyContentConfig.m --- CountlyContentConfig.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CountlyContentConfig.m b/CountlyContentConfig.m index 1f3c0a3e..8e9bf1b7 100644 --- a/CountlyContentConfig.m +++ b/CountlyContentConfig.m @@ -39,13 +39,13 @@ - (ContentCallback) getGlobalContentCallback -(void)setZoneTimerInterval:(NSUInteger)zoneTimerIntervalSeconds { if (zoneTimerIntervalSeconds > 15) { - self.zoneTimerInterval = zoneTimerIntervalSeconds; + _zoneTimerInterval = zoneTimerIntervalSeconds; } } - (NSUInteger) getZoneTimerInterval { - return self.zoneTimerInterval; + return _zoneTimerInterval; } #endif From 27486f307b0901c7a8ca92974cd4d3f99f3b1f71 Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray <57103426+arifBurakDemiray@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:18:59 +0300 Subject: [PATCH 2/6] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ec6216..9ceb4a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## XX.XX.XX +* Mitigated an issue while setting zone timer interval. + ## 25.1.0 * Added dynamic resizing functionality for the content zone * Added a config option to content (setZoneTimerInterval) to set content zone timer. (Experimental!) From fe9355ad186fcfb37235e84721a563382275a2fe Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Tue, 4 Feb 2025 09:31:11 +0300 Subject: [PATCH 3/6] fix: underscore set --- CountlyContentConfig.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CountlyContentConfig.m b/CountlyContentConfig.m index 8e9bf1b7..71e10c3a 100644 --- a/CountlyContentConfig.m +++ b/CountlyContentConfig.m @@ -27,12 +27,12 @@ - (instancetype)init #if (TARGET_OS_IOS) -(void)setGlobalContentCallback:(ContentCallback) callback { - self.contentCallback = callback; + _contentCallback = callback; } - (ContentCallback) getGlobalContentCallback { - return self.contentCallback; + return _contentCallback; } From 39b52a0fbb9bd647113e5f5bd7af2a8e14f58a63 Mon Sep 17 00:00:00 2001 From: turtledreams <62231246+turtledreams@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:57:59 +0900 Subject: [PATCH 4/6] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ceb4a7c..05be48ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## XX.XX.XX -* Mitigated an issue while setting zone timer interval. +* Mitigated an issue while setting zone timer interval for content. ## 25.1.0 * Added dynamic resizing functionality for the content zone From 6b1e591abe0cf46917a835c9bdc3ae07aea0fb8e Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Tue, 4 Feb 2025 09:58:33 +0300 Subject: [PATCH 5/6] fix: version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ceb4a7c..9b63b6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## XX.XX.XX +## 25.1.1 * Mitigated an issue while setting zone timer interval. ## 25.1.0 From 586086d58710fa10480097c296546d7387de9bba Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray Date: Tue, 4 Feb 2025 10:01:38 +0300 Subject: [PATCH 6/6] feat: 25.1.0 --- Countly-PL.podspec | 2 +- Countly.podspec | 2 +- Countly.xcodeproj/project.pbxproj | 4 ++-- CountlyCommon.m | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Countly-PL.podspec b/Countly-PL.podspec index efb75925..78d58679 100644 --- a/Countly-PL.podspec +++ b/Countly-PL.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Countly-PL' - s.version = '25.1.0' + s.version = '25.1.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.' s.homepage = 'https://github.com/Countly/countly-sdk-ios' diff --git a/Countly.podspec b/Countly.podspec index 5a4d58d7..95740084 100644 --- a/Countly.podspec +++ b/Countly.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Countly' - s.version = '25.1.0' + s.version = '25.1.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.' s.homepage = 'https://github.com/Countly/countly-sdk-ios' diff --git a/Countly.xcodeproj/project.pbxproj b/Countly.xcodeproj/project.pbxproj index 8fa635bc..7d735fd6 100644 --- a/Countly.xcodeproj/project.pbxproj +++ b/Countly.xcodeproj/project.pbxproj @@ -738,7 +738,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 25.1.0; + MARKETING_VERSION = 25.1.1; PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -770,7 +770,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 25.1.0; + MARKETING_VERSION = 25.1.1; PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/CountlyCommon.m b/CountlyCommon.m index 1cdd9fd4..71597b10 100644 --- a/CountlyCommon.m +++ b/CountlyCommon.m @@ -29,7 +29,7 @@ @interface CountlyCommon () #endif @end -NSString* const kCountlySDKVersion = @"25.1.0"; +NSString* const kCountlySDKVersion = @"25.1.1"; NSString* const kCountlySDKName = @"objc-native-ios"; NSString* const kCountlyErrorDomain = @"ly.count.ErrorDomain";