Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master a19c75253 -> c5f5a46e3


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

Branch: refs/heads/master
Commit: 37dd471d0eba3ca6ee703b0ee2fa614c0d319607
Parents: a19c752
Author: Carlos Santana <[email protected]>
Authored: Wed Mar 9 14:33:27 2016 -0500
Committer: Carlos Santana <[email protected]>
Committed: Wed Mar 9 22:11:36 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/37dd471d/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 19de47d..4924768 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,32 @@
 -->
 # Release Notes
 
+### 2.1.1 (Mar 09, 2016)
+* [CB-10825](https://issues.apache.org/jira/browse/CB-10825) android: Always 
request READ permission for gallery source
+* added apache license header to appium files
+* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixed spelling, 
capitalization, and other small issues.
+* [CB-10414](https://issues.apache.org/jira/browse/CB-10414) Adding focus 
handler to resume video when user comes back on leaving the app while preview 
was running
+* Appium tests: adjust swipe distance on ** Android **
+* [CB-10750](https://issues.apache.org/jira/browse/CB-10750) Appium tests: 
fail fast if session is irrecoverable
+* Adding missing semi colon
+* Adding focus handler to make sure filepicker gets launched when app is 
active on ** Windows **
+* [CB-10128](https://issues.apache.org/jira/browse/CB-10128) **iOS** Fixed how 
checks access authorization to camera & library. This closes #146
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for 
plugins
+* [CB-10639](https://issues.apache.org/jira/browse/CB-10639) Appium tests: 
Added some timeouts, Taking a screenshot on failure, Retry taking a picture up 
to 3 times, Try to restart the Appium session if it's lost
+* [CB-10552](https://issues.apache.org/jira/browse/CB-10552) Replacing images 
in README.md.
+* Added a lot of more cases to get the real path on ** Android ** 
+* [CB-10625](https://issues.apache.org/jira/browse/CB-10625) ** Android ** 
getPicture fails when getting a photo from the Photo Library - Google Photos
+* [CB-10619](https://issues.apache.org/jira/browse/CB-10619) Appium tests: 
Properly switch to webview on ** Android **
+* [CB-10397](https://issues.apache.org/jira/browse/CB-10397) Added Appium tests
+* [CB-10576](https://issues.apache.org/jira/browse/CB-10576) MobileSpec can't 
get results for **Windows**-Store 8.1 Builds
+* chore: edit package.json license to match SPDX id
+* [CB-10539](https://issues.apache.org/jira/browse/CB-10539) Commenting out 
the verySmallQvga maxResolution option on ** Windows **
+* [CB-10541](https://issues.apache.org/jira/browse/CB-10541) Changing default 
maxResoltion to be highestAvailable for CameraCaptureUI on ** Windows **
+* [CB-10113](https://issues.apache.org/jira/browse/CB-10113) ** Browser ** - 
Layer camera UI on top of all! 
+* [CB-10502](https://issues.apache.org/jira/browse/CB-10502) ** Browser ** - 
Fix camera plugin exception in Chrome when click capture.
+* Adding comments
+* Camera tapping fix on ** Windows **
+
 ### 2.1.0 (Jan 15, 2016)
 * added `.ratignore`
 * CB-10319 **Android** Adding reflective helper methods for permission requests

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/37dd471d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index fc5b333..dff031c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "2.1.1-dev",
+  "version": "2.1.1",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "cordova-plugin-camera",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/37dd471d/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 42160db..40a0e3c 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.1-dev">
+    version="2.1.1">
     <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/37dd471d/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4825842..754ba7a 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.1-dev">
+    version="2.1.1">
     <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