You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/02 19:09:04 UTC

[9/9] git commit: CB-5719 Updated version and RELEASENOTES.md for release 0.2.6

CB-5719 Updated version and RELEASENOTES.md for release 0.2.6


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

Branch: refs/heads/master
Commit: 1015694514aa1f47c21c0b5cf34d09a80373731b
Parents: 2829f1b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 2 12:24:02 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 2 12:24:02 2014 -0500

----------------------------------------------------------------------
 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/10156945/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e1e400b..4eff9e2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -49,3 +49,8 @@
 * Added amazon-fireos platform. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'
 * CB-5291 - ios - Media Capture Audio - status bar issues under iOS 7
 * CB-5275: CaptureImage and CaptureVideo have runnables and CaptureVideo works on 4.2.  Still doesn't work for 4.3
+
+### 0.2.6 (Jan 02, 2014)
+* 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/10156945/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 59172e0..a15737e 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.6-dev">
+      version="0.2.6">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>