Repository: cordova-plugin-device Updated Branches: refs/heads/master bd83be0d8 -> ac7f6a563 Updated Tags: refs/tags/r0.2.12 [created] c6e23d8a6
CB-7571 Updated version and RELEASENOTES.md for release 0.2.12 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/c6e23d8a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/c6e23d8a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/c6e23d8a Branch: refs/heads/master Commit: c6e23d8a61793c263443794d66d40723b4d04377 Parents: bd83be0 Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:40 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:40 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 10 ++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/c6e23d8a/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d2e3330..34c89cb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -74,3 +74,13 @@ * [FFOS] update DeviceProxy.js * CB-6127 Updated translations for docs * Use Windows system calls to get better info + +### 0.2.12 (Sep 17, 2014) +* CB-7471 cordova-plugin-device documentation translation +* CB-7552 device.name docs have not been removed +* [fxos] Fix cordova version +* added status box and documentation to manual tests +* [fxos] Fix cordova version +* added status box and documentation to manual tests +* Added plugin support for the browser +* CB-7262 Adds support for universal windows apps. http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/c6e23d8a/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 1e36d6c..72a681b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.device" - version="0.2.12-dev"> + version="0.2.12"> <name>Device</name> <description>Cordova Device Plugin</description> <license>Apache 2.0</license> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/c6e23d8a/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index e9f918c..be4e489 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.device.tests" - version="0.2.11-dev"> + version="0.2.12"> <name>Cordova Device Plugin Tests</name> <license>Apache 2.0</license>
