CB-8429 Updated version and RELEASENOTES.md for release 0.6.0
This commit is contained in:
parent
19a2179d1d
commit
90d41e87ce
@ -158,3 +158,9 @@
|
|||||||
* CB-7850 clarify role of whitelist
|
* CB-7850 clarify role of whitelist
|
||||||
* CB-7720 check if event is null since OK string from success callback was removed
|
* 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
|
* 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
|
||||||
|
@ -20,7 +20,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.5.5-dev">
|
version="0.6.0">
|
||||||
|
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
<description>Cordova InAppBrowser Plugin</description>
|
<description>Cordova InAppBrowser Plugin</description>
|
||||||
|
@ -20,7 +20,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.tests"
|
id="org.apache.cordova.inappbrowser.tests"
|
||||||
version="0.5.5-dev">
|
version="0.6.0">
|
||||||
<name>Cordova InAppBrowser Plugin Tests</name>
|
<name>Cordova InAppBrowser Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user