From 2045e0a6440391948236d80624ab69e009442159 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Tue, 2 Dec 2014 16:07:01 -0800 Subject: [PATCH] CB-8110 Updated version and RELEASENOTES.md for release 0.3.4 --- RELEASENOTES.md | 8 ++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bc927fd..9dd86c3 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -150,3 +150,11 @@ ### 0.3.3 (Oct 03, 2014) * CB-7600 Adds informative message to error callback in manual test. + +### 0.3.4 (Dec 02, 2014) +* CB-7977 Mention `deviceready` in plugin docs +* CB-7979 Each plugin doc should have a ## Installation section +* Fix memory leak of image data in `imagePickerControllerReturnImageResult` +* Pass uri to crop instead of pulling the low resolution image out of the intent return (close #43) +* Add orientation support for PNG to Android (closes #45) +* CB-7700 cordova-plugin-camera documentation translation: cordova-plugin-camera diff --git a/plugin.xml b/plugin.xml index 67fd438..6ac5387 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.4-dev"> + version="0.3.4"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 067f376..8ace329 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.4-dev"> + version="0.3.4"> Cordova Camera Plugin Tests Apache 2.0