cordova-plugin-ionic
Advanced tools
Comparing version 5.2.6 to 5.2.7-0
Changelog | ||
====== | ||
## 5.2.7 | ||
Change hook to run before_prepare and make it async ([#178](https://github.com/ionic-team/cordova-plugin-ionic/pull/178)) | ||
## 5.2.6 | ||
* Check for Capacitor and switch folder ([#164](https://github.com/ionic-team/cordova-plugin-ionic/pull/164)) | ||
* Remove unused import ([#163](https://github.com/ionic-team/cordova-plugin-ionic/pull/163)) | ||
* Delay device ready until pro checks are done ([#161](https://github.com/ionic-team/cordova-plugin-ionic/pull/161)) | ||
## 5.2.5 | ||
* Fix bug where binaryVersionName and binaryVersionCode are not returned from getConfiguation call | ||
* Fix bug where downloadUpdate progress call back would go from 0 to 50 rather than 100 ([#156](https://github.com/ionic-team/cordova-plugin-ionic/pull/156]) | ||
* Fix bug where downloadUpdate progress call back would go from 0 to 50 rather than 100 ([#156](https://github.com/ionic-team/cordova-plugin-ionic/pull/156])) | ||
* Check if the device is online before checking for updates ([#154](https://github.com/ionic-team/cordova-plugin-ionic/pull/154)) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.2.6", | ||
"version": "5.2.7-0", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "cordova-plugin-ionic", |
@@ -66,3 +66,3 @@ /// <reference path="../types/IonicCordova.d.ts" /> | ||
private MANIFEST_FILE = 'pro-manifest.json'; | ||
public PLUGIN_VERSION = '5.2.6'; | ||
public PLUGIN_VERSION = '5.2.7-0'; | ||
@@ -69,0 +69,0 @@ constructor(appInfo: IAppInfo, preferences: ISavedPreferences) { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
180296
29
2474
2