layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Plugins Release" categories: news
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-plugin-console@1.1.0
cordova-ios@4.5.0
. This plugin will not install for cordova-ios >= 4.5.0
.Travis
and AppVeyor
paramedic
builds on Travis
bugs
entry to package.json
.cordova-plugin-compat@1.2.0
cordova-android@6.3.0
and deprecate this plugin as it is no longer needed.cordova-android >= 6.3.0
cordova-plugin-device-orientation@2.0.0
info
tagTravis
and AppVeyor
AppVeyor
Travis CI
bugs
entry to package.json
.cordova-plugin-device-motion@2.0.0
info
tag for deprecationgetCurrentAcceleration()
on Firefox, Safari and EdgeTravis
and AppVeyor
AppVeyor
Travis CI
bugs
entry to package.json
.