Repository: cordova-plugin-media-capture Updated Branches: refs/heads/master 470a3f48d -> 17589f9f6
Updated version and RELEASENOTES.md for release 1.3.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/a6ab97df Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/a6ab97df Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/a6ab97df Branch: refs/heads/master Commit: a6ab97dff5b43da182a0e475bbe719003eaabb4a Parents: 470a3f4 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a6ab97df/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bccbd75..655cc25 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 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 + ### 1.2.0 (Jan 15, 2016) * CB-10100 updated file dependency to not grab new majors * CB-8863 Fix block usage of self http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a6ab97df/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 47ffb9e..8770b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media-capture", - "version": "1.2.1-dev", + "version": "1.3.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/a6ab97df/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index f8734ad..2dbd48e 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.2.1-dev"> + version="1.3.0"> <name>Capture</name> <description>Cordova Media Capture Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/a6ab97df/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d45600b..3b8899f 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.2.1-dev"> + version="1.3.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]
