mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
CB-8429 Updated version and RELEASENOTES.md for release 0.3.5
This commit is contained in:
parent
80b0048384
commit
799ed580d3
@ -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
|
||||
|
@ -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">
|
||||
<name>Camera</name>
|
||||
<description>Cordova Camera Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
@ -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">
|
||||
<name>Cordova Camera Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user