You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2017/12/31 03:55:05 UTC

[cordova-docs] branch master updated: :memo: CB-13714: Plugins Release (#779)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 50a8078  :memo: CB-13714: Plugins Release (#779)
50a8078 is described below

commit 50a8078234dcfd6d38f668b039aef7f1b3b5ec8a
Author: Simon MacDonald <si...@gmail.com>
AuthorDate: Sat Dec 30 22:55:03 2017 -0500

    :memo: CB-13714: Plugins Release (#779)
---
 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" <co...@cordova.apache.org>'].

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