CB-8959 Updated version and RELEASENOTES.md for release 1.1.0

This commit is contained in:
Steve Gill 2015-05-06 17:07:39 -07:00
parent 69c687e0cf
commit 19feee9cb0
4 changed files with 12 additions and 3 deletions

View File

@ -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`

View File

@ -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",

View File

@ -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">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>

View File

@ -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">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>