diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e5fcfd6..5cb452c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,11 @@ --> # 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) * CB-9445 Improves executeScript callbacks on iOS diff --git a/package.json b/package.json index dc1c422..97a6dab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "1.1.2-dev", + "version": "1.2.0", "description": "Cordova InAppBrowser Plugin", "cordova": { "id": "cordova-plugin-inappbrowser", diff --git a/plugin.xml b/plugin.xml index 052bd13..e9b7d31 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="1.2.0"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 5f1a8b0..77ea5c2 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="1.2.0"> Cordova InAppBrowser Plugin Tests Apache 2.0