You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/12/03 01:10:30 UTC

[1/2] cordova-plugin-media git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.2.15

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 54adcf1e3 -> e752d54e4
Updated Tags:  refs/tags/r0.2.15 [created] b8088cd6c


CB-8110 Updated version and RELEASENOTES.md for release 0.2.15


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/b8088cd6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/b8088cd6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/b8088cd6

Branch: refs/heads/master
Commit: b8088cd6c8d18c40829d466be72754e0310c7d7e
Parents: 54adcf1
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 7 +++++++
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/b8088cd6/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index cf4870a..b2617db 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -96,3 +96,10 @@
 * CB-7454 Adds support for m4a audio format for Windows
 * CB-7547 Fixes audio recording on windows platform
 * CB-7531 Fixes play() failure after release() call
+
+### 0.2.15 (Dec 02, 2014)
+* CB-6153 **Android**: Add docs for volume control behaviour, and fix controls not being reset on page navigation
+* CB-6153 **Android**: Make volume buttons control music stream while any audio players are created
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7945 Made media.spec.15 and media.spec.16 auto tests green
+* CB-7700 cordova-plugin-media documentation translation: cordova-plugin-media

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/b8088cd6/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9e096ca..df83b39 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="org.apache.cordova.media"
-    version="0.2.15-dev">
+    version="0.2.15">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/b8088cd6/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index aa5e694..c55e4d8 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="org.apache.cordova.media.tests"
-    version="0.2.15-dev">
+    version="0.2.15">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-media git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 Incremented plugin version.


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/e752d54e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/e752d54e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/e752d54e

Branch: refs/heads/master
Commit: e752d54e4d5d1e23a9fb5968a36b18ec1a6be315
Parents: b8088cd
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e752d54e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index df83b39..2a0f233 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="org.apache.cordova.media"
-    version="0.2.15">
+    version="0.2.16-dev">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/e752d54e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index c55e4d8..da7f87a 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="org.apache.cordova.media.tests"
-    version="0.2.15">
+    version="0.2.16-dev">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org