Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master df90a6acc -> f47f5449c Updated Tags: refs/tags/r0.5.2 [created] 8ce6b497f
CB-7571 Updated version and RELEASENOTES.md for release 0.5.2 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/8ce6b497 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/8ce6b497 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/8ce6b497 Branch: refs/heads/master Commit: 8ce6b497fa803936784629187e9c66ebaddfbe1b Parents: df90a6a Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:43 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:43 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 14 ++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/8ce6b497/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5b390ac..1e2e980 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,3 +119,17 @@ * **FFOS** app needs to be privileged * CB-6127 Updated translations for docs * CB-6769 ios: Fix statusbar color reset wasn't working on iOS7+ + +### 0.5.2 (Sep 17, 2014) +* CB-7471 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser +* CB-7490 Fixes InAppBrowser manual tests crash on windows platform +* CB-7249 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser +* CB-7424 Wrong docs: anchor tags are not supported by the InAppBrowser +* CB-7133 clarify that anchor1 doesn't exist +* CB-7133 more fixup of tests on Android +* CB-7133 fix up the tests for Android +* Add just a bit more logging +* CB-7133 port inappbrowser to plugin-test-framework +* phonegap events supported for _blank target +* inappbrowser _blank target position is fixed +* amazon-fireos related changes. http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/8ce6b497/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 402d255..c3d33fe 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.inappbrowser" - version="0.5.2-dev"> + version="0.5.2"> <name>InAppBrowser</name> <description>Cordova InAppBrowser Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/8ce6b497/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index fba7ad5..9b757bb 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.inappbrowser.tests" - version="0.5.1-dev"> + version="0.5.2"> <name>Cordova InAppBrowser Plugin Tests</name> <license>Apache 2.0</license>
