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 2015/03/11 01:17:06 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master b698e1038 -> 7b2f453c2


CB-8646 Updated version and RELEASENOTES.md for release 0.3.6


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

Branch: refs/heads/master
Commit: 00cd249dd7ffce9645f339f0cfaf383b7976bac8
Parents: b698e10
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 10 17:12:32 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 10 17:12:32 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 9 +++++++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/00cd249d/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 077a235..7e4d4b4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -166,3 +166,12 @@
 * CB-8032 ios: Add nativeURL external method support for CDVFileSystem->makeEntryForPath:isDirectory:
 * CB-7938 ios: Added XCTest unit tests project, with stubs (adapted from SplashScreen unit test setup)
 * CB-7937 ios: Re-factor iOS Camera plugin so that it is testable
+
+### 0.3.6 (Mar 10, 2015)
+* Fix localize key for Videos. This closes #58
+* CB-8235 android: Fix crash when selecting images from DropBox with spaces in path (close #65)
+* add try ... catch for getting image orientation
+* CB-8599 fix threading issue with cameraPicker (fixes #72)
+* CB-8559 Integrate TravisCI
+* CB-8438 cordova-plugin-camera documentation translation: cordova-plugin-camera
+* CB-8538 Added package.json file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/00cd249d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a243e7b..c021d37 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "0.3.6-dev",
+  "version": "0.3.6",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "org.apache.cordova.camera",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/00cd249d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5d2b2c9..aea04e7 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.6-dev">
+    version="0.3.6">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/00cd249d/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 3186c8c..bf90131 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.camera.tests"
-    version="0.3.6-dev">
+    version="0.3.6">
     <name>Cordova Camera 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-camera git commit: CB-8646 Incremented plugin version.

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

Branch: refs/heads/master
Commit: 7b2f453c2558785df8b81846fa9a33962527764b
Parents: 00cd249
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 10 17:16:07 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 10 17:16:07 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/7b2f453c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c021d37..8daeeae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "0.3.6",
+  "version": "0.3.7-dev",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "org.apache.cordova.camera",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/7b2f453c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index aea04e7..8a2cf78 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.6">
+    version="0.3.7-dev">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/7b2f453c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index bf90131..44e44c0 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.camera.tests"
-    version="0.3.6">
+    version="0.3.7-dev">
     <name>Cordova Camera 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