Repository: cordova-docs Updated Branches: refs/heads/master 466f58443 -> e87313c35
CB-10196 updated plugins to talk about newely released plugins not being set to latest Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e87313c3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e87313c3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e87313c3 Branch: refs/heads/master Commit: e87313c35e699af7175834327a4bad4f0f366f48 Parents: 466f584 Author: Steve Gill <[email protected]> Authored: Sun Dec 13 20:17:20 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Sun Dec 13 20:17:32 2015 -0800 ---------------------------------------------------------------------- www/_posts/2015-11-24-plugins-release.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e87313c3/www/_posts/2015-11-24-plugins-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2015-11-24-plugins-release.md b/www/_posts/2015-11-24-plugins-release.md index 2a8582e..1d491bc 100644 --- a/www/_posts/2015-11-24-plugins-release.md +++ b/www/_posts/2015-11-24-plugins-release.md @@ -35,19 +35,20 @@ The following plugins were updated today: The following plugins now require `[email protected]`. Please read the [Android 5.0.0 release blog](http://cordova.apache.org/announcements/2015/11/09/cordova-android-5.0.0.html) for instructions to update. -* cordova-plugin-camera -* cordova-plugin-contacts -* cordova-plugin-file -* cordova-plugin-geolocation -* cordova-plugin-media - -If you are using an older version of `cordova-android`, you will have to explicitly install older versions of these plugins now. +* [email protected] +* [email protected] +* [email protected] +* [email protected] +* [email protected] +## Update +Since `[email protected]` isn't yet pinned by default in `cordova`, you will have to explicitly install these new versions of these five plugins now. The previous released versions of the above five plugins are still set to `latest` on npm instead of these newly released versions. These will be set to `latest` once we release `cordova@6` which will have `[email protected]` pinned. + E.g. - cordova plugin add [email protected] --save + cordova plugin add [email protected] --save -To see what versions exist for a plugin, run `npm info PLUGINNAME`. +To see what versions exist for a plugin, run `npm info PLUGINNAME versions`. ---- You can update any plugin by removing it, and then re-adding it. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
