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/06/05 22:43:28 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 1f51a3b61 -> 1cf38cd77
Updated Tags:  refs/tags/r0.3.0 [created] 4fa934e06


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


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

Branch: refs/heads/master
Commit: 4fa934e06f018a0928510e3c9a395d24feadcffa
Parents: 1f51a3b
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:39:42 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:39:42 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/4fa934e0/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 836bc27..9cb208a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -80,3 +80,23 @@
 * CB-6212: [iOS] fix warnings compiled under arm64 64-bit
 * [BlackBerry10] Add rim xml namespaces declaration
 * Add NOTICE file
+
+### 0.3.0 (Jun 05, 2014)
+* CB-2083 documented saveToPhotoAlbum quirk on WP8
+* CB-5895 documented saveToPhotoAlbum quirk on WP8
+* Remove deprecated symbols for iOS < 6
+* documentation translation: cordova-plugin-camera
+* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
+* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
+* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
+* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
+* ubuntu: use application directory for images
+* CB-6795 Add license
+* Little fix in code formatting
+* CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality
+* CB-6612 camera.getPicture now always returns encoded JPEG image
+* Removed invalid note from CB-5398
+* CB-6576 - Returns a specific error message when app has no access to library.
+* 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/4fa934e0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a51f172..156ffc3 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.2.10-dev">
+    version="0.3.0">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>


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

Posted by st...@apache.org.
CB-6877 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/1cf38cd7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/1cf38cd7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/1cf38cd7

Branch: refs/heads/master
Commit: 1cf38cd7751db576e03de85b0a3eeed000ac34f1
Parents: 4fa934e
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:40:49 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:40:49 2014 -0700

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


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