CB-8429 Updated version and RELEASENOTES.md for release 0.6.0

This commit is contained in:
Andrew Grieve 2015-02-04 20:12:45 -05:00
parent 19a2179d1d
commit 90d41e87ce
3 changed files with 8 additions and 2 deletions

View File

@ -158,3 +158,9 @@
* CB-7850 clarify role of whitelist
* CB-7720 check if event is null since OK string from success callback was removed
* CB-7471 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
### 0.6.0 (Feb 04, 2015)
* CB-8270 ios: Remove usage of `[arr JSONString]`, since it's been renamed to `cdv_JSONString`
* ubuntu: implement inject* functions
* ubuntu: port to oxide
* CB-7897 ios, android: Update to work with whilelist plugins in Cordova 4.x

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="org.apache.cordova.inappbrowser"
version="0.5.5-dev">
version="0.6.0">
<name>InAppBrowser</name>
<description>Cordova InAppBrowser Plugin</description>

View File

@ -20,7 +20,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="org.apache.cordova.inappbrowser.tests"
version="0.5.5-dev">
version="0.6.0">
<name>Cordova InAppBrowser Plugin Tests</name>
<license>Apache 2.0</license>