Repository: cordova-plugin-media-capture Updated Branches: refs/heads/master 5a685a6d5 -> 14810a2c5
CB-11832 Updated version and RELEASENOTES.md for release 1.4.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/c5b9cacf Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/c5b9cacf Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/c5b9cacf Branch: refs/heads/master Commit: c5b9cacf9dde8fe367b1ed512b965cd166bba566 Parents: 5a685a6 Author: Steve Gill <[email protected]> Authored: Thu Sep 8 23:38:54 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu Sep 8 23:38:54 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 25 +++++++++++++++++++------ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 22 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/c5b9cacf/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 655cc25..824f431 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,16 +20,29 @@ --> # Release Notes +### 1.4.0 (Sep 08, 2016) +* Add mandatory **iOS 10** privacy description for microphone +* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies +* [CB-11821](https://issues.apache.org/jira/browse/CB-11821) (ios) Add mandatory **iOS 10** privacy description +* Plugin uses `Android Log class` and not `Cordova LOG class` +* Add badges for paramedic builds on Jenkins +* [CB-11396](https://issues.apache.org/jira/browse/CB-11396) - Audio Media Capture Crashes if app stores file on external storage +* Add pull request template. +* [CB-11212](https://issues.apache.org/jira/browse/CB-11212) **iOS**: Explicitly set the bundle for images +* [CB-10554](https://issues.apache.org/jira/browse/CB-10554) Implementing plugin `save/restore` API for Android +* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency +* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md + ### 1.3.0 (Apr 15, 2016) * Replace `PermissionHelper.java` with `cordova-plugin-compat` -* CB-10670, CB-10994 **Android**, Marshmallow permissions -* CB-10720: Fixing README for display on Cordova website -* CB-10636 Add `JSHint` for plugins -* CB-10690 **windows**, fix crash when user cancels/closes photo app +* CB-10670, [CB-10994](https://issues.apache.org/jira/browse/CB-10994) **Android**, Marshmallow permissions +* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins +* [CB-10690](https://issues.apache.org/jira/browse/CB-10690) **windows**, fix crash when user cancels/closes photo app ### 1.2.0 (Jan 15, 2016) -* CB-10100 updated file dependency to not grab new majors -* CB-8863 Fix block usage of self +* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors +* [CB-8863](https://issues.apache.org/jira/browse/CB-8863) Fix block usage of self ### 1.1.0 (Nov 18, 2015) * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/c5b9cacf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d1ebd3f..819308f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media-capture", - "version": "1.3.1-dev", + "version": "1.4.0", "description": "Cordova Media Capture Plugin", "cordova": { "id": "cordova-plugin-media-capture", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/c5b9cacf/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1ef8c3c..53a9a58 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-media-capture" - version="1.3.1-dev"> + version="1.4.0"> <name>Capture</name> <description>Cordova Media Capture Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/c5b9cacf/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index ea7f5ba..c5481b3 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-media-capture-tests" - version="1.3.1-dev"> + version="1.4.0"> <name>Cordova Media Capture Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
