You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/12/14 23:08:30 UTC

docs commit: updated datae for plugins release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master 220ea2883 -> 8a41edce6


updated datae for plugins release blog post


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

Branch: refs/heads/master
Commit: 8a41edce623fabba9b0ebc14f94c00da6ed94bf5
Parents: 220ea28
Author: Steve Gill <st...@gmail.com>
Authored: Mon Dec 14 14:08:24 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Mon Dec 14 14:08:24 2015 -0800

----------------------------------------------------------------------
 www/_posts/2015-12-10-plugins-release.md | 40 ---------------------------
 www/_posts/2015-12-14-plugins-release.md | 40 +++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8a41edce/www/_posts/2015-12-10-plugins-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2015-12-10-plugins-release.md b/www/_posts/2015-12-10-plugins-release.md
deleted file mode 100644
index 66e3579..0000000
--- a/www/_posts/2015-12-10-plugins-release.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-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-inappbrowser@1.1.1
-* cordova-plugin-wkwebview-engine@1.0.1
-
-This release brings `cordova-ios@4.0.0` platform compatibility to the `cordova-plugin-inappbrowser` plugin, and it is also backwards compatible with cordova-ios@3.
-
-The `cordova-plugin-wkwebview-engine` plugin was updated to fix a bug related to loading pages in `cordova-plugin-inappbrowser`.
-
-To install:
-
-    cordova plugin add cordova-plugin-inappbrowser --save
-    cordova plugin add cordova-plugin-wkwebview-engine --save
-
-Changes include:
-<!--more-->
-
-cordova-plugin-wkwebview-engine@1.0.1
-
-* [CB-10190](https://issues.apache.org/jira/browse/CB-10190) - WKWebView engine is not releasing the user-agent lock
-
-cordova-plugin-inappbrowser@1.1.1
-
-* [CB-9445](https://issues.apache.org/jira/browse/CB-9445) Improves executeScript callbacks on iOS
-* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version.
-* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - re-fix: backwards compatible with cordova-ios < 4.0
-* [CB-8534](https://issues.apache.org/jira/browse/CB-8534): Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82
-* [CB-3750](https://issues.apache.org/jira/browse/CB-3750): Fixes spinner on iOS. This closes #89
-* [CB-7696](https://issues.apache.org/jira/browse/CB-7696) Document target=_self behavior for Windows
-* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8a41edce/www/_posts/2015-12-14-plugins-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2015-12-14-plugins-release.md b/www/_posts/2015-12-14-plugins-release.md
new file mode 100644
index 0000000..66e3579
--- /dev/null
+++ b/www/_posts/2015-12-14-plugins-release.md
@@ -0,0 +1,40 @@
+---
+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-inappbrowser@1.1.1
+* cordova-plugin-wkwebview-engine@1.0.1
+
+This release brings `cordova-ios@4.0.0` platform compatibility to the `cordova-plugin-inappbrowser` plugin, and it is also backwards compatible with cordova-ios@3.
+
+The `cordova-plugin-wkwebview-engine` plugin was updated to fix a bug related to loading pages in `cordova-plugin-inappbrowser`.
+
+To install:
+
+    cordova plugin add cordova-plugin-inappbrowser --save
+    cordova plugin add cordova-plugin-wkwebview-engine --save
+
+Changes include:
+<!--more-->
+
+cordova-plugin-wkwebview-engine@1.0.1
+
+* [CB-10190](https://issues.apache.org/jira/browse/CB-10190) - WKWebView engine is not releasing the user-agent lock
+
+cordova-plugin-inappbrowser@1.1.1
+
+* [CB-9445](https://issues.apache.org/jira/browse/CB-9445) Improves executeScript callbacks on iOS
+* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Incremented plugin version.
+* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - re-fix: backwards compatible with cordova-ios < 4.0
+* [CB-8534](https://issues.apache.org/jira/browse/CB-8534): Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82
+* [CB-3750](https://issues.apache.org/jira/browse/CB-3750): Fixes spinner on iOS. This closes #89
+* [CB-7696](https://issues.apache.org/jira/browse/CB-7696) Document target=_self behavior for Windows
+* [CB-10040](https://issues.apache.org/jira/browse/CB-10040) - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'


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