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 file@4.1.1
    +* cordova-plugin-inappbrowser@1.3.0
    +* cordova-plugin-media@2.2.0
    +* cordova-plugin-statusbar@2.1.1
    +* cordova-plugin-spashscreen@3.2.0
    +* cordova-plugin-wkwebviewengine@1.0.2
    +
    +----
    +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 cordova-plugin-media@2.2.0 --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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to