[
https://issues.apache.org/jira/browse/CB-13076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16236845#comment-16236845
]
ASF GitHub Bot commented on CB-13076:
-------------------------------------
stevengill closed pull request #164: CB-13076 , CB-13068 : Added inactive flag
for device motion and device orientation plugins
URL: https://github.com/apache/cordova-coho/pull/164
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/src/repoutil.js b/src/repoutil.js
index d6ba093..2e118ac 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -191,12 +191,14 @@ var pluginRepos = [
title: 'Plugin - Device Motion',
id: 'plugin-device-motion',
repoName: 'cordova-plugin-device-motion',
- jiraComponentName: 'cordova-plugin-device-motion'
+ jiraComponentName: 'cordova-plugin-device-motion',
+ inactive: true
}, {
title: 'Plugin - Device Orientation',
id: 'plugin-device-orientation',
repoName: 'cordova-plugin-device-orientation',
- jiraComponentName: 'cordova-plugin-device-orientation'
+ jiraComponentName: 'cordova-plugin-device-orientation',
+ inactive: true
}, {
title: 'Plugin - Device',
id: 'plugin-device',
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Sunset cordova-plugin-device-orientation
> ----------------------------------------
>
> Key: CB-13076
> URL: https://issues.apache.org/jira/browse/CB-13076
> Project: Apache Cordova
> Issue Type: Task
> Components: cordova-plugin-device-orientation (DEPRECATED)
> Reporter: Filip Maj
> Assignee: Vishal Mishra
> Priority: Major
> Labels: plugins-next
>
> Todo (see subtasks):
> 1. Deprecate JIRA components.
> 2. Close out all github PRs and JIRA issues.
> 3. What do we need to inform Apache Infra of?
> 4. Update plugin README to reflect status of plugin and point to transition
> blog post.
> 5. Update coho to remove any references to the plugin.
> 6. Update cordova-docs to remove plugin references / remove code generation
> around cordova-plugin-device-orientation.
> 7. Do one final release of the plugin.
> 8. Ensure we deprecate the plugin in npm.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]