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 2013/10/10 19:56:34 UTC

[1/2] git commit: [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3

Updated Branches:
  refs/heads/dev 2595d08cc -> 8414c7303


[CB-5010] Updated version and RELEASENOTES.md for release 0.2.3


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

Branch: refs/heads/dev
Commit: 1eae635b7c1139754fc8dbddf24cc35a31effc30
Parents: 2595d08
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 15:31:36 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 15:31:36 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/1eae635b/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b6b0ce2..36140fd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -34,3 +34,7 @@
 * [CB-4764] Remove reference to DirectoryManager from Capture.java
 * [CB-4763] Use own version of FileHelper.
 * [CB-4752] Incremented plugin version on dev branch.
+
+### 0.2.3 (Oct 9, 2013)
+* CB-4720: fixed incorrect feature tag in plugin.xml for wp
+* [CB-4915] Incremented plugin version on dev branch.

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


[2/2] git commit: [CB-5010] Incremented plugin version on dev branch.

Posted by st...@apache.org.
[CB-5010] Incremented plugin version on dev branch.


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

Branch: refs/heads/dev
Commit: 8414c7303ee361aa40459c6a0963d286b37e95c5
Parents: 1eae635
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 16:06:39 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 16:06:39 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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