mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
CB-6877 Updated version and RELEASENOTES.md for release 0.3.0
This commit is contained in:
parent
1f51a3b61d
commit
4fa934e06f
@ -80,3 +80,23 @@
|
||||
* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
|
||||
* [BlackBerry10] Add rim xml namespaces declaration
|
||||
* Add NOTICE file
|
||||
|
||||
### 0.3.0 (Jun 05, 2014)
|
||||
* CB-2083 documented saveToPhotoAlbum quirk on WP8
|
||||
* CB-5895 documented saveToPhotoAlbum quirk on WP8
|
||||
* Remove deprecated symbols for iOS < 6
|
||||
* documentation translation: cordova-plugin-camera
|
||||
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
|
||||
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
|
||||
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
|
||||
* Lisa testing pulling in plugins for plugin: cordova-plugin-camera
|
||||
* ubuntu: use application directory for images
|
||||
* CB-6795 Add license
|
||||
* Little fix in code formatting
|
||||
* CB-6613 Use WinJS functionality to get base64-encoded content of image instead of File plugin functionality
|
||||
* CB-6612 camera.getPicture now always returns encoded JPEG image
|
||||
* Removed invalid note from CB-5398
|
||||
* CB-6576 - Returns a specific error message when app has no access to library.
|
||||
* CB-6491 add CONTRIBUTING.md
|
||||
* CB-6546 android: Fix a couple bugs with allowEdit pull request
|
||||
* CB-6546 android: Add support for allowEdit Camera option
|
||||
|
@ -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.2.10-dev">
|
||||
version="0.3.0">
|
||||
<name>Camera</name>
|
||||
<description>Cordova Camera Plugin</description>
|
||||
<license>Apache 2.0</license>
|
||||
|
Loading…
Reference in New Issue
Block a user