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 2017/09/18 05:02:09 UTC

[2/2] cordova-plugin-device-motion git commit: CB-13068: added info tag for deprecation

CB-13068: added info tag for deprecation


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

Branch: refs/heads/master
Commit: 846085b694177e92dd0bb83ad332504326aa654d
Parents: c33630f
Author: Steve Gill <st...@gmail.com>
Authored: Sun Sep 17 22:02:04 2017 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Sun Sep 17 22:02:04 2017 -0700

----------------------------------------------------------------------
 plugin.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/846085b6/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6e65d9f..48f5eda 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -37,6 +37,10 @@
         <clobbers target="navigator.accelerometer" />
     </js-module>
 
+    <info>
+        With the W3C Device Motion and Orientation API now being supported on iOS, Android and Windows devices, this plugin is not needed any more. Read more about the API at https://www.w3.org/TR/2016/CR-orientation-event-20160818/ 
+    </info>
+
     <!-- firefoxos -->
     <platform name="firefoxos">
         <config-file target="config.xml" parent="/*">


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