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/17 17:10:30 UTC

git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.3.0

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/dev 2e755c9ff -> ae84ed3f3
Updated Tags:  refs/tags/r0.3.0 [created] ae84ed3f3


CB-6452 Updated version and RELEASENOTES.md for release 0.3.0


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

Branch: refs/heads/dev
Commit: ae84ed3f31964bb5f5e7a7a53447c6d132be4edf
Parents: 2e755c9
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/ae84ed3f/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 65a97ad..b82a16c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -62,3 +62,13 @@
 
 ### 0.2.8 (Feb 26, 2014)
 * CB-5202 Fix video capture crash on Android 4.3+
+
+### 0.3.0 (Apr 17, 2014)
+* CB-6152: [ios, android] Make mediafile compatible with file plugin
+* CB-6385: Specify file plugin dependency version
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6016 [BlackBerry10] Add audio capture capability
+* [Blackberry10] Add rim xml namespaces declaration
+* CB-6422 [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/ae84ed3f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7a3f6bd..95dc8e4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
            id="org.apache.cordova.media-capture"
-      version="0.2.9-dev">
+      version="0.3.0">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>