Updated version and RELEASENOTES.md for release 5.0.1 (camera-20201104)

This commit is contained in:
Erisu
2020-11-04 10:24:25 +09:00
parent 8975171d7a
commit 0d13b71d33
6 changed files with 13 additions and 5 deletions
+8
View File
@@ -20,6 +20,14 @@
--> -->
# Release Notes # Release Notes
### 5.0.1 (Nov 04, 2020)
* [GH-686](https://github.com/apache/cordova-plugin-camera/pull/686) chore(android): add missing apache license header
* [GH-685](https://github.com/apache/cordova-plugin-camera/pull/685) fix(ios): correctly append exif on **iOS** 14
* [GH-669](https://github.com/apache/cordova-plugin-camera/pull/669) fix(android): save to photo gallery - fixes issues [#341](https://github.com/apache/cordova-plugin-camera/pull/341) & [#577](https://github.com/apache/cordova-plugin-camera/pull/577)
* [GH-672](https://github.com/apache/cordova-plugin-camera/pull/672) chore: Fix JIRA links in RELEASENOTES.md
* [GH-664](https://github.com/apache/cordova-plugin-camera/pull/664) chore: Update RELEASENOTES
### 5.0.0 (Sep 14, 2020) ### 5.0.0 (Sep 14, 2020)
* [GH-648](https://github.com/apache/cordova-plugin-camera/pull/648) ci(travis): update osx xcode image * [GH-648](https://github.com/apache/cordova-plugin-camera/pull/648) ci(travis): update osx xcode image
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-camera", "name": "cordova-plugin-camera",
"version": "5.0.1-dev", "version": "5.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-camera", "name": "cordova-plugin-camera",
"version": "5.0.1-dev", "version": "5.0.1",
"description": "Cordova Camera Plugin", "description": "Cordova Camera Plugin",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"cordova": { "cordova": {
+1 -1
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera" id="cordova-plugin-camera"
version="5.0.1-dev"> version="5.0.1">
<name>Camera</name> <name>Camera</name>
<description>Cordova Camera Plugin</description> <description>Cordova Camera Plugin</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-camera-tests", "name": "cordova-plugin-camera-tests",
"version": "5.0.1-dev", "version": "5.0.1",
"description": "", "description": "",
"cordova": { "cordova": {
"id": "cordova-plugin-camera-tests", "id": "cordova-plugin-camera-tests",
+1 -1
View File
@@ -22,7 +22,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets"
id="cordova-plugin-camera-tests" id="cordova-plugin-camera-tests"
version="5.0.1-dev"> version="5.0.1">
<name>Cordova Camera Plugin Tests</name> <name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>