CB-5719 Updated version and RELEASENOTES.md for release 0.2.7
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/933b3a02 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/933b3a02 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/933b3a02 Branch: refs/heads/master Commit: 933b3a02bc79fb028ee72901d59beaa32ef73726 Parents: 6988542 Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ plugin.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/933b3a02/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 154d2e6..8cf112f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -49,3 +49,7 @@ * [ubuntu] specify policy_group * add ubuntu platform * Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' + +### 0.2.7 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Media plugin +* Adding READ_PHONE_STATE to the plugin permissions http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/933b3a02/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 450fc5b..e7dc69e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,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.7-dev"> + version="0.2.7"> <name>Media</name> <description>Cordova Media Plugin</description> <license>Apache 2.0</license>
