[CB-5565] Updated version and RELEASENOTES.md for release 0.2.5
This commit is contained in:
parent
3424ddb39c
commit
0d94289921
@ -46,4 +46,12 @@
|
|||||||
* CB-5128: added repo + issue tag to plugin.xml for camera plugin
|
* CB-5128: added repo + issue tag to plugin.xml for camera plugin
|
||||||
* CB-4958 - iOS - Camera plugin should not show the status bar
|
* CB-4958 - iOS - Camera plugin should not show the status bar
|
||||||
* [CB-4919] updated plugin.xml for FxOS
|
* [CB-4919] updated plugin.xml for FxOS
|
||||||
* [CB-4915] Incremented plugin version on dev branch.
|
* [CB-4915] Incremented plugin version on dev branch.
|
||||||
|
|
||||||
|
### 0.2.5 (Dec 4, 2013)
|
||||||
|
* fix camera for firefox os
|
||||||
|
* getPicture via web activities
|
||||||
|
* [ubuntu] specify policy_group
|
||||||
|
* add ubuntu platform
|
||||||
|
* 1. User Agent detection now detects AmazonWebView. 2. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'
|
||||||
|
* Added amazon-fireos platform.
|
||||||
|
@ -3,7 +3,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="org.apache.cordova.camera"
|
id="org.apache.cordova.camera"
|
||||||
version="0.2.5-dev">
|
version="0.2.5">
|
||||||
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user