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/10/04 02:10:49 UTC

[1/2] git commit: Updated version and RELEASENOTES.md for release 0.3.4

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master 82e748c60 -> cb1c2944b
Updated Tags:  refs/tags/r0.3.4 [created] 852a05399


 Updated version and RELEASENOTES.md for release 0.3.4


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

Branch: refs/heads/master
Commit: 852a053993667c63e62948e2826717abf5952665
Parents: 82e748c
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 16:10:13 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 16:10:13 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 6 ++++++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/852a0539/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 6db3244..3f758d1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -93,3 +93,9 @@
 * added documentation for manual tests
 * CB-6959 Added manual tests
 * CB-6959 Port capture tests to plugin-test-framework
+
+### 0.3.4 (Oct 03, 2014)
+* CB-7453 Adds fallback to m4a audio format when mp3 recording fails.
+* CB-7429 Fixes image capture manual tests on windows
+* CB-7429 Move windows8 and windows Proxies into one file
+* CB-7429 Adds media capture support for windows

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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/852a0539/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index e9c375f..53ce70b 100644
--- a/tests/plugin.xml
+++ b/tests/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.tests"
-    version="0.3.4-dev">
+    version="0.3.4">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] git commit: Incremented plugin version.

Posted by st...@apache.org.
 Incremented plugin version.


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

Branch: refs/heads/master
Commit: cb1c2944b240f41fa05c092a4fa64e793ddb6963
Parents: 852a053
Author: Steven Gill <st...@gmail.com>
Authored: Fri Oct 3 17:09:47 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Oct 3 17:09:47 2014 -0700

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/cb1c2944/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 53ce70b..21762c8 100644
--- a/tests/plugin.xml
+++ b/tests/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.tests"
-    version="0.3.4">
+    version="0.3.5-dev">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org