From e8d52ef256121f5445c3d491e296a6979761f4f7 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 17 Jun 2015 12:36:01 -0700 Subject: [PATCH] CB-9192 Updated version and RELEASENOTES.md for release 1.2.0 --- RELEASENOTES.md | 16 ++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ae68c15..7cf1e02 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -206,3 +206,19 @@ * CB-8404 Rotate camera feed with device orientation * CB-8054 Support taking pictures from file for *WP8* * CB-8405 Use `z-index` instead of `z-order` + +### 1.2.0 (Jun 17, 2015) +* Closing stale pull request: close #84 +* Closing stale pull request: close #66 +* CB-9128 cordova-plugin-camera documentation translation: cordova-plugin-camera +* Update docs. This closes #100 +* attempt to fix npm markdown issue +* CB-8883 fix picture rotation issue +* one more alias +* Fixed some nit white-space issues, aliased a little more +* major refactor : readability +* Patch for CB-8498, this closes #64 +* CB-8879 fix stripe issue with correct aspect ratio +* CB-8601 - iOS camera unit tests broken +* CB-7667 iOS8: Handle case where camera is not authorized (closes #49) +* add missing license header diff --git a/package.json b/package.json index 0356432..c5ef6e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "1.1.1-dev", + "version": "1.2.0", "description": "Cordova Camera Plugin", "cordova": { "id": "cordova-plugin-camera", diff --git a/plugin.xml b/plugin.xml index 25c1680..26c1545 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="cordova-plugin-camera" - version="1.1.1-dev"> + version="1.2.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 33f0bce..2665d6f 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-camera-tests" - version="1.1.1-dev"> + version="1.2.0"> Cordova Camera Plugin Tests Apache 2.0