Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master e32b95ccf -> 1cd9205eb


CB-10035 Updated version and RELEASENOTES.md for release 1.1.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/5451427c
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/5451427c
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/5451427c

Branch: refs/heads/master
Commit: 5451427c988c9d219f177ca7749e2df513de6aec
Parents: e32b95c
Author: Steve Gill <stevengil...@gmail.com>
Authored: Wed Nov 18 19:45:05 2015 -0800
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Wed Nov 18 19:45:05 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 15 +++++++++++++++
 package.json     |  2 +-
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5451427c/RELEASENOTES.md
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5451427c/package.json
----------------------------------------------------------------------
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",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5451427c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5817ed9..a05fddc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
            id="cordova-plugin-inappbrowser"
-      version="1.0.2-dev">
+      version="1.1.0">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/5451427c/tests/plugin.xml
----------------------------------------------------------------------
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 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
     id="cordova-plugin-inappbrowser-tests"
-    version="1.0.2-dev">
+    version="1.1.0">
     <name>Cordova InAppBrowser Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to