diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 34beb52..8d35c2c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,41 @@ --> # Release Notes +### 7.0.0 (Sep 06, 2023) + +**Breaking Changes:** + +* [GH-848](https://github.com/apache/cordova-plugin-camera/pull/848) fix!: remove deprecated platforms +* [GH-844](https://github.com/apache/cordova-plugin-camera/pull/844) feat(android)!: Android 13 support + +**Fixes:** + +* [GH-827](https://github.com/apache/cordova-plugin-camera/pull/827) fix(android): set `applicationId` +* [GH-810](https://github.com/apache/cordova-plugin-camera/pull/810) fix(browser): use `navigator.mediaDevices.getUserMedia` +* [GH-712](https://github.com/apache/cordova-plugin-camera/pull/712) fix(ios): preserving `EXIF` data +* [GH-780](https://github.com/apache/cordova-plugin-camera/pull/780) fix(android): update queries in `plugin.xml` + +**Chores, Dependencies, Docs:** + +* [GH-850](https://github.com/apache/cordova-plugin-camera/pull/850) chore: remove windows/osx from `plugin.xml` +* [GH-849](https://github.com/apache/cordova-plugin-camera/pull/849) chore: Update `SUPPORT_QUESTION.md` template +* [GH-831](https://github.com/apache/cordova-plugin-camera/pull/831) chore(android): Cleanup obsolete `BuildConfig` comments +* [GH-846](https://github.com/apache/cordova-plugin-camera/pull/846) dep(dev)!: bump `@cordova/eslint-config@5.0` +* [GH-800](https://github.com/apache/cordova-plugin-camera/pull/800) dep(npm): bump package-lock v2 w/ rebuild +* [GH-808](https://github.com/apache/cordova-plugin-camera/pull/808) docs(README): Document `ANDROIDX_CORE_VERSION` variable + +**CI:** + +* [GH-851](https://github.com/apache/cordova-plugin-camera/pull/851) ci(gh-action): sync with `paramedic` configs +* [GH-835](https://github.com/apache/cordova-plugin-camera/pull/835) ci(android): Drop API 22 & 31. Added API 24 & 33 +* [GH-804](https://github.com/apache/cordova-plugin-camera/pull/804) ci: sync workflow with `paramedic` +* [GH-798](https://github.com/apache/cordova-plugin-camera/pull/798) ci(android): update java requirement for `cordova-android@11` +* [GH-770](https://github.com/apache/cordova-plugin-camera/pull/770) ci(ios): update workflow w/ iOS 15 +* [GH-766](https://github.com/apache/cordova-plugin-camera/pull/766) ci: remove old ci workflow +* [GH-765](https://github.com/apache/cordova-plugin-camera/pull/765) ci: add action-badge +* [GH-764](https://github.com/apache/cordova-plugin-camera/pull/764) ci: remove `travis` & `appveyor` +* [GH-762](https://github.com/apache/cordova-plugin-camera/pull/762) ci: add `gh-actions` workflows + ### 6.0.0 (Aug 19, 2021) **Feature:** diff --git a/package-lock.json b/package-lock.json index c5a35cf..aaa1f6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-camera", - "version": "7.0.0-dev", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-camera", - "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 7449592..d9faaa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "7.0.0-dev", + "version": "7.0.0", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index cf43511..4767483 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="7.0.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index dd9eea8..b1b15be 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera-tests", - "version": "7.0.0-dev", + "version": "7.0.0", "description": "", "cordova": { "id": "cordova-plugin-camera-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 66a51b5..ae6003c 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:rim="http://www.blackberry.com/ns/widgets" id="cordova-plugin-camera-tests" - version="7.0.0-dev"> + version="7.0.0"> Cordova Camera Plugin Tests Apache 2.0