Repository: cordova-plugin-media-capture Updated Branches: refs/heads/master 0a746223b -> b5685dcb0 Updated Tags: refs/tags/r0.3.3 [created] 5888a627f
CB-7571 Updated version and RELEASENOTES.md for release 0.3.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/5888a627 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/5888a627 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/5888a627 Branch: refs/heads/master Commit: 5888a627f7c12f17573b2fa9907dc2ce76e44a7a Parents: 0a74622 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 | 6 ++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/5888a627/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f416d9d..6db3244 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -87,3 +87,9 @@ * CB-6127 Updated translations for docs * CB-6978 captureImage() function fails in Android * CB-6890: Fix pluginManager access for 4.0.x branch + +### 0.3.3 (Sep 17, 2014) +* Renamed test dir, added nested plugin.xml +* added documentation for manual tests +* CB-6959 Added manual tests +* CB-6959 Port capture tests to plugin-test-framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/5888a627/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1788dd0..09f3dad 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="org.apache.cordova.media-capture" - version="0.3.3-dev"> + version="0.3.3"> <name>Capture</name> <description>Cordova Media Capture Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/5888a627/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 1cf7f19..a2bdd58 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="org.apache.cordova.media-capture.tests" - version="0.3.2-dev"> + version="0.3.3"> <name>Cordova Media Capture Plugin Tests</name> <license>Apache 2.0</license>
