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 <[email protected]> Authored: Fri Dec 11 10:04:12 2015 -0800 Committer: Shazron Abdullah <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
