File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 3.1.5 " ></a >
2
+ # [ 3.1.5] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v3.1.4...v3.1.5 ) (2018-12-05)
3
+
4
+ * Fix iOS dependency issue.
5
+
1
6
<a name =" 3.1.4 " ></a >
2
7
# [ 3.1.4] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v3.1.3...v3.1.4 ) (2018-12-04)
3
8
4
- * Rever Cocoapods & Gradle support temporarily.([ #478 ] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/pull/531 ) )
9
+ * Revert Cocoapods & Gradle support temporarily.([ #478 ] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/pull/531 ) )
5
10
6
11
<a name =" 3.1.3 " ></a >
7
12
# [ 3.1.3] ( https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/compare/v3.1.0...v3.1.3 ) (2018-11-26)
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" : " 3.1.4 " ,
5
+ "version" : " 3.1.5 " ,
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 @@ -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 =" 3.1.4 " >
27
+ version =" 3.1.5 " >
28
28
29
29
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30
30
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 =" 3.1.4 " >
27
+ version =" 3.1.5 " >
28
28
29
29
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30
30
@@ -43,7 +43,7 @@ SOFTWARE.
43
43
44
44
<!-- Hooks -->
45
45
<hook src =" src/scripts/hooks/beforePluginInstall.js" type =" before_plugin_install" />
46
-
46
+ < hook src = " src/scripts/hooks/beforePrepare.js " type = " after_plugin_install " />
47
47
<hook src =" src/scripts/hooks/afterPrepare.js" type =" after_plugin_add" />
48
48
<hook src =" src/scripts/hooks/beforePrepare.js" type =" before_prepare" />
49
49
<hook src =" src/scripts/hooks/afterPrepare.js" type =" after_prepare" />
Original file line number Diff line number Diff line change 8
8
9
9
// builds before plugin install hooks
10
10
function run ( context ) {
11
- return nodeDependencies . install ( context ) ;
11
+ nodeDependencies . install ( context ) ;
12
12
}
13
13
} ) ( ) ;
You can’t perform that action at this time.
0 commit comments