cordova-plugin-ionic
Advanced tools
Comparing version 5.3.0 to 5.3.1
Changelog | ||
====== | ||
## 5.3.1 | ||
* Add cordova-plugin-whitelist dependency ([#215] (https://github.com/ionic-team/cordova-plugin-ionic/pull/215)) | ||
## 5.3.0 | ||
@@ -4,0 +7,0 @@ * Added an 'incompatibleUpdateAvailable' property to the 'CheckForUpdateResponse' ([#204] (https://github.com/ionic-team/cordova-plugin-ionic/pull/204)) |
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"cordova": { | ||
@@ -18,3 +18,4 @@ "id": "cordova-plugin-ionic", | ||
"cordova-plugin-file": ">=6.0.1", | ||
"cordova-plugin-webview": ">=2.1.0" | ||
"cordova-plugin-ionic-webview": ">=2.1.0", | ||
"cordova-plugin-whitelist": ">=1.3.3" | ||
}, | ||
@@ -21,0 +22,0 @@ "4.1.7": { |
@@ -14,2 +14,4 @@ Ionic Cordova SDK | ||
**NOTE**: The plugin delays the cordova ready event until it finish checking for updates and add this preference to the app `<preference name="AutoHideSplashScreen" value="false"/>`, which makes the Splash Screen to not go away automatically. All Ionic templates run `this.splashScreen.hide();` on cordova ready event, but if it was removed it should be added back. Alternatively the app can add `<preference name="AutoHideSplashScreen" value="true"/>` to override the value added by the plugin, but that can lead to the Splash Screen going away before the download is complete. | ||
## Live Updates | ||
@@ -38,4 +40,4 @@ | ||
* [IonicCordova](docs/interfaces/_ioniccordova_d_.ipluginbaseapi.md) | ||
* [IonicCordova.deploy](docs/interfaces/_ioniccordova_d_.ideploypluginapi.md) | ||
* [IonicCordova](docs/interfaces/ipluginbaseapi.md) | ||
* [IonicCordova.deploy](docs/interfaces/ideploypluginapi.md) | ||
@@ -42,0 +44,0 @@ ### External modules |
@@ -66,3 +66,3 @@ /// <reference path="../types/IonicCordova.d.ts" /> | ||
private MANIFEST_FILE = 'pro-manifest.json'; | ||
public PLUGIN_VERSION = '5.3.0'; | ||
public PLUGIN_VERSION = '5.3.1'; | ||
@@ -69,0 +69,0 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76
151681
24