Repository: cordova-plugin-media Updated Branches: refs/heads/master eb110283e -> ad46618c6
Updated version and RELEASENOTES.md for release 2.3.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/commit/79f62326 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/79f62326 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/79f62326 Branch: refs/heads/master Commit: 79f623264eae0e6813a2147533dd389eda14f455 Parents: eb11028 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 | 10 ++++++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/79f62326/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a3585b8..220bbed 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,16 @@ --> # Release Notes +### 2.3.0 (Apr 15, 2016) +* Request audio focus when playing; Pause audio when audio focus is lost; resume playing when audio focus is granted again. +* Replace `PermissionHelper.java` with `cordova-plugin-compat` +* CB-10783 Modify expected position to be in a proper range. +* CB-9487 Support getting amplitude for recording +* **iOS** audio should handle naked local file sources +* CB-10720 Fixing README for display on Cordova website +* CB-10636 Add `JSHint` for plugins +* CB-10535 Fix CI crash caused by media plugin + ### 2.2.0 (Feb 09, 2016) * [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call * Edit package.json license to match SPDX id http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/79f62326/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f8d7a47..69998ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media", - "version": "2.2.1-dev", + "version": "2.3.0", "description": "Cordova Media Plugin", "cordova": { "id": "cordova-plugin-media", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/79f62326/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 6c7862d..3afc2d8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-media" - version="2.2.1-dev"> + version="2.3.0"> <name>Media</name> <description>Cordova Media Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/79f62326/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index ed37510..f1b0b5a 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-media-tests" - version="2.2.1-dev"> + version="2.3.0"> <name>Cordova Media Plugin Tests</name> <license>Apache 2.0</license> <js-module src="tests.js" name="tests"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
