CB-5980 Updated version and RELEASENOTES.md for release 0.3.1
This commit is contained in:
parent
985d94ee00
commit
b62b9edde3
@ -64,3 +64,12 @@
|
|||||||
* Apply CB-5193 to InAppBrowser (Fix DB quota exception)
|
* Apply CB-5193 to InAppBrowser (Fix DB quota exception)
|
||||||
* CB-5593 iOS: Make InAppBrowser localizable
|
* CB-5593 iOS: Make InAppBrowser localizable
|
||||||
* CB-5591 Change window.escape to encodeURIComponent
|
* 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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="org.apache.cordova.inappbrowser"
|
id="org.apache.cordova.inappbrowser"
|
||||||
version="0.3.1-dev">
|
version="0.3.1">
|
||||||
|
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
<description>Cordova InAppBrowser Plugin</description>
|
<description>Cordova InAppBrowser Plugin</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user