From e4ff41c07c8cf817d17bce6fcbe60fd507428bc0 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Tue, 28 Feb 2017 17:41:23 -0800 Subject: [PATCH] CB-12519 Updated version and RELEASENOTES.md for release 2.4.0 --- RELEASENOTES.md | 12 ++ package.json | 2 +- plugin.xml | 477 +++++++++++++++++++---------------------------- tests/plugin.xml | 38 +--- 4 files changed, 215 insertions(+), 314 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9aa85ed..81eec43 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,18 @@ --> # Release Notes +### 2.3.2 (Feb 28, 2017) +* [CB-12501](https://issues.apache.org/jira/browse/CB-12501) **Android**: Appium tests don't use `XPath` selectors anymore +* [CB-12469](https://issues.apache.org/jira/browse/CB-12469) Appium tests can now run on **iOS 10** +* [CB-12005](https://issues.apache.org/jira/browse/CB-12005) Changing the `getOrientation` method to return the defined enumerated `EXIF` instead of orientation in degrees for Consistency +* [CB-12368](https://issues.apache.org/jira/browse/CB-12368) Fix permission check on **Android** +* [CB-12353](https://issues.apache.org/jira/browse/CB-12353) Corrected merges usage in `plugin.xml` +* [CB-12369](https://issues.apache.org/jira/browse/CB-12369) Add plugin typings from `DefinitelyTyped` +* [CB-12363](https://issues.apache.org/jira/browse/CB-12363) Added build badges for **iOS 9.3** and **iOS 10.0** +* [CB-12312](https://issues.apache.org/jira/browse/CB-12312) [Appium] [Android] A few changes to the tests: - updated comments on how to run the tests. extra comments around functionality at certain points in the automation. - stub of a resolution checker on test startup - still need to figure out acceptable values. - moved session shutdown to an afterAll clause. - changed resolution determiner from using webview-based values to using the native windows dimensions - this helps as the webview values may be scaled down intentionally by manufacturers (via changing devicePixelRatio). furthermore, since the screen dimension automation is used purely for native UI automation, better to use the dimensions reported by the native context rather than the web context. - when finding elements by XPath, use multiple calls to avoid a Windows emulator + Android bug. Made this pattern consistent in the entire test. +* [CB-12236](https://issues.apache.org/jira/browse/CB-12236) - Fixed RELEASENOTES for cordova-plugin-camera +* [CB-12230](https://issues.apache.org/jira/browse/CB-12230) Removed Windows 8.1 build badges + ### 2.3.1 (Dec 07, 2016) * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 2.3.1 * Fix missing license headers. diff --git a/package.json b/package.json index 8109011..4bac73c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "2.3.2-dev", + "version": "2.4.0", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 98ed6a6..f1684d9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,285 +1,200 @@ - - - - - Camera - Cordova Camera Plugin - Apache 2.0 - cordova,camera - https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git - https://issues.apache.org/jira/browse/CB/component/12320645 - - - - - + + + Camera + Cordova Camera Plugin + Apache 2.0 + cordova,camera + https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git + https://issues.apache.org/jira/browse/CB/component/12320645 + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $CAMERA_USAGE_DESCRIPTION - - - - - $PHOTOLIBRARY_USAGE_DESCRIPTION - - - - - - - - - - - - - - - - access_shared - use_camera - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + $CAMERA_USAGE_DESCRIPTION + + + $PHOTOLIBRARY_USAGE_DESCRIPTION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + access_shared + use_camera + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/plugin.xml b/tests/plugin.xml index eca9722..286f4e6 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -1,33 +1,7 @@ - - - - - Cordova Camera Plugin Tests - Apache 2.0 - - - - - + + + Cordova Camera Plugin Tests + Apache 2.0 + +