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 11<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+
26# [ 4.1.1] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v4.1.0...v4.1.1 ) (2020-2-3)
37
48* Hotfix removing typo in iOS code
Original file line number Diff line number Diff line change 22 "name" : " branch-cordova-sdk" ,
33 "description" : " Branch Metrics Cordova SDK" ,
44 "main" : " src/index.js" ,
5- "version" : " 4.1.1 " ,
5+ "version" : " 4.1.2 " ,
66 "homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
77 "repository" : {
88 "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
4545 // Standard Debugging Variables
4646 private static final String LCAT = "CordovaBranchSDK" ;
4747 // 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 " ;
4949
5050 // Private Method Properties
5151 private ArrayList <BranchUniversalObjectWrapper > branchObjectWrappers ;
Original file line number Diff line number Diff line change 11#import " BranchSDK.h"
22
3- NSString * const pluginVersion = @" 4.1.1 " ;
3+ NSString * const pluginVersion = @" 4.1.2 " ;
44
55@interface BranchSDK ()
66
You can’t perform that action at this time.
0 commit comments