You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:23:35 UTC

[11/12] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.7

CB-5980 Updated version and RELEASENOTES.md for release 0.2.7


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/3acc0b66
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/3acc0b66
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/3acc0b66

Branch: refs/heads/master
Commit: 3acc0b6624b0435a56d9038356d33204a51f8fac
Parents: 65cfc08
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:59 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:59 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 5 +++++
 plugin.xml      | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/3acc0b66/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4eff9e2..e6ba4d5 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -54,3 +54,8 @@
 * CB-5658 Add doc/index.md for Media Capture plugin
 * CB-5569 Windows8. MediaFile constructor does not exist
 * CB-5517 Fix the audio capture IO exception by putting it in a runnable
+
+### 0.2.7 (Feb 05, 2014)
+* [ubuntu] request audio/camera/microphone permission
+* fixed  cordova cli add capture plugin not work wp
+* CB-5685 [BlackBerry10] Add access_shared permission

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/3acc0b66/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a68df82..d683c8d 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-capture"
-      version="0.2.7-dev">
+      version="0.2.7">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>