Repository: cordova-plugin-media Updated Branches: refs/heads/2.2.x c55da2884 -> e9df2cbfb (forced update) refs/heads/master 679d4a410 -> 7bb5a37a6 (forced update) Updated Tags: refs/tags/2.2.0 c55da2884 -> e9df2cbfb
CB-10557 Updated version and RELEASENOTES.md for release 2.2.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/e9df2cbf Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/e9df2cbf Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/e9df2cbf Branch: refs/heads/2.2.x Commit: e9df2cbfb3c456e0b95c6e66df569699b7e5f9ff Parents: 597e998 Author: Vladimir Kotikov <[email protected]> Authored: Tue Feb 9 11:43:37 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Tue Feb 9 13:17:14 2016 +0300 ---------------------------------------------------------------------- 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/blob/e9df2cbf/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f8ae993..a3585b8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Release Notes +### 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 +* [CB-10455](https://issues.apache.org/jira/browse/CB-10455) android: Adding permission helper to remove cordova-android 5.0.0 constraint +* [CB-57](https://issues.apache.org/jira/browse/CB-57) Updated to use avplayer when url starts with http:// or https:// for full streaming support +* [CB-8222](https://issues.apache.org/jira/browse/CB-8222) Background thread on play to prevent locking during initial load of media + ### 2.1.0 (Jan 15, 2016) * Fixed example referencing non-existent variable * CB-9452: Treat `RTSP streams` as `remote URLs` http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index cf651dd..5122e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-media", - "version": "2.1.1-dev", + "version": "2.2.0", "description": "Cordova Media Plugin", "cordova": { "id": "cordova-plugin-media", http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 86744df..8e27973 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.1.1-dev"> + version="2.2.0"> <name>Media</name> <description>Cordova Media Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e9df2cbf/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 14a47b7..ef72e0c 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.1.1-dev"> + version="2.2.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]
