Github user dpogue commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/550#discussion_r55639091
  
    --- Diff: www/_posts/2016-03-12-plugin-release.md ---
    @@ -0,0 +1,74 @@
    +---
    +layout: post
    +author:
    +    name: Carlos Santana
    +    url: https://twitter.com/csantanapr
    +title:  "Plugins Release"
    +categories: news
    +tags: release plugins
    +---
    +
    +The following plugins were updated today:
    +
    +* cordova-plugin-camera@2.1.1
    +* cordova-plugin-statusbar@2.1.2
    +* cordova-plugin-globalization@1.0.3
    +* cordova-plugin-splashscreen@3.2.1
    +
    +
    +----
    +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-camera --save
    +    cordova plugin add cordova-plugin-camera@2.1.1 --save
    +
    +Changes include:
    +<!--more-->
    +
    +cordova-plugin-camera@2.1.1
    +* [CB-10825](https://issues.apache.org/jira/browse/CB-10825) android: 
Always request READ permission for gallery source
    +* added apache license header to appium files
    +* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixed 
spelling, capitalization, and other small issues.
    +* [CB-10414](https://issues.apache.org/jira/browse/CB-10414) Adding focus 
handler to resume video when user comes back on leaving the app while preview 
was running
    +* Appium tests: adjust swipe distance on ** Android **
    --- End diff --
    
    The spaces between `**` and `Android` cause it not to format properly, this 
happens in multiple places throughout the post


---
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