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/08/07 04:25:38 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 0d63ac27c -> 6366aeba4
Updated Tags:  refs/tags/r0.3.1 [created] 823eb5d27


CB-7244 Updated version and RELEASENOTES.md for release 0.3.1


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/823eb5d2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/823eb5d2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/823eb5d2

Branch: refs/heads/master
Commit: 823eb5d27a5f77d081e55cbed40952b04d8504ed
Parents: 0d63ac2
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 18:58:20 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 18:58:20 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/823eb5d2/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9cb208a..07153ed 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -100,3 +100,17 @@
 * CB-6491 add CONTRIBUTING.md
 * CB-6546 android: Fix a couple bugs with allowEdit pull request
 * CB-6546 android: Add support for allowEdit Camera option
+
+### 0.3.1 (Aug 06, 2014)
+* **FFOS** update CameraProxy.js
+* CB-7187 ios: Add explicit dependency on CoreLocation.framework
+* [BlackBerry10] Doc correction - sourceType is supported
+* CB-7071 android: Fix callback firing before CROP intent is sent when allowEdit=true
+* CB-6875 android: Handle exception when SDCard is not mounted
+* ios: Delete postImage (dead code)
+* Prevent NPE on processResiultFromGallery when intent comes null
+* Remove iOS doc reference to non-existing navigator.fileMgr API
+* Docs updated with some default values
+* Removes File plugin dependency from windows8 code.
+* Use WinJS functionality to resize image instead of File plugin functionality
+* CB-6127 Updated translations for docs

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/823eb5d2/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4f47e3d..1fdf515 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.camera"
-    version="0.3.1-dev">
+    version="0.3.1">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>


[2/2] git commit: CB-7244 Incremented plugin version.

Posted by st...@apache.org.
CB-7244 Incremented plugin version.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/6366aeba
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/6366aeba
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/6366aeba

Branch: refs/heads/master
Commit: 6366aeba472beaf3770c06f347fcb47845274d9a
Parents: 823eb5d
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 6 19:24:26 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 6 19:24:26 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/6366aeba/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1fdf515..3afc48f 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.camera"
-    version="0.3.1">
+    version="0.3.2-dev">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>