Repository: cordova-plugin-device-motion Updated Branches: refs/heads/master a65e1953b -> 3083f2c3a Updated Tags: refs/tags/r0.2.10 [created] 213aea947
CB-7571 Updated version and RELEASENOTES.md for release 0.2.10 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/213aea94 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/213aea94 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/213aea94 Branch: refs/heads/master Commit: 213aea947f46b24067d5aeda4c04ba3d8524289f Parents: a65e195 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 | 17 +++++++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/213aea94/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index f7e72bf..4d24b7b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -75,3 +75,20 @@ * FFOS added to supported platforms + +### 0.2.10 (Sep 17, 2014) +* CB-7471 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion +* Updated doc for browser +* Added support for the browser +* CB-7249 cordova-plugin-device-motion documentation translation +* [CB-7313] minor tweak to documentation of watchAcceleration function parameters +* CB-7160 move to tests dir, add nested plugin.xml +* Removed js-module for tests from plugin.xml +* CB-7160 added manual tests +* added documentation for manual tests +* Removed js-module for tests from plugin.xml +* CB-7160 added manual tests +* Changing cdvtest format to use module exports +* register tests using new style +* update +* Feature Branch: First attempt at new-style-tests http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/213aea94/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 8b75dba..ac592d5 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.device-motion" - version="0.2.10-dev"> + version="0.2.10"> <name>Device Motion</name> <description>Cordova Device Motion Plugin</description> http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/213aea94/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index bcdbc88..abb6dcf 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="org.apache.cordova.device-motion.tests" - version="0.2.9-dev"> + version="0.2.10"> <name>Cordova Device Motion Plugin Tests</name> <license>Apache 2.0</license>
