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-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to