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 2015/12/11 19:06:30 UTC

[1/2] cordova-plugin-wkwebview-engine git commit: CB-10191 Updated version and RELEASENOTES.md for release 1.0.1

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master c9d7e5511 -> 22b02a1b8


CB-10191 Updated version and RELEASENOTES.md for release 1.0.1


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/dc431d5c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/dc431d5c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/dc431d5c

Branch: refs/heads/master
Commit: dc431d5c892a613ae8299964bc0c9c8ec6ae7224
Parents: c9d7e55
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 11 10:04:12 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 11 10:04:12 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 package.json    | 2 +-
 plugin.xml      | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/dc431d5c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d8eef4d..e949ba0 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Release Notes
 
+### 1.0.1 (Dec 11, 2015)
+
+* CB-10190 - WKWebView engine is not releasing the user-agent lock
+
 ### 1.0.0 (Dec 04, 2015)
 
 * CB-10146 - Add to README WKWebViewEngine quirks that will affect migration from UIWebView

http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/dc431d5c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3c5f778..5c9e587 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.0.1-dev",
+  "version": "1.0.1",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "scripts": {

http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/dc431d5c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 84a961a..d4c7fad 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -23,7 +23,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-wkwebview-engine"
-    version="1.0.1-dev">
+    version="1.0.1">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>


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


[2/2] cordova-plugin-wkwebview-engine git commit: CB-10191 Incremented plugin version.

Posted by sh...@apache.org.
CB-10191 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/22b02a1b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/22b02a1b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/22b02a1b

Branch: refs/heads/master
Commit: 22b02a1b82daab691abc119b6e7d38916dae26e4
Parents: dc431d5
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 11 10:04:56 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 11 10:04:56 2015 -0800

----------------------------------------------------------------------
 package.json | 2 +-
 plugin.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/22b02a1b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5c9e587..1829890 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.0.1",
+  "version": "1.0.2-dev",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "scripts": {

http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/22b02a1b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d4c7fad..cd17ce1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -23,7 +23,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-wkwebview-engine"
-    version="1.0.1">
+    version="1.0.2-dev">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>


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