File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" 4.0.0 " ></a >
2
+ # [ 4.1.2] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.1...v4.1.2 ) (2020-2-12)
3
+
4
+ * Allow Cordova 8. Update readme with instructions.
5
+
2
6
# [ 4.1.1] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.0...v4.1.1 ) (2020-2-3)
3
7
4
8
* Hotfix removing typo in iOS code
Original file line number Diff line number Diff line change 2
2
"name" : " branch-cordova-sdk" ,
3
3
"description" : " Branch Metrics Cordova SDK" ,
4
4
"main" : " src/index.js" ,
5
- "version" : " 4.1.1 " ,
5
+ "version" : " 4.1.2 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ static class BranchLinkProperties extends io.branch.referral.util.LinkProperties
45
45
// Standard Debugging Variables
46
46
private static final String LCAT = "CordovaBranchSDK" ;
47
47
// todo pick up plugin version dynamically
48
- private static final String BRANCH_PLUGIN_VERSION = "4.1.1 " ;
48
+ private static final String BRANCH_PLUGIN_VERSION = "4.1.2 " ;
49
49
50
50
// Private Method Properties
51
51
private ArrayList <BranchUniversalObjectWrapper > branchObjectWrappers ;
Original file line number Diff line number Diff line change 1
1
#import " BranchSDK.h"
2
2
3
- NSString * const pluginVersion = @" 4.1.1 " ;
3
+ NSString * const pluginVersion = @" 4.1.2 " ;
4
4
5
5
@interface BranchSDK ()
6
6
You can’t perform that action at this time.
0 commit comments