CB-5719 Updated version and RELEASENOTES.md for release 0.3.0
This commit is contained in:
parent
6163f17aeb
commit
b0bdb1088b
@ -55,3 +55,12 @@
|
|||||||
* add ubuntu platform
|
* add ubuntu platform
|
||||||
* CB-3420 WP feature hidden=yes implemented
|
* 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'
|
* 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
|
||||||
|
@ -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.2.6-dev">
|
version="0.3.0">
|
||||||
|
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
<description>Cordova InAppBrowser Plugin</description>
|
<description>Cordova InAppBrowser Plugin</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user