You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/05/07 02:38:09 UTC

[1/2] cordova-plugin-device-motion git commit: CB-8959 Updated version and RELEASENOTES.md for release 1.1.0

Repository: cordova-plugin-device-motion
Updated Branches:
  refs/heads/master 6f8e92ee3 -> b1ff476ec


CB-8959 Updated version and RELEASENOTES.md for release 1.1.0


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

Branch: refs/heads/master
Commit: 7d52b8457d5fd53100d2ef6e60fa2129956f8e0b
Parents: 6f8e92e
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:07:39 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:07:39 2015 -0700

----------------------------------------------------------------------
 RELEASENOTES.md  | 5 +++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/7d52b845/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c82d9a4..de89b99 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -115,3 +115,8 @@
 * CB-8096 Pended recently added spec.12 if accelerometer doesn't exist on the device
 * CB-8096 Pended auto tests if accelerometer doesn't exist on the device
 * CB-8083 Adds test to make sure success callback is called each time
+
+### 1.1.0 (May 06, 2015)
+* CB-8926: The tests module tries to access an undefined global `Accelerometer` on fail callbacks.  This results in another JS error, `ReferenceError: 'Accelerometer' is undefined.`  This change passes through the error message instead of attempting to index into it.
+* CB-8876 Introduced a small timeout between tests
+* CB-8876 Rewrote **wp8** impementation to be more stable

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/7d52b845/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 4638df7..9a0114c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Device Motion Plugin",
   "cordova": {
     "id": "cordova-plugin-device-motion",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/7d52b845/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index b16a45d..ad8c12b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.0.1-dev">
+      version="1.1.0">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/7d52b845/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 7b80b55..e8881fe 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-device-motion-tests"
-    version="1.0.1-dev">
+    version="1.1.0">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-device-motion git commit: CB-8959 Incremented plugin version.

Posted by st...@apache.org.
CB-8959 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/b1ff476e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/b1ff476e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/b1ff476e

Branch: refs/heads/master
Commit: b1ff476ec3a0ff6bb42d29502e4d34b50c93325e
Parents: 7d52b84
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 6 17:37:22 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 6 17:37:22 2015 -0700

----------------------------------------------------------------------
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/b1ff476e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9a0114c..c112691 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-motion",
-  "version": "1.1.0",
+  "version": "1.1.1-dev",
   "description": "Cordova Device Motion Plugin",
   "cordova": {
     "id": "cordova-plugin-device-motion",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/b1ff476e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index ad8c12b..a784828 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-device-motion"
-      version="1.1.0">
+      version="1.1.1-dev">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/b1ff476e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index e8881fe..905cefc 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-device-motion-tests"
-    version="1.1.0">
+    version="1.1.1-dev">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org