The following plugins were updated today because they are being deprecated:
cordova-plugin-console has been integrated into cordova-ios@4.5.0+. It is not needed anymore. Make sure to remove it from your projects if you plan on updating your cordova-ios!
Similarly, cordova-plugin-compat has been integrated into the upcoming cordova-android@6.3.0 release. Please remove it from your projects when you update to the latest version of cordova-android.
cordova-plugin-device-motion and cordova-plugin-device-orientation have officially been deprecated. These plugins are being replaced by the built in W3C Device Motion and Orientation APIs, which are now supported on iOS, Android and Windows. Checkout the migration guides the PhoneGap team wrote for Device Motion and Device Orientation.
You can update any plugin by removing it, and then re-adding it.
E.g. To update your camera plugin:
cordova plugin rm cordova-plugin-camera --save cordova plugin add cordova-plugin-camera@latest --save
Changes include:
cordova-ios@4.5.0. This plugin will not install for cordova-ios >= 4.5.0.Travis and AppVeyorparamedic builds on Travisbugs entry to package.json.cordova-android@6.3.0 and deprecate this plugin as it is no longer needed.cordova-android >= 6.3.0cordova-plugin-device-orientation@2.0.0
info tagTravis and AppVeyorAppVeyorTravis CIbugs entry to package.json.cordova-plugin-device-motion@2.0.0
info tag for deprecationgetCurrentAcceleration() on Firefox, Safari and EdgeTravis and AppVeyorAppVeyorTravis CIbugs entry to package.json.