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 2014/01/02 19:08:23 UTC

[1/2] git commit: CB-5719 Updated version and RELEASENOTES.md for release 0.3.0

Updated Branches:
  refs/heads/dev 6163f17ae -> 21a1638cc


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

Branch: refs/heads/dev
Commit: b0bdb1088b5eaa826fa652140747d18f828dd318
Parents: 6163f17
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 2 12:24:02 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 2 12:24:02 2014 -0500

----------------------------------------------------------------------
 RELEASENOTES.md | 9 +++++++++
 plugin.xml      | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b0bdb108/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3f7957d..ac7b46d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -55,3 +55,12 @@
 * add ubuntu platform
 * CB-3420 WP feature hidden=yes implemented
 * Added amazon-fireos platform. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'
+
+### 0.3.0 (Jan 02, 2014)
+* CB-5592 Android: Add MIME type to Intent when opening file:/// URLs
+* CB-5594 iOS: Add disallowoverscroll option.
+* CB-5658 Add doc/index.md for InAppBrowser plugin
+* CB-5595 Add toolbarposition=top option.
+* Apply CB-5193 to InAppBrowser (Fix DB quota exception)
+* CB-5593 iOS: Make InAppBrowser localizable
+* CB-5591 Change window.escape to encodeURIComponent

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/b0bdb108/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1bf16a0..12a5e77 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.2.6-dev">
+      version="0.3.0">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>


[2/2] git commit: CB-5719 Incremented plugin version on dev branch.

Posted by ag...@apache.org.
CB-5719 Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 21a1638ccf7ad17fe663d6c511ce8b4d906dad32
Parents: b0bdb10
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 2 12:30:52 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 2 12:30:52 2014 -0500

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/21a1638c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 12a5e77..d16c756 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.inappbrowser"
-      version="0.3.0">
+      version="0.3.1-dev">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>