This is an automated email from the ASF dual-hosted git repository.

macdonst pushed a commit to branch cb-13714
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit fd97b3f0057108d3e111ddd2d5e2293a69d4aebb
Author: Simon MacDonald <simon.macdon...@gmail.com>
AuthorDate: Wed Dec 27 19:56:21 2017 -0500

    :memo: CB-13714: Plugins Release
---
 www/_posts/2017-12-30-plugins-release.md | 82 ++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

diff --git a/www/_posts/2017-12-30-plugins-release.md 
b/www/_posts/2017-12-30-plugins-release.md
new file mode 100644
index 0000000..1f18ed3
--- /dev/null
+++ b/www/_posts/2017-12-30-plugins-release.md
@@ -0,0 +1,82 @@
+---
+layout: post
+author:
+    name: Simon MacDonald
+    url: https://twitter.com/macdonst
+title:  "Plugins Release"
+categories: news
+tags: release plugins
+---
+
+The following plugins were updated today:
+
+* cordova-plugin-battery-status@2.0.1
+* cordova-plugin-camera@4.0.1
+* cordova-plugin-device@2.0.1
+* cordova-plugin-dialogs@2.0.1
+* cordova-plugin-file@6.0.1
+* cordova-plugin-geolocation@4.0.1
+* cordova-plugin-inappbrowser@2.0.1
+* cordova-plugin-media@5.0.1
+* cordova-plugin-media-capture@3.0.1
+* cordova-plugin-network-information@2.0.1
+* cordova-plugin-screen-orientation@3.0.1
+* cordova-plugin-splashscreen@5.0.1
+* cordova-plugin-statusbar@2.4.1
+* cordova-plugin-vibration@3.0.1
+
+Our last plugin release had an issue which made it impossible to install from 
npm. These point releases of the plugins fix the bug allowing you to install 
from npm as well as git url.
+
+----
+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-battery-status@2.0.1
+* [CB-13700](https://issues.apache.org/jira/browse/CB-13700) Fix to allow 
2.0.0 version install (#62)
+
+cordova-plugin-camera@4.0.1
+* CB-13701Fix to allow 4.0.0 version install
+
+cordova-plugin-device@2.0.1
+* [CB-13702](https://issues.apache.org/jira/browse/CB-13702) Fix to allow 
2.0.0 version install
+
+cordova-plugin-dialogs@2.0.1
+* [CB-13703](https://issues.apache.org/jira/browse/CB-13703) Fix to allow 
2.0.0 version install
+
+cordova-plugin-file@6.0.1
+* [CB-13704](https://issues.apache.org/jira/browse/CB-13704) Fix to allow 
6.0.0 version install
+
+cordova-plugin-geolocation@4.0.1
+* [CB-13705](https://issues.apache.org/jira/browse/CB-13705) Fix to allow 
4.0.0 version install
+
+cordova-plugin-inappbrowser@2.0.1
+* [CB-13699](https://issues.apache.org/jira/browse/CB-13699) Fix to allow 
2.0.0 version install
+
+cordova-plugin-media@5.0.1
+* [CB-13706](https://issues.apache.org/jira/browse/CB-13706) Fix to allow 
5.0.0 version install (#160)
+* Bump cordova-plugin-file dependency to 6.0.0
+
+cordova-plugin-media-capture@3.0.1
+* [CB-13707](https://issues.apache.org/jira/browse/CB-13707) Fix to allow 
3.0.0 version install (#88)
+* Bump cordova-plugin-file dependency to 6.0.0
+
+cordova-plugin-network-information@2.0.1
+* [CB-13708](https://issues.apache.org/jira/browse/CB-13708) Fix to allow 
2.0.0 version install (#60)
+
+cordova-plugin-screen-orientation@3.0.1
+* [CB-13710](https://issues.apache.org/jira/browse/CB-13710) Fix to allow 
3.0.0 version install (#28)
+
+cordova-plugin-splashscreen@5.0.1
+* [CB-13709](https://issues.apache.org/jira/browse/CB-13709) Fix to allow 
5.0.0 version install (#144)
+
+cordova-plugin-statusbar@2.4.1
+* [CB-13712](https://issues.apache.org/jira/browse/CB-13712) (iOS): fix 
overlaysWebView reset on rotation (#92)
+
+cordova-plugin-vibration@3.0.1
+* [CB-13711](https://issues.apache.org/jira/browse/CB-13711) Fix to allow 
3.0.0 version install (#63)

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <commits@cordova.apache.org>.

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

Reply via email to