Repository: cordova-plugin-camera Updated Branches: refs/heads/master 3581c595d -> 9adc39ca2 Updated Tags: refs/tags/r0.3.2 [created] af18483d6
CB-7571 Updated version and RELEASENOTES.md for release 0.3.2 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/af18483d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/af18483d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/af18483d Branch: refs/heads/master Commit: af18483d6970b32a22f016292d3d2cb921eedb00 Parents: 3581c59 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:39 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:39 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 33 +++++++++++++++++++++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/af18483d/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 07153ed..c814dc0 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,3 +114,36 @@ * Removes File plugin dependency from windows8 code. * Use WinJS functionality to resize image instead of File plugin functionality * CB-6127 Updated translations for docs + +### 0.3.2 (Sep 17, 2014) +* CB-7551 [Camera][iOS 8] Scaled images show a white line +* CB-7558 hasPendingOperation flag in Camera plugin's takePicture should be reversed to fix memory errors +* CB-7557 Camera plugin tests is missing a File dependency +* CB-7423 do cleanup after copyImage manual test +* CB-7471 cordova-plugin-camera documentation translation: cordova-plugin-camera +* CB-7413 Resolve 'ms-appdata' URIs with File plugin +* Fixed minor bugs with the browser +* CB-7433 Adds missing window reference to prevent manual tests failure on Android and iOS +* CB-7249 cordova-plugin-camera documentation translation: cordova-plugin-camera +* CB-4003 Add config option to not use location information in Camera plugin (and default to not use it) +* CB-7461 Geolocation fails in Camera plugin in iOS 8 +* CB-7378 Use single Proxy for both windows8 and windows. +* CB-7378 Adds support for windows platform +* CB-7433 Fixes manual tests failure on windows +* CB-6958 Get the correct default for "quality" in the test +* add documentation for manual tests +* CB-7249 cordova-plugin-camera documentation translation: cordova-plugin-camera +* CB-4003 Add config option to not use location information in Camera plugin (and default to not use it) +* CB-7461 Geolocation fails in Camera plugin in iOS 8 +* CB-7433 Fixes manual tests failure on windows +* CB-7378 Use single Proxy for both windows8 and windows. +* CB-7378 Adds support for windows platform +* CB-6958 Get the correct default for "quality" in the test +* add documentation for manual tests +* Updated docs for browser +* Added support for the browser +* CB-7286 [BlackBerry10] Use getUserMedia if camera card is unavailable +* CB-7180 Update Camera plugin to support generic plugin webView UIView (which can be either a UIWebView or WKWebView) +* Renamed test dir, added nested plugin.xml +* CB-6958 added manual tests +* CB-6958 Port camera tests to plugin-test-framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/af18483d/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index a124ee9..f4feb77 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.2-dev"> + version="0.3.2"> <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/af18483d/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 20e288d..f60cd16 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.1-dev"> + version="0.3.2"> <name>Cordova Camera Plugin Tests</name> <license>Apache 2.0</license>
