Repository: cordova-plugin-dialogs Updated Branches: refs/heads/master cc73124af -> 452fee95c Updated Tags: refs/tags/r0.2.10 [created] 64017132b
CB-7571 Updated version and RELEASENOTES.md for release 0.2.10 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/64017132 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/64017132 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/64017132 Branch: refs/heads/master Commit: 64017132b429314cc74acdab4c8c1d87a9ffcf1b Parents: cc73124 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:41 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:41 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 8 ++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/64017132/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e8a4cb2..673d15c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -87,3 +87,11 @@ * CB-6127 Updated translations for docs * android: Explicitly apply default theme to dialogs * Fix Beep exception on Android when no argument passed + +### 0.2.10 (Sep 17, 2014) +* CB-7538 Android beep thread fix Beep now executes in it's own thread. It was previously executing in the main UI thread which was causing the application to lock up will the beep was occurring. Closing pull request +* Set dialog text dir to locale +* Renamed test dir, added nested plugin.xml +* added documentation for manual tests +* CB-6965 Added manual tests +* CB-6965 Port notification tests to test-framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/64017132/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index d3c2f35..3aa2134 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.dialogs" - version="0.2.10-dev"> + version="0.2.10"> <name>Notification</name> <description>Cordova Notification Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/64017132/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 16f8b46..dec5276 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.dialogs.tests" - version="0.2.9-dev"> + version="0.2.10"> <name>Cordova Notification Plugin Tests</name> <license>Apache 2.0</license>
