You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2015/02/05 02:58:13 UTC

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

Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 19a2179d1 -> 6604d54e1
Updated Tags:  refs/tags/r0.6.0 [created] 90d41e87c


CB-8429 Updated version and RELEASENOTES.md for release 0.6.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/90d41e87
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/90d41e87
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/90d41e87

Branch: refs/heads/master
Commit: 90d41e87ce9b62f77766a859bc1552b7488ef82f
Parents: 19a2179
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:12:45 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:12:45 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/90d41e87/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 233d519..4709ceb 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -158,3 +158,9 @@
 * 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
+
+### 0.6.0 (Feb 04, 2015)
+* CB-8270 ios: Remove usage of `[arr JSONString]`, since it's been renamed to `cdv_JSONString`
+* ubuntu: implement inject* functions
+* ubuntu: port to oxide
+* CB-7897 ios, android: Update to work with whilelist plugins in Cordova 4.x

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/90d41e87/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index cf32c7c..26d31bf 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.5-dev">
+      version="0.6.0">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/90d41e87/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index bf26790..6d32979 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.5-dev">
+    version="0.6.0">
     <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-8429 Incremented plugin version.

Posted by ag...@apache.org.
CB-8429 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/6604d54e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/6604d54e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/6604d54e

Branch: refs/heads/master
Commit: 6604d54e122b262f1b7f7337e34faeac5ace2d96
Parents: 90d41e8
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:54:02 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:54:02 2015 -0500

----------------------------------------------------------------------
 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/6604d54e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 26d31bf..0410725 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.6.0">
+      version="0.6.1-dev">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/6604d54e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6d32979..f34d5d7 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.6.0">
+    version="0.6.1-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