Skip to content

Commit ff2bb28

Browse files
authored
Release 3.11.0 Updates (#1487)
Release 3.11.0 Version and ChangLog Updates.
1 parent 706918f commit ff2bb28

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

BranchSDK.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 = "BranchSDK"
3-
s.version = "3.10.0"
3+
s.version = "3.11.0"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,7 +2002,7 @@
20022002
"@executable_path/Frameworks",
20032003
"@loader_path/Frameworks",
20042004
);
2005-
MARKETING_VERSION = 3.10.0;
2005+
MARKETING_VERSION = 3.11.0;
20062006
OTHER_LDFLAGS = (
20072007
"-weak_framework",
20082008
LinkPresentation,
@@ -2037,7 +2037,7 @@
20372037
"@executable_path/Frameworks",
20382038
"@loader_path/Frameworks",
20392039
);
2040-
MARKETING_VERSION = 3.10.0;
2040+
MARKETING_VERSION = 3.11.0;
20412041
OTHER_LDFLAGS = (
20422042
"-weak_framework",
20432043
LinkPresentation,
@@ -2243,7 +2243,7 @@
22432243
"@loader_path/Frameworks",
22442244
);
22452245
MACH_O_TYPE = staticlib;
2246-
MARKETING_VERSION = 3.10.0;
2246+
MARKETING_VERSION = 3.11.0;
22472247
OTHER_LDFLAGS = (
22482248
"-weak_framework",
22492249
LinkPresentation,
@@ -2282,7 +2282,7 @@
22822282
"@loader_path/Frameworks",
22832283
);
22842284
MACH_O_TYPE = staticlib;
2285-
MARKETING_VERSION = 3.10.0;
2285+
MARKETING_VERSION = 3.11.0;
22862286
OTHER_LDFLAGS = (
22872287
"-weak_framework",
22882288
LinkPresentation,
@@ -2319,7 +2319,7 @@
23192319
"@executable_path/Frameworks",
23202320
"@loader_path/Frameworks",
23212321
);
2322-
MARKETING_VERSION = 3.10.0;
2322+
MARKETING_VERSION = 3.11.0;
23232323
OTHER_LDFLAGS = (
23242324
"-weak_framework",
23252325
LinkPresentation,
@@ -2354,7 +2354,7 @@
23542354
"@executable_path/Frameworks",
23552355
"@loader_path/Frameworks",
23562356
);
2357-
MARKETING_VERSION = 3.10.0;
2357+
MARKETING_VERSION = 3.11.0;
23582358
OTHER_LDFLAGS = (
23592359
"-weak_framework",
23602360
LinkPresentation,

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Branch iOS SDK Change Log
22

3+
v.3.11.0
4+
- Added Google ODM Event Data support. SDK will fetch, cache and send ODM event data with v1/install and v1/open requests for 180 days.
5+
- Added new API `setODMInfo:andFirstOpenTimestamp` to set ODM Event data and first open timestamp if app developer wants to set it instead of SDK.
6+
37
v.3.10.0
48
- Added new API `setSafetrackAPIURL` for setting custom safetrack URL.
59
- Fixed Bug - Clear initial referrer after init.

Sources/BranchSDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "BNCConfig.h"
1010

11-
NSString * const BNC_SDK_VERSION = @"3.10.0";
11+
NSString * const BNC_SDK_VERSION = @"3.11.0";
1212
NSString * const BNC_LINK_URL = @"https://bnc.lt";
1313
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
1414

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Options:
3030
USAGE
3131
}
3232

33-
version=3.10.0
33+
version=3.11.0
3434
prev_version="$version"
3535

3636
if (( $# == 0 )); then

0 commit comments

Comments
 (0)