You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:36 UTC

[03/14] git commit: CB-6114 Updated version and RELEASENOTES.md for release 0.2.8

CB-6114 Updated version and RELEASENOTES.md for release 0.2.8


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

Branch: refs/heads/master
Commit: e187bd943da82f25d79c913f2bb6916b21113d99
Parents: 0c7941f
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 27 11:56:29 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Feb 27 15:37:07 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e187bd94/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e6ba4d5..65a97ad 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -59,3 +59,6 @@
 * [ubuntu] request audio/camera/microphone permission
 * fixed  cordova cli add capture plugin not work wp
 * CB-5685 [BlackBerry10] Add access_shared permission
+
+### 0.2.8 (Feb 26, 2014)
+* CB-5202 Fix video capture crash on Android 4.3+

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e187bd94/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 41885ee..a51d8ca 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.8-dev">
+      version="0.2.8">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>