Updated version and RELEASENOTES.md for release (Camera-4.2.0)
This commit is contained in:
parent
e9aba07926
commit
adf15799d9
@ -20,6 +20,19 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
### 4.2.0 (May 07, 2020)
|
||||||
|
* Cache images in device storage, devices have enough space now.
|
||||||
|
* docs(readme): app renamed to Google Photos
|
||||||
|
* chore(asf): update git notification settings
|
||||||
|
* fix(ios): return copy of video when picking from gallery on **iOS** 13 (#580)
|
||||||
|
* Update CONTRIBUTING.md
|
||||||
|
* Fix UI API called on a background thread (#550, #530, #447) (#551)
|
||||||
|
* ci: updates Node.js versions (#576)
|
||||||
|
* chore(npm): adds ignore list (#575)
|
||||||
|
* docs(README): remove confusing comment (#513)
|
||||||
|
* docs(README): remove orphan **Windows** phone 7 note (#512)
|
||||||
|
* ImagePicker returning same image (#306)
|
||||||
|
|
||||||
### 4.1.0 (Jun 27, 2019)
|
### 4.1.0 (Jun 27, 2019)
|
||||||
|
|
||||||
- docs: remove outdated test docs translations ([`06dc38f`](https://github.com/apache/cordova-plugin-camera/commit/06dc38f))
|
- docs: remove outdated test docs translations ([`06dc38f`](https://github.com/apache/cordova-plugin-camera/commit/06dc38f))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-camera",
|
"name": "cordova-plugin-camera",
|
||||||
"version": "4.1.1-dev",
|
"version": "4.2.0",
|
||||||
"description": "Cordova Camera Plugin",
|
"description": "Cordova Camera Plugin",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
|
@ -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="4.1.1-dev">
|
version="4.2.0">
|
||||||
<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,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-camera-tests",
|
"name": "cordova-plugin-camera-tests",
|
||||||
"version": "4.1.1-dev",
|
"version": "4.2.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "cordova-plugin-camera-tests",
|
"id": "cordova-plugin-camera-tests",
|
||||||
|
@ -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="4.1.1-dev">
|
version="4.2.0">
|
||||||
<name>Cordova Camera Plugin Tests</name>
|
<name>Cordova Camera Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user