This is an automated email from the ASF dual-hosted git repository.
timbru31 pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/cordova-plugin-device-orientation.git
The following commit(s) were added to refs/heads/master by this push:
new 0052dfb chore: package cleanup (#58)
0052dfb is described below
commit 0052dfbf90e41b905a9500032ce2508116efe099
Author: Tim Brust <[email protected]>
AuthorDate: Thu Aug 27 09:08:14 2020 +0000
chore: package cleanup (#58)
removes further deprecation notices
updates git and bugs URLs
uses shorthand syntax in package.json file
---
package.json | 11 +++--------
plugin.xml | 11 +++--------
2 files changed, 6 insertions(+), 16 deletions(-)
diff --git a/package.json b/package.json
index d98d277..954502f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-device-orientation",
"version": "2.0.2-dev",
- "description": "[DEPRECATED] Cordova Device Orientation Plugin",
+ "description": "Cordova Device Orientation Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-device-orientation",
@@ -12,13 +12,8 @@
"browser"
]
},
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/cordova-plugin-device-orientation"
- },
- "bugs": {
- "url": "https://issues.apache.org/jira/browse/CB"
- },
+ "repository": "github:apache/cordova-plugin-device-orientation",
+ "bugs": "https://github.com/apache/cordova-plugin-device-orientation/issues",
"keywords": [
"cordova",
"device",
diff --git a/plugin.xml b/plugin.xml
index cdf8a25..fe641fb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,11 +24,11 @@
version="2.0.2-dev">
<name>Device Orientation</name>
- <description>[DEPRECATED] Cordova Device Orientation Plugin</description>
+ <description>Cordova Device Orientation Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,device,orientation</keywords>
-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git</repo>
- <issue>https://issues.apache.org/jira/browse/CB/component/12320637</issue>
+ <repo>https://github.com/apache/cordova-plugin-device-orientation</repo>
+
<issue>https://github.com/apache/cordova-plugin-device-orientation/issues</issue>
<js-module src="www/CompassError.js" name="CompassError">
<clobbers target="CompassError" />
@@ -42,11 +42,6 @@
<clobbers target="navigator.compass" />
</js-module>
- <info>
- [DEPRECATED] - cordova-plugin-device-orientation
- 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>
-
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]