CB-10557 Updated version and RELEASENOTES.md for release 1.3.0
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/5cbd28ed Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/5cbd28ed Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/5cbd28ed Branch: refs/heads/master Commit: 5cbd28edb04f7634043de7de53f51676f0911db4 Parents: 98b63cc Author: Vladimir Kotikov <[email protected]> Authored: Tue Feb 9 11:43:37 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Tue Feb 9 13:21:02 2016 +0300 ---------------------------------------------------------------------- RELEASENOTES.md | 9 +++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5cbd28ed/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cc986c2..e93f73f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,15 @@ --> # Release Notes +### 1.3.0 (Feb 09, 2016) +* [CB-3360](https://issues.apache.org/jira/browse/CB-3360) Set custom inappbrowser user agent for android +* [CB-10538](https://issues.apache.org/jira/browse/CB-10538) cordova-plugin-inappbrowser timeout issue +* [CB-10395](https://issues.apache.org/jira/browse/CB-10395) InAppBrowser's WebView not storing cookies reliable on Android +* Edit package.json license to match SPDX id +* [CB-10305](https://issues.apache.org/jira/browse/CB-10305) Gray bar appears in the wrong place on iOS +* [CB-7786](https://issues.apache.org/jira/browse/CB-7786) Support mediaPlaybackRequiresUserAction on Android +* [CB-7500](https://issues.apache.org/jira/browse/CB-7500) executeScript with callback kills/blurs inAppBrowser window on Android + ### 1.2.1 (Feb 02, 2016) * [CB-10407](https://issues.apache.org/jira/browse/CB-10407) InAppBrowser not firing loadstart event on android * [CB-10428](https://issues.apache.org/jira/browse/CB-10428) Fix syntax error when browserifying inAppBrowser plugin http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5cbd28ed/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 5543ead..160902e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "1.2.2-dev", + "version": "1.3.0", "description": "Cordova InAppBrowser Plugin", "cordova": { "id": "cordova-plugin-inappbrowser", http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5cbd28ed/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index cfa5441..c3f5cc9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-inappbrowser" - version="1.2.2-dev"> + version="1.3.0"> <name>InAppBrowser</name> <description>Cordova InAppBrowser Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5cbd28ed/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index cc07c59..212da9a 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-inappbrowser-tests" - version="1.2.2-dev"> + version="1.3.0"> <name>Cordova InAppBrowser Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
