[ 
https://issues.apache.org/jira/browse/CB-14030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16440454#comment-16440454
 ] 

ASF GitHub Bot commented on CB-14030:
-------------------------------------

stevengill closed pull request #812: CB-14030: added plugins release blog post
URL: https://github.com/apache/cordova-docs/pull/812
 
 
   

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-04-16-plugins-release.md 
b/www/_posts/2018-04-16-plugins-release.md
new file mode 100644
index 000000000..4a196223e
--- /dev/null
+++ b/www/_posts/2018-04-16-plugins-release.md
@@ -0,0 +1,71 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Plugins Release"
+categories: news
+tags: release plugins
+---
+
+The following plugins were updated today:
+
+* cordova-pluin-vibration@3.1.0
+* cordova-plugin-statusbar@2.4.2
+* cordova-plugin-media-capture@3.0.2
+* cordova-plugin-inappbrowser@3.0.0
+* cordova-plugin-globalization@1.11.0
+* cordova-plugin-device@2.0.2
+* cordova-plugin-camera@4.0.3
+* cordova-plugin-battery-status@2.0.2
+* cordova-plugin-device-motion@2.0.1
+* cordova-plugin-device-orientation@2.0.1
+
+----
+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-->
+cordova-plugin-camera@4.0.2
+* [CB-12593](https://issues.apache.org/jira/browse/CB-12593) **Android** Fix 
potential `FileProvider` conflicts
+* Fix a mistake in the examples of usage descriptions (#313)
+* [CB-13854](https://issues.apache.org/jira/browse/CB-13854): fix Camera opens 
in portrait orientation on iphones
+* [CB-13415](https://issues.apache.org/jira/browse/CB-13415) **Android** 
Importing corrupt images using the Camera plugin crashes the app
+
+cordova-plugin-vibration@3.1.0
+* [CB-14022](https://issues.apache.org/jira/browse/CB-14022) documented 
**Android** quirk with vibration
+* [CB-13892](https://issues.apache.org/jira/browse/CB-13892): Remove 
`navigator.notification`
+
+cordova-plugin-statusbar@2.4.2
+* [CB-12679](https://issues.apache.org/jira/browse/CB-12679) Remove 
Permissions section
+
+cordova-plugin-media-capture@3.0.2
+* [CB-13866](https://issues.apache.org/jira/browse/CB-13866): **iOS** fix 
Camera opens in portrait orientation on iphones
+
+cordova-plugin-inappbrowser@3.0.0
+* [CB-13659](https://issues.apache.org/jira/browse/CB-13659) **iOS** Add 
hidespinner option
+* In file `AppBrowser.java`: New code within `shouldOverrideUrlLoading()` to 
check for whitelisting custom schemes via a new `AllowedSchemes` preference 
configuration item.  Allows custom schemes like `mycoolapp://` or 
`wevotetwitterscheme://`
+* `InAppBrowser.java`: New method `isURLWhileListed` to check for whitelisting 
of `AllowedSchemes` in a new preference configuration item. There is a new 
check in `shouldOverrideUrlLoading`, to allow whitelisted custom schemes like 
"mycoolapp://"
+* Add customisation of the navigation buttons for **iOS**
+* Fix navigation buttons on **iOS**
+
+cordova-plugin-globalization@1.11.0
+* Updating `moment.js` to version 2.20.1 (#64)
+
+cordova-plugin-device@2.0.2
+* [CB-13893](https://issues.apache.org/jira/browse/CB-13893) **iOS** delete 
`libz.tbd` from device plugin
+
+cordova-plugin-battery-status@2.0.2
+* [CB-10645](https://issues.apache.org/jira/browse/CB-10645) The battery 
status handler doesn't reinitialize on **Android** after 
`window.location.reload()`. Instead of throwing an error, rather remove the 
status handler and re-initialize.
+
+cordova-plugin-device-motion@2.0.1
+* [CB-14001](https://issues.apache.org/jira/browse/CB-14001): Fix 
`cordovaDependencies` to allow plugin install
+
+cordova-plugin-device-orientation@2.0.1
+* [CB-14001](https://issues.apache.org/jira/browse/CB-14001): Fix 
`cordovaDependencies` to allow plugin install
+


 

----------------------------------------------------------------
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:
us...@infra.apache.org


> Plugins Release, Thu Apr 12 2018
> --------------------------------
>
>                 Key: CB-14030
>                 URL: https://issues.apache.org/jira/browse/CB-14030
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: AllPlugins
>            Reporter: Steve Gill
>            Assignee: Steve Gill
>            Priority: Major
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md
> Generated automatically using cordova-coho.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to