CB-5719 Updated version and RELEASENOTES.md for release 0.2.6
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/e0f6d338 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/e0f6d338 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/e0f6d338 Branch: refs/heads/master Commit: e0f6d3387687784b375ea051f88ae7fa7cf21d47 Parents: ff03f47 Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 6 ++++++ plugin.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e0f6d338/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dbf7c80..cbfa43f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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() http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e0f6d338/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index af97504..416236f 100644 --- a/plugin.xml +++ b/plugin.xml @@ -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>
