Skip to content

Commit 021081e

Browse files
committed
release(media-capture-v6.0.0): updated version and RELEASENOTES.md
1 parent ce42ab4 commit 021081e

File tree

6 files changed

+32
-6
lines changed

6 files changed

+32
-6
lines changed

RELEASENOTES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,32 @@
2020
-->
2121
# Release Notes
2222

23+
### 6.0.0 (Feb 21, 2025)
24+
25+
**Breaking Changes:**
26+
27+
* [GH-308](https://github.com/apache/cordova-plugin-media-capture/pull/308) feat(android)!: remove unnecessary permissions
28+
* [GH-280](https://github.com/apache/cordova-plugin-media-capture/pull/280) feat(android)!: remove RECORD_AUDIO permission not requested at runtime
29+
* [GH-295](https://github.com/apache/cordova-plugin-media-capture/pull/295) fix(android)!: remove broad media permissions
30+
31+
**Features:**
32+
33+
* [GH-281](https://github.com/apache/cordova-plugin-media-capture/pull/281) feat(android): Field 'storagePermissions' may be 'final'
34+
35+
**Fixes:**
36+
37+
* [GH-307](https://github.com/apache/cordova-plugin-media-capture/pull/307) fix(android): Remove usage of Media Store queries
38+
* [GH-302](https://github.com/apache/cordova-plugin-media-capture/pull/302) fix(android): save media capture to File Provider
39+
40+
**Chores, Refactoring, CI:**
41+
42+
* [GH-306](https://github.com/apache/cordova-plugin-media-capture/pull/306) chore: upgrade eslint config and rolled dependencies
43+
* [GH-305](https://github.com/apache/cordova-plugin-media-capture/pull/305) chore: npmrc
44+
* [GH-284](https://github.com/apache/cordova-plugin-media-capture/pull/284) chore: update asf config
45+
* [GH-309](https://github.com/apache/cordova-plugin-media-capture/pull/309) refactor(android): cleanup unused or obsolete code
46+
* [GH-304](https://github.com/apache/cordova-plugin-media-capture/pull/304) ci(ios): update workflow environment
47+
* [GH-301](https://github.com/apache/cordova-plugin-media-capture/pull/301) ci: sync workflow w/ paramedic
48+
2349
### 5.0.0 (Aug 14, 2023)
2450

2551
**Breaking Changes:**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-media-capture",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "Cordova Media Capture Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
id="cordova-plugin-media-capture"
24-
version="6.0.0-dev">
24+
version="6.0.0">
2525
<name>Capture</name>
2626

2727
<description>Cordova Media Capture Plugin</description>

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-media-capture-tests",
3-
"version": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-media-capture-tests",

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:android="http://schemas.android.com/apk/res/android"
2323
xmlns:rim="http://www.blackberry.com/ns/widgets"
2424
id="cordova-plugin-media-capture-tests"
25-
version="6.0.0-dev">
25+
version="6.0.0">
2626
<name>Cordova Media Capture Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)