CB-9192 Updated version and RELEASENOTES.md for release 1.2.0

This commit is contained in:
Steve Gill 2015-06-17 12:36:01 -07:00
parent 647dac284b
commit e8d52ef256
4 changed files with 19 additions and 3 deletions

View File

@ -206,3 +206,19 @@
* 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`
### 1.2.0 (Jun 17, 2015)
* Closing stale pull request: close #84
* Closing stale pull request: close #66
* CB-9128 cordova-plugin-camera documentation translation: cordova-plugin-camera
* Update docs. This closes #100
* attempt to fix npm markdown issue
* CB-8883 fix picture rotation issue
* one more alias
* Fixed some nit white-space issues, aliased a little more
* major refactor : readability
* Patch for CB-8498, this closes #64
* CB-8879 fix stripe issue with correct aspect ratio
* CB-8601 - iOS camera unit tests broken
* CB-7667 iOS8: Handle case where camera is not authorized (closes #49)
* add missing license header

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "1.1.1-dev",
"version": "1.2.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.1.1-dev">
version="1.2.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.1.1-dev">
version="1.2.0">
<name>Cordova Camera Plugin Tests</name>
<license>Apache 2.0</license>