You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/17 21:38:35 UTC

[1/2] git commit: CB-7571 Updated version and RELEASENOTES.md for release 0.2.10

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 <cm...@gmail.com>
Authored: Wed Sep 17 15:27:40 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
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>
 


[2/2] git commit: CB-7571 Incremented plugin version.

Posted by ma...@apache.org.
CB-7571 Incremented plugin version.


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/3083f2c3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/3083f2c3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/3083f2c3

Branch: refs/heads/master
Commit: 3083f2c3acb7ef5753a467279809980fbb1b9349
Parents: 213aea9
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:35:01 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:35:01 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/3083f2c3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ac592d5..92c3e5b 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">
+      version="0.2.11-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>