mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-31 12:42:50 +08:00
CB-5980 Updated version and RELEASENOTES.md for release 0.2.7
This commit is contained in:
parent
ab1281fb25
commit
0fbddb8364
@ -61,3 +61,10 @@
|
|||||||
* CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, instead of writing to app package.
|
* CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, instead of writing to app package.
|
||||||
* [BlackBerry10] Adding platform level permissions
|
* [BlackBerry10] Adding platform level permissions
|
||||||
* CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()
|
* CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()
|
||||||
|
|
||||||
|
### 0.2.7 (Feb 05, 2014)
|
||||||
|
* CB-4919 firefox os quirks added and supported platforms list is updated
|
||||||
|
* getPicture via web activities
|
||||||
|
* Documented quirk for CB-5335 + CB-5206 for WP7+8
|
||||||
|
* reference the correct firefoxos implementation
|
||||||
|
* [BlackBerry10] Add permission to access_shared
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.camera"
|
id="org.apache.cordova.camera"
|
||||||
version="0.2.7-dev">
|
version="0.2.7">
|
||||||
<name>Camera</name>
|
<name>Camera</name>
|
||||||
<description>Cordova Camera Plugin</description>
|
<description>Cordova Camera Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
Loading…
Reference in New Issue
Block a user