You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/09/07 11:08:51 UTC

[cordova-plugin-media] branch master updated (206f1b6 -> 872027d)

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

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


    from 206f1b6  feat(ios): load media files with custom scheme+hostname and leading directory paths (#362)
     new 906184e  release(media-v7.0.0): updated version and RELEASENOTES.md
     new 872027d  chore: bump version 7.0.1-dev

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    | 18 ++++++++++++++++++
 package-lock.json  |  4 ++--
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 6 files changed, 24 insertions(+), 6 deletions(-)


---------------------------------------------------------------------
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: bump version 7.0.1-dev

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

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

commit 872027da70ce5945a929b0619e8dee276cee683e
Author: Erisu <er...@apache.org>
AuthorDate: Thu Sep 7 20:07:28 2023 +0900

    chore: bump version 7.0.1-dev
---
 package-lock.json  | 4 ++--
 package.json       | 2 +-
 plugin.xml         | 2 +-
 tests/package.json | 2 +-
 tests/plugin.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 841261b..13c308f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-media",
-  "version": "7.0.0",
+  "version": "7.0.1-dev",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-media",
-      "version": "7.0.0",
+      "version": "7.0.1-dev",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^5.0.0"
diff --git a/package.json b/package.json
index da6287e..0e9c95a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "7.0.0",
+  "version": "7.0.1-dev",
   "description": "Cordova Media Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 245fe55..e8df8bc 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="7.0.0">
+    version="7.0.1-dev">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index d67661c..59fa005 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-tests",
-  "version": "7.0.0",
+  "version": "7.0.1-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-media-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 24c03d6..fec5f56 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="7.0.0">
+    version="7.0.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


[cordova-plugin-media] 01/02: release(media-v7.0.0): updated version and RELEASENOTES.md

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

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

commit 906184ef63b89993e99f084c86f032d0170736f4
Author: Erisu <er...@apache.org>
AuthorDate: Thu Sep 7 20:03:54 2023 +0900

    release(media-v7.0.0): updated version and RELEASENOTES.md
---
 RELEASENOTES.md    | 18 ++++++++++++++++++
 package-lock.json  |  4 ++--
 package.json       |  2 +-
 plugin.xml         |  2 +-
 tests/package.json |  2 +-
 tests/plugin.xml   |  2 +-
 6 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0666511..c42ef2f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,24 @@
 -->
 # Release Notes
 
+### 7.0.0 (Sep 07, 2023)
+
+**Breaking Changes:**
+
+* [GH-384](https://github.com/apache/cordova-plugin-media/pull/384) fix!: remove deprecated `windows` platform
+* [GH-378](https://github.com/apache/cordova-plugin-media/pull/378) feat(android)!: bump file & **Android** requirements
+
+**Features:**
+
+* [GH-362](https://github.com/apache/cordova-plugin-media/pull/362) feat(ios): load media files with custom scheme+hostname and leading directory paths
+* [GH-383](https://github.com/apache/cordova-plugin-media/pull/383) feat(android): increase audio encoding bitrate and sampling rate
+* [GH-382](https://github.com/apache/cordova-plugin-media/pull/382) feat(android): support Android 13 permission checks and requests
+
+**Others:**
+
+* [GH-381](https://github.com/apache/cordova-plugin-media/pull/381) dep(dev)!: bump `@cordova/eslint-config@5.0.0`
+* [GH-377](https://github.com/apache/cordova-plugin-media/pull/377) ci: sync github action workflow w/ paramedic base configs
+
 ### 6.1.0 (Sep 06, 2022)
 
 * [GH-357](https://github.com/apache/cordova-plugin-media/pull/357) feat(android): add '`message`' field to media error [CB-11641](https://issues.apache.org/jira/browse/CB-11641)
diff --git a/package-lock.json b/package-lock.json
index a535076..841261b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-plugin-media",
-  "version": "7.0.0-dev",
+  "version": "7.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-plugin-media",
-      "version": "7.0.0-dev",
+      "version": "7.0.0",
       "license": "Apache-2.0",
       "devDependencies": {
         "@cordova/eslint-config": "^5.0.0"
diff --git a/package.json b/package.json
index a1f3bd4..da6287e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "7.0.0-dev",
+  "version": "7.0.0",
   "description": "Cordova Media Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 0659a3c..245fe55 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="7.0.0-dev">
+    version="7.0.0">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/package.json b/tests/package.json
index 03eb801..d67661c 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-tests",
-  "version": "7.0.0-dev",
+  "version": "7.0.0",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-media-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 7a0be3e..24c03d6 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="7.0.0-dev">
+    version="7.0.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