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 2016/01/16 02:12:45 UTC

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

Repository: cordova-plugin-media
Updated Branches:
  refs/heads/master 5f7b40e8f -> d901a71b6


CB-10368 Updated version and RELEASENOTES.md for release 2.1.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/871bf29a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/871bf29a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/871bf29a

Branch: refs/heads/master
Commit: 871bf29a4a77675ecfa43bf573ac6ba13bbb9d6d
Parents: 5f7b40e
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:35:05 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:35:05 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 8 ++++++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/871bf29a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1edd20b..f8ae993 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Release Notes
 
+### 2.1.0 (Jan 15, 2016)
+* Fixed example referencing non-existent variable
+* CB-9452: Treat `RTSP streams` as `remote URLs`
+* add JIRA issue tracker link
+* fix CB-9884 & CB-9885
+* CB-10100 updated file dependency to not grab new majors
+* Fix block usage of self
+
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * Media now supports new permissions for **Android 6.0** aka **Marshmallow**

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/871bf29a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 1fc8562..f436f2d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.0.1-dev",
+  "version": "2.1.0",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/871bf29a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index acc6671..a869d96 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.0.1-dev">
+    version="2.1.0">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/871bf29a/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f9847e7..9920d8b 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.0.1-dev">
+    version="2.1.0">
     <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-10368 Incremented plugin version.

Posted by st...@apache.org.
CB-10368 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/d901a71b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/tree/d901a71b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/diff/d901a71b

Branch: refs/heads/master
Commit: d901a71b6f96903cd811540a0796d3fdfb90c00f
Parents: 871bf29
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:58:32 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:58:32 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/d901a71b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f436f2d..f367f79 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.1.0",
+  "version": "2.1.1-dev",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/d901a71b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a869d96..c72105e 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.0">
+    version="2.1.1-dev">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-media/blob/d901a71b/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 9920d8b..14a47b7 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.0">
+    version="2.1.1-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