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/02/11 00:23:04 UTC

[2/2] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.3.1

CB-5980 Updated version and RELEASENOTES.md for release 0.3.1


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

Branch: refs/heads/dev
Commit: 4c07917c0acd8220870ed3686ec3956657d638c9
Parents: 24e6a1f
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:59 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Feb 10 15:23:01 2014 -0800

----------------------------------------------------------------------
 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/4c07917c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ac7b46d..2b95181 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -64,3 +64,12 @@
 * Apply CB-5193 to InAppBrowser (Fix DB quota exception)
 * CB-5593 iOS: Make InAppBrowser localizable
 * CB-5591 Change window.escape to encodeURIComponent
+
+### 0.3.1 (Feb 05, 2014)
+* CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
+* Didn't test on ICS or lower, getDrawable isn't supported until Jellybean
+* add ubuntu platform
+* Adding drawables to the inAppBrowser.  This doesn't look quite right, but it's a HUGE improvement over the previous settings
+* CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
+* Remove alive from InAppBrowser.js since it didn't catch the case where the browser is closed by the user.
+* CB-5733 Fix IAB.close() not working if called before show() animation is done

http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/4c07917c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9736604..0878073 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.1-dev">
+      version="0.3.1">
 
     <name>InAppBrowser</name>
     <description>Cordova InAppBrowser Plugin</description>