File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
======
3
3
4
+ ## 4.1.7
5
+
6
+ * Fix a redirect bug in iOS that would give the ` background ` update method inconsistent behavior
7
+
4
8
## 4.1.6
5
9
6
10
* Fix redirect bug in extract when version already exists (PR #82 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-ionic" ,
3
- "version" : " 4.1.6 " ,
3
+ "version" : " 4.1.7 " ,
4
4
"cordova" : {
5
5
"id" : " cordova-plugin-ionic" ,
6
6
"platforms" : [
11
11
"description" : " Ionic Cordova SDK" ,
12
12
"engines" : {
13
13
"cordovaDependencies" : {
14
- "4.1.6 " : { "cordova-plugin-splashscreen" : " >=5.0.1" },
14
+ "4.1.7 " : { "cordova-plugin-splashscreen" : " >=5.0.1" },
15
15
"3.1.3" : { "cordova-plugin-splashscreen" : " >=5.0.1" },
16
16
"2.0.4" : { "cordova-plugin-splashscreen" : " >=4.0.0" }
17
17
}
Original file line number Diff line number Diff line change 2
2
3
3
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
4
4
id =" cordova-plugin-ionic"
5
- version =" 4.1.6 " >
5
+ version =" 4.1.7 " >
6
6
<name >IonicCordova</name >
7
7
<description >Common Cordova functionality for Ionic apps</description >
8
8
<license >MIT</license >
You can’t perform that action at this time.
0 commit comments