Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 4202fff7a -> daf5fa48d


 Updated version and RELEASENOTES.md for release 2.2.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/d124e03c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/d124e03c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/d124e03c

Branch: refs/heads/master
Commit: d124e03cb9f00821f64c90849380ef8b40b7c8c8
Parents: 4202fff
Author: Steve Gill <[email protected]>
Authored: Fri Apr 15 13:08:26 2016 -0700
Committer: Steve Gill <[email protected]>
Committed: Fri Apr 15 13:08:26 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/d124e03c/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 659837e..a136b0f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Release Notes
 
+### 2.2.0 (Apr 15, 2016)
+* CB-10873 Avoid crash due to usage of uninitialized variable when writing 
geolocation data to image destination. Properly handle 'CameraUsesGeolocation' 
option by properly setting geolocation data in EXIF header in all cases
+* CB-11073 Appium tests stability improvements
+* Replace `PermissionHelper.java` with `cordova-plugin-compat`
+* Making focus handler work only for **windows 10** phone
+* CB-10865 Run **ios** native tests on **Travis**
+* CB-10120 Fixing use of constants and `PermissionHelper`
+* CB-10120 Fix missing CAMERA permission for **Android M**
+* CB-10756 Adding sterner warnings about `DATA_URL`
+* CB-10460 `getRealPath` return null in some cases
+
 ### 2.1.1 (Mar 09, 2016)
 * [CB-10825](https://issues.apache.org/jira/browse/CB-10825) **Android** 
should request READ permission for gallery source
 * added apache license header to appium files

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/d124e03c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 03256ee..cd69e14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "2.1.2-dev",
+  "version": "2.2.0",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "cordova-plugin-camera",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/d124e03c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index aceeb13..264e72a 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="cordova-plugin-camera"
-    version="2.1.2-dev">
+    version="2.2.0">
     <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/d124e03c/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6fd19fd..bc31ebf 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="cordova-plugin-camera-tests"
-    version="2.1.2-dev">
+    version="2.2.0">
     <name>Cordova Camera Plugin Tests</name>
     <license>Apache 2.0</license>
     


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to