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/10/04 02:16:42 UTC

[1/2] git commit: Incremented plugin version.

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master a0785deff -> 927e7a8e9


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

Branch: refs/heads/master
Commit: 927e7a8e9814bc8f1b3244fa7418d32bfa2661a1
Parents: 003f0fd
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 17:09:47 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 17:15:41 2014 -0700

----------------------------------------------------------------------
 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/927e7a8e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6904744..aa02c2d 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.3">
+      version="0.5.4-dev">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/927e7a8e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 35f0d68..127fc30 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.3">
+    version="0.5.4-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


[2/2] git commit: Updated version and RELEASENOTES.md for release 0.5.3

Posted by st...@apache.org.
 Updated version and RELEASENOTES.md for release 0.5.3


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

Branch: refs/heads/master
Commit: 003f0fd3cd27d7fffdd41802d83f2a0ec465a806
Parents: a0785de
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 16:10:13 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 17:15:41 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/003f0fd3/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1e2e980..9027d20 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -130,6 +130,17 @@
 * CB-7133 fix up the tests for Android
 * Add just a bit more logging
 * CB-7133 port inappbrowser to plugin-test-framework
-* phonegap events supported for _blank target
-* inappbrowser _blank target position is fixed
+* phonegap events supported for \_blank target
+* inappbrowser \_blank target position is fixed
 * amazon-fireos related changes.
+
+### 0.5.3 (Oct 03, 2014)
+* Windows implementation fixes and improvements
+* zIndex fixed
+* renamed InAppBrowser back to inappbrowser for case sensitive operating systems
+* Update french translation
+* Update doc to add Windows 8
+* Update windows proxy to be both compatible with windows 8 and 8.1
+* 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/003f0fd3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1983990..6904744 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.3-dev">
+      version="0.5.3">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/003f0fd3/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 04669d4..35f0d68 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.3-dev">
+    version="0.5.3">
     <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