From b76b5ae670bdff4dd4c716e889ab12e049f9c733 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Thu, 17 Apr 2014 10:53:20 -0400 Subject: [PATCH] CB-6452 Updated version and RELEASENOTES.md for release 0.2.9 --- RELEASENOTES.md | 9 +++++++++ plugin.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 531019e..836bc27 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -71,3 +71,12 @@ ### 0.2.8 (Feb 26, 2014) * CB-1826 Catch OOM on gallery image resize + +### 0.2.9 (Apr 17, 2014) +* CB-6460: Update license headers +* CB-6422: [windows8] use cordova/exec/proxy +* [WP8] When only targetWidth or targetHeight is provided, use it as the only bound +* CB-4027, CB-5102, CB-2737, CB-2387: [WP] Fix camera issues, cropping, memory leaks +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit +* [BlackBerry10] Add rim xml namespaces declaration +* Add NOTICE file diff --git a/plugin.xml b/plugin.xml index b9f1b02..252fc3e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="org.apache.cordova.camera" - version="0.2.9-dev"> + version="0.2.9"> Camera Cordova Camera Plugin Apache 2.0