You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/02/11 00:21:22 UTC

[14/15] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.7

CB-5980 Updated version and RELEASENOTES.md for release 0.2.7


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/0fbddb83
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/0fbddb83
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/0fbddb83

Branch: refs/heads/master
Commit: 0fbddb8364d2b1eb6e8afe5f1ee987da8483d402
Parents: ab1281f
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:58 2014 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Feb 5 17:53:58 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 7 +++++++
 plugin.xml      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/0fbddb83/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index cbfa43f..91cabf2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -61,3 +61,10 @@
 * 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()
+
+### 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/0fbddb83/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f25674d..82fc073 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.7-dev">
+    version="0.2.7">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>