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/05 03:03:01 UTC

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

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master e06ab9379 -> 357acd177


CB-10149 Updated version and RELEASENOTES.md for release 0.4.0


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/ff29889a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/ff29889a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/ff29889a

Branch: refs/heads/master
Commit: ff29889a0d0a7886a59ebe40f8de09c9cb805aa8
Parents: e06ab93
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 4 18:00:58 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 4 18:00:58 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/ff29889a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1fa8627..d8eef4d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -18,5 +18,23 @@
 # under the License.
 #
 -->
+
 # Release Notes
 
+### 1.0.0 (Dec 04, 2015)
+
+* CB-10146 - Add to README WKWebViewEngine quirks that will affect migration from UIWebView
+* CB-10133 - DataClone DOM Exception 25 thrown for postMessage
+* CB-10106 - added bridge proxy
+* CB-10107 - nativeEvalAndFetch called for all bridges
+* CB-10106 - iOS bridges need to take into account bridge changes
+* CB-10073 - WKWebViewEngine should post CDVPluginResetNotification
+* CB-10035 Updated RELEASENOTES to be newest to oldest
+* CB-10002 - WKWebView should propagate shouldOverrideLoadWithRequest to plugins
+* CB-9979 CB-9972 Change ATS link to new link
+* CB-9636 - Plugin should detect at runtime iOS 8 and use of file:// url and present an error
+* CB-8839 - WKWebView ignores DisallowOverscroll preference
+* CB-8556 - fix handleOpenURL for WKWebViewEngine plugin
+* CB-8666 - Update CDVWKWebViewEngine plugin to use 4.0.x branch code
+
+


---------------------------------------------------------------------
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: Updated version in plugin.xml to 1.0.0

Posted by sh...@apache.org.
Updated version in plugin.xml to 1.0.0


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/357acd17
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/357acd17
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/357acd17

Branch: refs/heads/master
Commit: 357acd1778a58e10fc2275a880863de91d376792
Parents: ff29889
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 4 18:02:55 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 4 18:02:55 2015 -0800

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/357acd17/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 82094ec..5fe158d 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="0.4.0">
+    version="1.0.0">
     <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