File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
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
+
23
32
### 1.2.1 (Feb 02, 2016)
24
33
* [ CB-10407] ( https://issues.apache.org/jira/browse/CB-10407 ) InAppBrowser not firing loadstart event on android
25
34
* [ CB-10428] ( https://issues.apache.org/jira/browse/CB-10428 ) Fix syntax error when browserifying inAppBrowser plugin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 1.2.2-dev " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " Cordova InAppBrowser Plugin" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-inappbrowser" ,
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-inappbrowser"
23
- version =" 1.2.2-dev " >
23
+ version =" 1.3.0 " >
24
24
25
25
<name >InAppBrowser</name >
26
26
<description >Cordova InAppBrowser Plugin</description >
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" cordova-plugin-inappbrowser-tests"
23
- version =" 1.2.2-dev " >
23
+ version =" 1.3.0 " >
24
24
<name >Cordova InAppBrowser Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments