diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7d794b2..355e05d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,21 @@ --> # Release Notes +### 1.1.0 (Nov 18, 2015) +* CB-10035 Updated `RELEASENOTES` to be newest to oldest +* Invoke webview if using local file +* Fixed `zIndex` issue on **Windows 8**, **8.188 where InAppBrowser opens behind default app. +* fix `async` self usage +* CB-9150 Fix InAppBrowser `executeScript` crash on **Windows** if no data returned +* CB-10008 Fix InAppBrowser popup layout on **Windows** +* Setting `setStatusBarStyle` to `-1` causes `CGContextSaveGState`. +* CB-9167 Fix crash on **browser** window close +* CB-9799 Fixed `javaDoc` errors. +* Fixing contribute link. +* CB-9760 InAppBrowser: fallback to default `window.open` behavior on **Ripple** +* CB-9378 Fix InAppBrowser not taking whole screen on **Windows** +* CB-9158 - InAppBrowser `zoomControls` are always set to true + ### 1.0.1 (Jun 17, 2015) * CB-9128 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser * fix npm md issue diff --git a/package.json b/package.json index f29e9b3..cba3e5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-inappbrowser", - "version": "1.0.2-dev", + "version": "1.1.0", "description": "Cordova InAppBrowser Plugin", "cordova": { "id": "cordova-plugin-inappbrowser", diff --git a/plugin.xml b/plugin.xml index 5817ed9..a05fddc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="1.1.0"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 7be9fc9..f4f3be3 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="1.1.0"> Cordova InAppBrowser Plugin Tests Apache 2.0