CB-5719 Updated version and RELEASENOTES.md for release 0.3.0

This commit is contained in:
Andrew Grieve 2014-01-02 12:24:02 -05:00
parent 6163f17aeb
commit b0bdb1088b
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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>