From 799ed580d3ca53fc3ab671f17858c3e0d4fd6893 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Wed, 4 Feb 2015 20:12:45 -0500 Subject: [PATCH] CB-8429 Updated version and RELEASENOTES.md for release 0.3.5 --- 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 9dd86c3..077a235 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -158,3 +158,11 @@ * 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 + +### 0.3.5 (Feb 04, 2015) +* CB-8351 ios: Stop using now-deprecated [NSData base64EncodedString] +* CB-8351 ios: Stop using now-deprecated integerValueForKey: class extension +* CB-8351 ios: Use argumentForIndex rather than NSArray extension +* 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 diff --git a/plugin.xml b/plugin.xml index 2844e1f..76caeee 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.5-dev"> + version="0.3.5"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 73988be..2ba7ace 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.5-dev"> + version="0.3.5"> Cordova Camera Plugin Tests Apache 2.0