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/master Commit: b0bdb1088b5eaa826fa652140747d18f828dd318 Parents: 6163f17 Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> 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>
