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 2015/02/05 02:58:18 UTC

[1/2] cordova-plugin-media-capture git commit: CB-8429 Updated version and RELEASENOTES.md for release 0.3.6

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master 3374bf41d -> e5a871cf5
Updated Tags:  refs/tags/r0.3.6 [created] cc779375e


CB-8429 Updated version and RELEASENOTES.md for release 0.3.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/cc779375
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/cc779375
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/cc779375

Branch: refs/heads/master
Commit: cc779375e36fcafd1fdc4405e21d5eddab6cda03
Parents: 3374bf4
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:12:45 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:12:45 2015 -0500

----------------------------------------------------------------------
 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/cc779375/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 011053c..c48c154 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -103,3 +103,9 @@
 ### 0.3.5 (Dec 02, 2014)
 * CB-7597 - `Localizable.strings` for Media Capture are in the default template, it should be in the plugin
 * CB-7700 cordova-plugin-media-capture documentation translation: cordova-plugin-media-capture
+
+### 0.3.6 (Feb 04, 2015)
+* CB-8351 ios: Use inline copies of deprecated CDV_IsIpad and CDV_IsIphone5
+* CB-8351 ios: Stop using (newly) deprecated CDVJSON.h
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+* CB-7977 Mention deviceready in plugin docs

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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/cc779375/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 28ac4ce..23d1b99 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.6-dev">
+    version="0.3.6">
     <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] cordova-plugin-media-capture git commit: CB-8429 Incremented plugin version.

Posted by ag...@apache.org.
CB-8429 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/e5a871cf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/e5a871cf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/e5a871cf

Branch: refs/heads/master
Commit: e5a871cf5d9ad45c50c51cd31dacc7b33da728b1
Parents: cc77937
Author: Andrew Grieve <ag...@chromium.org>
Authored: Wed Feb 4 20:54:02 2015 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Wed Feb 4 20:54:02 2015 -0500

----------------------------------------------------------------------
 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/e5a871cf/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f73ee08..ff05e58 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.6">
+      version="0.3.7-dev">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/e5a871cf/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 23d1b99..5bda5c4 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.6">
+    version="0.3.7-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