diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3ba0d58..9849f41 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # Release Notes +### 4.0.3 (Apr 12, 2018) +* [CB-12593](https://issues.apache.org/jira/browse/CB-12593) **Android** Fix potential `FileProvider` conflicts +* Fix a mistake in the examples of usage descriptions (#313) +* CB-13854(ios): fix Camera opens in portrait orientation on iphones +* [CB-13415](https://issues.apache.org/jira/browse/CB-13415) **Android** Importing corrupt images using the Camera plugin crashes the app + ### 4.0.2 (Jan 24, 2018) * [CB-13781](https://issues.apache.org/jira/browse/CB-13781) (android) Fixed permissions request on **Android** 8 to save a photo into the photo album * [CB-13747](https://issues.apache.org/jira/browse/CB-13747) Add build-tools-26.0.2 to travis diff --git a/package.json b/package.json index 07dfa15..7ba7faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "4.0.3-dev", + "version": "4.0.3", "description": "Cordova Camera Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/tests/plugin.xml b/tests/plugin.xml index 57bb56c..622e21f 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="4.0.3-dev"> + version="4.0.3"> Cordova Camera Plugin Tests Apache 2.0