Skip to content

Commit 5cbd28e

Browse files
author
Vladimir Kotikov
committed
CB-10557 Updated version and RELEASENOTES.md for release 1.3.0
1 parent 98b63cc commit 5cbd28e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

RELEASENOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
-->
2121
# Release Notes
2222

23+
### 1.3.0 (Feb 09, 2016)
24+
* [CB-3360](https://issues.apache.org/jira/browse/CB-3360) Set custom inappbrowser user agent for android
25+
* [CB-10538](https://issues.apache.org/jira/browse/CB-10538) cordova-plugin-inappbrowser timeout issue
26+
* [CB-10395](https://issues.apache.org/jira/browse/CB-10395) InAppBrowser's WebView not storing cookies reliable on Android
27+
* Edit package.json license to match SPDX id
28+
* [CB-10305](https://issues.apache.org/jira/browse/CB-10305) Gray bar appears in the wrong place on iOS
29+
* [CB-7786](https://issues.apache.org/jira/browse/CB-7786) Support mediaPlaybackRequiresUserAction on Android
30+
* [CB-7500](https://issues.apache.org/jira/browse/CB-7500) executeScript with callback kills/blurs inAppBrowser window on Android
31+
2332
### 1.2.1 (Feb 02, 2016)
2433
* [CB-10407](https://issues.apache.org/jira/browse/CB-10407) InAppBrowser not firing loadstart event on android
2534
* [CB-10428](https://issues.apache.org/jira/browse/CB-10428) Fix syntax error when browserifying inAppBrowser plugin

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-inappbrowser",
3-
"version": "1.2.2-dev",
3+
"version": "1.3.0",
44
"description": "Cordova InAppBrowser Plugin",
55
"cordova": {
66
"id": "cordova-plugin-inappbrowser",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser"
23-
version="1.2.2-dev">
23+
version="1.3.0">
2424

2525
<name>InAppBrowser</name>
2626
<description>Cordova InAppBrowser Plugin</description>

tests/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="cordova-plugin-inappbrowser-tests"
23-
version="1.2.2-dev">
23+
version="1.3.0">
2424
<name>Cordova InAppBrowser Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)