From 99dff479622f7a6ab1f469063287830898898960 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Mon, 13 Jan 2014 18:38:01 -0800 Subject: [PATCH 1/3] Documented quirk for CB-5335 + CB-5206 for WP7+8 --- doc/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/index.md b/doc/index.md index ece4a08..d1401e3 100644 --- a/doc/index.md +++ b/doc/index.md @@ -273,6 +273,8 @@ Optional parameters to customize the camera settings. - Ignores the `cameraDirection` parameter. +- Ignores the `mediaType` property of `cameraOptions` as the Windows Phone SDK does not provide a way to choose videos from PHOTOLIBRARY. + ## CameraError From f1fb8d210e4e90b44693c8a727625b32bf5d845b Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Thu, 27 Feb 2014 11:56:29 -0500 Subject: [PATCH 2/3] CB-6114 Updated version and RELEASENOTES.md for release 0.2.8 --- RELEASENOTES.md | 3 +++ plugin.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 91cabf2..531019e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -68,3 +68,6 @@ * Documented quirk for CB-5335 + CB-5206 for WP7+8 * reference the correct firefoxos implementation * [BlackBerry10] Add permission to access_shared + +### 0.2.8 (Feb 26, 2014) +* CB-1826 Catch OOM on gallery image resize diff --git a/plugin.xml b/plugin.xml index 7233291..b2db93e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="0.2.8"> Camera Cordova Camera Plugin Apache 2.0 From 552b806347f720db3966f391e6d496298ee34a5d Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Thu, 27 Feb 2014 15:44:29 -0500 Subject: [PATCH 3/3] Add NOTICE file --- NOTICE | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..8ec56a5 --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +Apache Cordova +Copyright 2012 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/).