CB-10368 Updated version and RELEASENOTES.md for release 1.2.0
This commit is contained in:
parent
212e0a34d8
commit
c3ccb694d3
@ -20,6 +20,11 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 1.2.0 (Jan 15, 2016)
|
||||||
|
* CB-8180: Changing methods of interception in `WebViewClient` class
|
||||||
|
* CB-10009 Improve `InAppBrowser` toolbar look and feel on **Windows**
|
||||||
|
* Open a new window on the **Browser** platform
|
||||||
|
|
||||||
### 1.1.1 (Dec 10, 2015)
|
### 1.1.1 (Dec 10, 2015)
|
||||||
|
|
||||||
* CB-9445 Improves executeScript callbacks on iOS
|
* CB-9445 Improves executeScript callbacks on iOS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-inappbrowser",
|
"name": "cordova-plugin-inappbrowser",
|
||||||
"version": "1.1.2-dev",
|
"version": "1.2.0",
|
||||||
"description": "Cordova InAppBrowser Plugin",
|
"description": "Cordova InAppBrowser Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-inappbrowser",
|
"id": "cordova-plugin-inappbrowser",
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-inappbrowser"
|
id="cordova-plugin-inappbrowser"
|
||||||
version="1.1.2-dev">
|
version="1.2.0">
|
||||||
|
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
<description>Cordova InAppBrowser Plugin</description>
|
<description>Cordova InAppBrowser Plugin</description>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="cordova-plugin-inappbrowser-tests"
|
id="cordova-plugin-inappbrowser-tests"
|
||||||
version="1.1.2-dev">
|
version="1.2.0">
|
||||||
<name>Cordova InAppBrowser Plugin Tests</name>
|
<name>Cordova InAppBrowser Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user