cordova-plugin-ionic
Advanced tools
Comparing version 5.2.0 to 5.2.1
Changelog | ||
====== | ||
## 5.2.1 | ||
* Add ACCESS_NETWORK_STATE permission to make navigator.onLine work on android | ||
## 5.2.0 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "cordova-plugin-ionic", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "cordova-plugin-ionic", |
@@ -61,3 +61,3 @@ /// <reference path="../types/IonicCordova.d.ts" /> | ||
private MANIFEST_FILE = 'pro-manifest.json'; | ||
public PLUGIN_VERSION = '5.2.0'; | ||
public PLUGIN_VERSION = '5.2.1'; | ||
@@ -64,0 +64,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
192863