Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/master 4cd73e096 -> 1c8ef9ab6
CB-12224 Updated version and RELEASENOTES.md for release 1.1.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/91e9d74e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/91e9d74e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/91e9d74e Branch: refs/heads/master Commit: 91e9d74e78ccec5f77837475937553003b710b01 Parents: 4cd73e0 Author: Shazron Abdullah <[email protected]> Authored: Wed Dec 7 16:39:47 2016 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Wed Dec 7 16:39:47 2016 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 10 ++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/91e9d74e/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dbdfc9f..b89b5df 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,16 @@ # Release Notes +### 1.1.1 (Dec 07, 2016) +* Updated README.md +* added check for at least iOS 9.0 +* CB-10228:(iOS) AppendUserAgent not working with WKWebView +* [CB-11997](https://issues.apache.org/jira/browse/CB-11997) Code review comments +* [CB-11997](https://issues.apache.org/jira/browse/CB-11997) Add crash recovery for iOS 8 +* [CB-11917](https://issues.apache.org/jira/browse/CB-11917) - Remove pull request template checklist item: "iCLA has been submittedâ¦" +* [CB-11818](https://issues.apache.org/jira/browse/CB-11818) - Avoid retain cycle: WKUserContentController retains its message handler, to break it we cannot pass directly CDVWKWebViewEngine's instance +* [CB-11832](https://issues.apache.org/jira/browse/CB-11832) Incremented plugin version. + ### 1.1.0 (Sep 08, 2016) * [CB-11824](https://issues.apache.org/jira/browse/CB-11824) - Update tests to include objective-c tests * [CB-11554](https://issues.apache.org/jira/browse/CB-11554) - fixed unit tests http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/91e9d74e/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d83af19..c38e3c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-wkwebview-engine", - "version": "1.1.1-dev", + "version": "1.1.1", "description": "The official Apache Cordova WKWebView Engine Plugin", "main": "index.js", "repository": { http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/91e9d74e/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 102f7c6..b129754 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.1.1-dev"> + version="1.1.1"> <name>Cordova WKWebView Engine</name> <description>Cordova WKWebView Engine Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/91e9d74e/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 378cb46..6f06fff 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wkwebview-engine-tests" - version="1.1.1-dev"> + version="1.1.1"> <name>cordova-plugin-wkwebview-engine Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
