Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/495#discussion_r52356712
--- Diff: www/_posts/2016-02-09-plugins-release.md ---
@@ -0,0 +1,63 @@
+---
+layout: post
+author:
+ name: Vladimir Kotikov
+ url: https://github.com/vladimir-kotikov
+title: "Plugins Release"
+categories: news
+tags: release plugins
+---
+
+The following plugins were updated today:
+
+* cordova-plugin [email protected]
+* [email protected]
+* [email protected]
+* [email protected]
+* [email protected]
+* [email protected]
+
+----
+You can update any plugin by removing it, and then re-adding it.
+
+ E.g. To update your media plugin:
+
+ cordova plugin rm cordova-plugin-media --save
+ cordova plugin add cordova-plugin-media --save
--- End diff --
I would suggest adding the plugin version to the add command. `cordova
plugin add [email protected] --save`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]