Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB189186EF for ; Thu, 18 Jun 2015 00:37:14 +0000 (UTC) Received: (qmail 61750 invoked by uid 500); 18 Jun 2015 00:37:14 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 61711 invoked by uid 500); 18 Jun 2015 00:37:14 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 61694 invoked by uid 99); 18 Jun 2015 00:37:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 00:37:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 75F0BE0009; Thu, 18 Jun 2015 00:37:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Thu, 18 Jun 2015 00:37:14 -0000 Message-Id: <0e584de25e6e474eb7867362091d9dc2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] cordova-plugin-camera git commit: CB-9192 Updated version and RELEASENOTES.md for release 1.2.0 Repository: cordova-plugin-camera Updated Branches: refs/heads/master 647dac284 -> 11498404f CB-9192 Updated version and RELEASENOTES.md for release 1.2.0 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/e8d52ef2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/e8d52ef2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/e8d52ef2 Branch: refs/heads/master Commit: e8d52ef256121f5445c3d491e296a6979761f4f7 Parents: 647dac2 Author: Steve Gill Authored: Wed Jun 17 12:36:01 2015 -0700 Committer: Steve Gill Committed: Wed Jun 17 12:36:01 2015 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 16 ++++++++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e8d52ef2/RELEASENOTES.md ---------------------------------------------------------------------- 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 http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e8d52ef2/package.json ---------------------------------------------------------------------- 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", http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e8d52ef2/plugin.xml ---------------------------------------------------------------------- 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 http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/e8d52ef2/tests/plugin.xml ---------------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org