You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/27 15:36:30 UTC

[cordova-plugin-media] branch master updated (784ac7b -> a3641b5)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media.git.


    from 784ac7b  chore: fix repo and issue urls and license in package.json and plugin.xml
     new b4aec7d  chore(release): release notes for 5.0.3
     new a3641b5  chore(release): 5.0.3 (version string)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md    | 17 +++++++++++++++++
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 5 files changed, 21 insertions(+), 4 deletions(-)


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


[cordova-plugin-media] 01/02: chore(release): release notes for 5.0.3

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media.git

commit b4aec7d4d2c8df58f8e4fbb2c51ac86a69895c30
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 17:28:48 2019 +0200

    chore(release): release notes for 5.0.3
---
 RELEASENOTES.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 86c9bf6..4e16e6b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,23 @@
 -->
 # Release Notes
 
+### 5.0.3 (Jun 27, 2019)
+
+-   chore: fix repo and issue urls and license in package.json and plugin.xml ([`784ac7b`](https://github.com/apache/cordova-plugin-media/commit/784ac7b))
+-   build: add `.gitattributes` to force LF (instead of possible CRLF on Windows) ([`5244c4a`](https://github.com/apache/cordova-plugin-media/commit/5244c4a))
+-   build: add `.npmignore` to remove unneeded files from npm package ([`aa1586d`](https://github.com/apache/cordova-plugin-media/commit/aa1586d))
+-   ci(travis): Update Travis CI configuration for new paramedic ([#227](https://github.com/apache/cordova-plugin-media/issues/227)) ([`b0ed6bd`](https://github.com/apache/cordova-plugin-media/commit/b0ed6bd))
+-   chore(github): Add or update GitHub pull request and issue template ([`b1c1353`](https://github.com/apache/cordova-plugin-media/commit/b1c1353))
+-   docs: remove JIRA link ([`2acd3c2`](https://github.com/apache/cordova-plugin-media/commit/2acd3c2))
+-   ci(travis): also accept terms for android sdk `android-27` ([`74772c3`](https://github.com/apache/cordova-plugin-media/commit/74772c3))
+-   docs: remove outdated docs that haven't been updated for 3 years ([`a006da3`](https://github.com/apache/cordova-plugin-media/commit/a006da3))
+-   fix(types): add types for callback in constructor ([#90](https://github.com/apache/cordova-plugin-media/issues/90)) ([`7094582`](https://github.com/apache/cordova-plugin-media/commit/7094582))
+-   docs: (iOS) document setRate method ([#142](https://github.com/apache/cordova-plugin-media/issues/142)) ([`5f18902`](https://github.com/apache/cordova-plugin-media/commit/5f18902))
+-   fix(ios): CB-13445 (iOS) Streaming media can take up to 8-10 seconds to start ([#169](https://github.com/apache/cordova-plugin-media/issues/169)) ([`43d57ca`](https://github.com/apache/cordova-plugin-media/commit/43d57ca))
+-   fix(android): CB-12849: checking mediaState in destroy method, and moving file by stream when renameTo failing ([#168](https://github.com/apache/cordova-plugin-media/issues/168)) ([`86660dd`](https://github.com/apache/cordova-plugin-media/commit/86660dd))
+-   tests: CB-14091: fix tests code for stream url and remove browser ([#166](https://github.com/apache/cordova-plugin-media/issues/166)) ([`524c337`](https://github.com/apache/cordova-plugin-media/commit/524c337))
+
+
 ### 5.0.2 (Jan 24, 2018)
 * [CB-13751](https://issues.apache.org/jira/browse/CB-13751) Add build-tools-26.0.2 to travis (#163)
 * Fix for [CB-11513](https://issues.apache.org/jira/browse/CB-11513)


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


[cordova-plugin-media] 02/02: chore(release): 5.0.3 (version string)

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media.git

commit a3641b5411305afed857eb0ac543a6d4b84c1ed8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Jun 27 17:28:48 2019 +0200

    chore(release): 5.0.3 (version string)
---
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index cee42c1..82bdd9d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "5.0.3-dev",
+  "version": "5.0.3",
   "description": "Cordova Media Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 470acb1..60c7fab 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="5.0.3-dev">
+    version="5.0.3">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index 264fa9d..9052b41 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-tests",
-  "version": "3.0.1-dev",
+  "version": "5.0.3",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-media-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index ee6e017..79b0ae5 100644
--- a/tests/plugin.xml
+++ b/tests/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-tests"
-    version="5.0.3-dev">
+    version="5.0.3">
     <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