Repository: cordova-plugin-media Updated Branches: refs/heads/master 22068ff5c -> 1624c8aab Updated Tags: refs/tags/r0.2.13 [created] b2e92f939
CB-7571 Updated version and RELEASENOTES.md for release 0.2.13 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/b2e92f93 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/b2e92f93 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/b2e92f93 Branch: refs/heads/master Commit: b2e92f93964f76bbec667dfdfe15caec435932b6 Parents: 22068ff 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/blob/b2e92f93/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f523637..141d4f3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -82,3 +82,9 @@ * CB-6127 Updated translations for docs * ios: Make it easier to play media and record audio simultaneously * code #s for MediaError + +### 0.2.13 (Sep 17, 2014) +* CB-6963 renamed folder to tests + added nested plugin.xml +* added documentation for manual tests +* CB-6963 Port Media manual & automated tests +* CB-6963 Port media tests to plugin-test-framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/b2e92f93/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5162701..b6ad889 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.media" - version="0.2.13-dev"> + version="0.2.13"> <name>Media</name> <description>Cordova Media Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/b2e92f93/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index e23aea9..c7d9279 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.media.tests" - version="0.2.12-dev"> + version="0.2.13"> <name>Cordova Media Plugin Tests</name> <license>Apache 2.0</license> <js-module src="tests.js" name="tests">
