You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/16 22:49:35 UTC

docs commit: CB-12237 - Blog post for Dec 12 Plugins Release

Repository: cordova-docs
Updated Branches:
  refs/heads/master bedbcc1f4 -> 3da99ed88


CB-12237 - Blog post for Dec 12 Plugins Release

 This closes #670


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3da99ed8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3da99ed8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3da99ed8

Branch: refs/heads/master
Commit: 3da99ed88d5d1331549c6d0740e015a8c9315bc1
Parents: bedbcc1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Dec 14 12:40:34 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 16 14:49:23 2016 -0800

----------------------------------------------------------------------
 www/_posts/2016-12-12-plugins-release.md | 45 +++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3da99ed8/www/_posts/2016-12-12-plugins-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-12-12-plugins-release.md b/www/_posts/2016-12-12-plugins-release.md
new file mode 100644
index 0000000..21768af
--- /dev/null
+++ b/www/_posts/2016-12-12-plugins-release.md
@@ -0,0 +1,45 @@
+---
+layout: post
+author:
+    name: Shazron Abdullah
+    url: https://twitter.com/shazron
+title:  "Plugins Release"
+categories: news
+tags: release plugins
+---
+
+The following plugins were updated today:
+
+* cordova-plugin-battery-status: 1.2.2
+* cordova-plugin-inappbrowser: 1.6.1
+
+----
+You can update any plugin by removing it, and then re-adding it.
+
+ e.g. To update your inappbrowser plugin:
+
+    cordova plugin rm cordova-plugin-inappbrowser --save
+    cordova plugin add cordova-plugin-inappbrowser@latest --save
+
+Changes include:
+<!--more-->
+
+cordova-plugin-battery-status@1.2.2
+* [CB-12227](https://issues.apache.org/jira/browse/CB-12227) (windows) Fixed Browserify error
+
+cordova-plugin-inappbrowser@1.6.1
+* version fix for previous release
+
+cordova-plugin-inappbrowser@1.6.0
+* [CB-7608](https://issues.apache.org/jira/browse/CB-7608) (android) document useWidthViewPort
+* add option useWidthViewPort
+* [CB-12184](https://issues.apache.org/jira/browse/CB-12184) executeScript leads to a null pointer on exception on Android.
+* fix(close button): Set correct content description
+* [CB-9274](https://issues.apache.org/jira/browse/CB-9274) Adds missing methods to InAppBrowser to allow compilation for Amazon FireOS.
+* [CB-10973](https://issues.apache.org/jira/browse/CB-10973) inAppBrowser for Windows Platform: wrong height of webview with location=yes
+* Increment plugin minor version because of new hide feature
+* removed duplicate hide method in ios source and add jasmine test cases
+* [CB-8467](https://issues.apache.org/jira/browse/CB-8467)
+* [CB-12010](https://issues.apache.org/jira/browse/CB-12010) (android) Catch FileUriExposedException
+* [CB-11955](https://issues.apache.org/jira/browse/CB-11955) Added Initial OSX platform support
+* [CB-11694](https://issues.apache.org/jira/browse/CB-11694) Android: Set hadwareBackButton value according option in cordova.InAppBrowser.open


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