From 90d41e87ce9b62f77766a859bc1552b7488ef82f Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Wed, 4 Feb 2015 20:12:45 -0500 Subject: [PATCH] CB-8429 Updated version and RELEASENOTES.md for release 0.6.0 --- RELEASENOTES.md | 6 ++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 233d519..4709ceb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 diff --git a/plugin.xml b/plugin.xml index cf32c7c..26d31bf 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.6.0"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index bf26790..6d32979 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.6.0"> Cordova InAppBrowser Plugin Tests Apache 2.0