Github user csantanapr commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/550#discussion_r55691390 --- 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 --- End diff -- yep, should be be **Android** and entry should be clear, "it should request permissions to get a picture"
--- 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