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+
1114.2.4 - May 3, 2021
212
313CORE-1898 correct iOS API signature for LATD
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" : " 5.0.0 " ,
5+ "version" : " 5.0.1 " ,
66 "homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
77 "repository" : {
88 "type" : " git" ,
6060 "mkpath" : " ^1.0.0" ,
6161 "node-version-compare" : " ^1.0.1" ,
6262 "plist" : " ^3.0.1" ,
63- "request" : " ^2.85.0" ,
6463 "shelljs" : " ^0.8.3" ,
6564 "xcode" : " ^2.0.0" ,
6665 "xml2js" : " ^0.4.19"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
2424<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
2525 xmlns : android =" http://schemas.android.com/apk/res/android"
2626 id =" branch-cordova-sdk"
27- version =" 5.0.0 " >
27+ version =" 5.0.1 " >
2828
2929 <!-- Description -->
3030 <name >branch-cordova-sdk</name >
You can’t perform that action at this time.
0 commit comments