diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f49b39e..8d300a6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,22 @@ --> # Release Notes +### 5.0.0 (Sep 14, 2020) + +* [GH-648](https://github.com/apache/cordova-plugin-camera/pull/648) ci(travis): update osx xcode image +* [GH-637](https://github.com/apache/cordova-plugin-camera/pull/637) breaking: remove `NATIVE_URI` DestinationType +* [GH-628](https://github.com/apache/cordova-plugin-camera/pull/628) breaking: bump project requirements +* [GH-634](https://github.com/apache/cordova-plugin-camera/pull/634) chore: remove deprecated `file-transfer` plugin +* [GH-632](https://github.com/apache/cordova-plugin-camera/pull/632) fix(android): return error if file url is null +* [GH-510](https://github.com/apache/cordova-plugin-camera/pull/510) fix(android): use provider prefix to avoid conflicts other plugin providers +* [GH-617](https://github.com/apache/cordova-plugin-camera/pull/617) breaking(android): stop using `CordovaUri` helper class +* [GH-630](https://github.com/apache/cordova-plugin-camera/pull/630) chore: add `package-lock.json` +* [GH-631](https://github.com/apache/cordova-plugin-camera/pull/631) chore(package): use short notation +* [GH-629](https://github.com/apache/cordova-plugin-camera/pull/629) feat: migrate to `@cordova/eslint-config@3.x` +* [GH-626](https://github.com/apache/cordova-plugin-camera/pull/626) ci: fix additional tests +* [GH-627](https://github.com/apache/cordova-plugin-camera/pull/627) breaking: bump version 5.0.0-dev +* [GH-612](https://github.com/apache/cordova-plugin-camera/pull/612) fix(ios): `tempFilePath` called twice if using `CameraUsesGeolocation` + ### 4.2.0 (May 07, 2020) * Cache images in device storage, devices have enough space now. * docs(readme): app renamed to Google Photos diff --git a/package-lock.json b/package-lock.json index 9f95fd7..9dd6bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "5.0.0-dev", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d2cd290..3676514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "5.0.0-dev", + "version": "5.0.0", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index ebb7cf0..172f122 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="5.0.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index af69d25..c29a9e4 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera-tests", - "version": "5.0.0-dev", + "version": "5.0.0", "description": "", "cordova": { "id": "cordova-plugin-camera-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index ea2a188..341e260 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="5.0.0-dev"> + version="5.0.0"> Cordova Camera Plugin Tests Apache 2.0