-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add wp-downgrade to incompatible plugins in wpcomsh #39264
Add wp-downgrade to incompatible plugins in wpcomsh #39264
Conversation
Add wp-downgrade (aka WP Downgrade) to the list of incompatible plugins in wpcomsh since it's mentioned publicly https://wordpress.com/support/plugins/incompatible-plugins/#database-file-system-altering-plugins
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Follow this PR Review Process:
Still unsure? Reach out in #jetpack-developers for guidance! Wpcomsh plugin:
If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
Next you'll want to make the necessary changes to wp-calypso as well to this file: https://github.com/Automattic/wp-calypso/blob/ff7cc132fb5d0ca61f45cffa1e22fd445035709d/client/my-sites/plugins/plugin-compatibility.js#L11 |
* Add wp-downgrade to incompatible plugins in wpcomsh Add wp-downgrade (aka WP Downgrade) to the list of incompatible plugins in wpcomsh since it's mentioned publicly https://wordpress.com/support/plugins/incompatible-plugins/#database-file-system-altering-plugins * Updated the spacing/tabs * Added wp-downgrade plugin to the incompatible plugins list in wpcomsh --------- Co-authored-by: zdenys <@zdenys>
Adding WP Downgrade (wp-downgrade) to incompatible plugins list in wpcomsh.
Fixes https://github.com/Automattic/wpcomsh/issues/1920
Proposed changes:
Other information:
Jetpack product discussion
I discovered this plugin was active on a p1725456316432119-slack-CEYCDRUL9.
Does this pull request change what data or activity we track or use?
No
Testing instructions:
wp-downgrade
by runningwp plugin install wp-downgrade --activate
/wp-admin/plugins.php
page and confirm that the WP Downgrade is disabled.