Skip to content

Commit

Permalink
CB-12224 Updated version and RELEASENOTES.md for release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Dec 8, 2016
1 parent 4cd73e0 commit 91e9d74
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 91e9d74

Please sign in to comment.