File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ 5.0.1 February 8, 2022
2
+ * Remove request package (thanks for catching Sujay-shetty)
3
+
4
+ 5.0.0 January 21, 2022
5
+ * Add content items support in sendBranchEvent
6
+ * Remove sendCommerceEvent
7
+ * Fix bug where custom data would clobber other fields when creating event in Android plugin
8
+ * Update iOS SDK to 1.40.2
9
+ * Update Android SDK to 5.0.15
10
+
1
11
4.2.4 - May 3, 2021
2
12
3
13
CORE-1898 correct iOS API signature for LATD
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" : " 5.0.0 " ,
5
+ "version" : " 5.0.1 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
60
60
"mkpath" : " ^1.0.0" ,
61
61
"node-version-compare" : " ^1.0.1" ,
62
62
"plist" : " ^3.0.1" ,
63
- "request" : " ^2.85.0" ,
64
63
"shelljs" : " ^0.8.3" ,
65
64
"xcode" : " ^2.0.0" ,
66
65
"xml2js" : " ^0.4.19"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
24
24
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
25
25
xmlns : android =" http://schemas.android.com/apk/res/android"
26
26
id =" branch-cordova-sdk"
27
- version =" 5.0.0 " >
27
+ version =" 5.0.1 " >
28
28
29
29
<!-- Description -->
30
30
<name >branch-cordova-sdk</name >
You can’t perform that action at this time.
0 commit comments