diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5fb00f1..ae68c15 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -197,3 +197,12 @@ * docs: added 'Windows' to supported platforms * CB-8653 Updated Readme * CB-8659: ios: 4.0.x Compatibility: Remove use of deprecated headers + +### 1.1.0 (May 06, 2015) +* CB-8943 fix `PickAndContinue` issue on *Win10Phone* +* CB-8253 Fix potential unreleased resources +* CB-8909: Remove unused import from File +* CB-8404 typo fix `cameraproxy.js` +* CB-8404 Rotate camera feed with device orientation +* CB-8054 Support taking pictures from file for *WP8* +* CB-8405 Use `z-index` instead of `z-order` diff --git a/package.json b/package.json index 7dd2150..d7dfb31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-camera", - "version": "1.0.1-dev", + "version": "1.1.0", "description": "Cordova Camera Plugin", "cordova": { "id": "cordova-plugin-camera", diff --git a/plugin.xml b/plugin.xml index 8beb432..1defb23 100644 --- a/plugin.xml +++ b/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" - version="1.0.1-dev"> + version="1.1.0"> Camera Cordova Camera Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 0615182..1bacfa7 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="1.0.1-dev"> + version="1.1.0"> Cordova Camera Plugin Tests Apache 2.0