Skip to content

Commit f79f5bd

Browse files
authored
Merge pull request #442 from Countly/26_1_0
feat: 26.1.0
2 parents 2f5df49 + 1812c33 commit f79f5bd

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XX.XX.XX
1+
## 26.1.0
22
* Added server-side listing filters support for controlling what data gets recorded:
33
* Event filters (blacklist/whitelist) to control which events are recorded
44
* User property filters (blacklist/whitelist) to control which user properties are recorded

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 = '25.4.10'
3+
s.version = '26.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 = '25.4.10'
3+
s.version = '26.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
@@ -820,7 +820,7 @@
820820
"@loader_path/Frameworks",
821821
);
822822
MACOSX_DEPLOYMENT_TARGET = 10.14;
823-
MARKETING_VERSION = 25.4.10;
823+
MARKETING_VERSION = 26.1.0;
824824
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
825825
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
826826
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -852,7 +852,7 @@
852852
"@loader_path/Frameworks",
853853
);
854854
MACOSX_DEPLOYMENT_TARGET = 10.14;
855-
MARKETING_VERSION = 25.4.10;
855+
MARKETING_VERSION = 26.1.0;
856856
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
857857
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
858858
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 = @"25.4.10";
32+
NSString* const kCountlySDKVersion = @"26.1.0";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

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

CountlyTests/TestUtils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestUtils {
1313
static let commonDeviceId: String = "deviceId"
1414
static let commonAppKey: String = "appkey"
1515
static let host: String = "https://YOUR_SERVER"
16-
static let SDK_VERSION = "25.4.10"
16+
static let SDK_VERSION = "26.1.0"
1717
static let SDK_NAME = "objc-native-ios"
1818

1919
static func cleanup() {

0 commit comments

Comments
 (0)