surajpindoria closed pull request #786: CB-13826: Plugins release blog post URL: https://github.com/apache/cordova-docs/pull/786
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/www/_posts/2018-01-29-plugins-release.md b/www/_posts/2018-01-29-plugins-release.md new file mode 100644 index 000000000..ec9206773 --- /dev/null +++ b/www/_posts/2018-01-29-plugins-release.md @@ -0,0 +1,48 @@ +--- +layout: post +author: + name: Suraj Pindoria + url: https://twitter.com/surajpindoria +title: "Plugins Release" +categories: news +tags: release plugins +--- + +The following plugins were updated today: + +* [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 camera plugin: + + cordova plugin rm cordova-plugin-camera + cordova plugin add cordova-plugin-camera@latest + +Changes include: +<!--more--> [email protected] +* [CB-13781](https://issues.apache.org/jira/browse/CB-13781) (android) Fixed permissions request on **Android** 8 to save a photo into the photo album +* [CB-13747](https://issues.apache.org/jira/browse/CB-13747) Add build-tools-26.0.2 to travis + [email protected] +* [CB-13749](https://issues.apache.org/jira/browse/CB-13749) Add build-tools-26.0.2 to travis + [email protected] +* [CB-13791](https://issues.apache.org/jira/browse/CB-13791) Add **Android** support for a footer close button +* [CB-13409](https://issues.apache.org/jira/browse/CB-13409) Lets user adjust color of toolbar, hide navigation buttons and set custom text on close button +* [CB-13746](https://issues.apache.org/jira/browse/CB-13746) Add build-tools-26.0.2 to travis + [email protected] +* [CB-13751](https://issues.apache.org/jira/browse/CB-13751) Add build-tools-26.0.2 to travis (#163) +* Fix for [CB-11513](https://issues.apache.org/jira/browse/CB-11513) +* [CB-7684](https://issues.apache.org/jira/browse/CB-7684) (#143) + [email protected] +* [CB-13750](https://issues.apache.org/jira/browse/CB-13750) Add build-tools-26.0.2 to travis +* [CB-13737](https://issues.apache.org/jira/browse/CB-13737) (iOS): fix Splash screen images for iPhone X ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
