CB-5719 Updated version and RELEASENOTES.md for release 0.2.6

This commit is contained in:
Andrew Grieve 2014-01-02 12:24:02 -05:00
parent ff03f474da
commit e0f6d33876
2 changed files with 7 additions and 1 deletions

View File

@ -55,3 +55,9 @@
* add ubuntu platform
* 1. User Agent detection now detects AmazonWebView. 2. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'
* Added amazon-fireos platform.
### 0.2.6 (Jan 02, 2014)
* CB-5658 Add doc/index.md for Camera plugin
* CB-2442 CB-2419 Use Windows.Storage.ApplicationData.current.localFolder, instead of writing to app package.
* [BlackBerry10] Adding platform level permissions
* CB-5599 Android: Catch and ignore OutOfMemoryError in getRotatedBitmap()

View File

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.camera"
version="0.2.6-dev">
version="0.2.6">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>