You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/12/03 01:10:28 UTC

[1/2] cordova-plugin-inappbrowser git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.5.4

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 2c4bef1f9 -> abbbcc246
Updated Tags:  refs/tags/r0.5.4 [created] b9653af69


CB-8110 Updated version and RELEASENOTES.md for release 0.5.4


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/b9653af6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/b9653af6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/b9653af6

Branch: refs/heads/master
Commit: b9653af69186a9519113b5d3a15e6f0000be0ef4
Parents: 2c4bef1
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 14 ++++++++++++++
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b9653af6/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9027d20..233d519 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -144,3 +144,17 @@
 * Rename windows81 by windows8 in src directory
 * Append Windows 8.1 platform configuration in plugin.xml
 * Append Windows 8.1 proxy using x-ms-webview
+
+### 0.5.4 (Dec 02, 2014)
+* CB-7784 Exit event is not fired after `InAppBrowser` closing
+* CB-7697 Add `locationBar` support to `InAppBrowser` **Windows** platform version
+* CB-7690 `InAppBrowser` `loadstart/loadstop` events issues
+* CB-7695 Fix `InAppBrowser` `injectScriptFile` for **Windows 8.1** / **Windows Phone 8.1**
+* CB-7692 `InAppBrowser` local url opening bug in 8.1
+* CB-7688 `Alert` is not supported in `InAppBrowser` on **Windows** platform
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7876 change test target to avoid undesired redirects
+* CB-7712 remove references to `closebuttoncaption`
+* CB-7850 clarify role of whitelist
+* CB-7720 check if event is null since OK string from success callback was removed
+* CB-7471 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b9653af6/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index aa02c2d..aa54fb6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.5.4-dev">
+      version="0.5.4">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b9653af6/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 127fc30..745b832 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.inappbrowser.tests"
-    version="0.5.4-dev">
+    version="0.5.4">
     <name>Cordova InAppBrowser Plugin Tests</name>
     <license>Apache 2.0</license>
 


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


[2/2] cordova-plugin-inappbrowser git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 Incremented plugin version.


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/abbbcc24
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/abbbcc24
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/abbbcc24

Branch: refs/heads/master
Commit: abbbcc2461e863c94b5f61b017c572ba038c4b69
Parents: b9653af
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/abbbcc24/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index aa54fb6..8d27ab5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.5.4">
+      version="0.5.5-dev">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/abbbcc24/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 745b832..bf26790 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.inappbrowser.tests"
-    version="0.5.4">
+    version="0.5.5-dev">
     <name>Cordova InAppBrowser Plugin Tests</name>
     <license>Apache 2.0</license>
 


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