Skip to content

Conversation

@upwardmomentum84
Copy link
Contributor

@upwardmomentum84 upwardmomentum84 commented Dec 2, 2025

In reference to the Audit Blocked Plugins Project - https://linear.app/a8c/project/audit-blocked-plugins-0e4e3a73bb43/overview . This commit covers all plugins reviewed as part of "Group 1" of the project (categories: Email, Backup, and Miscellaneous).

Summary of plugin changes here: p9F6qB-ijk-p2#comment-68191

Some lines were moved to group in proper categories and sorted alphabetically. This is to align with other platform code that blocks incompatible plugins.

Jetpack product discussion

N/A

Does this pull request change what data or activity we track or use?

No, I don't believe this would apply to the update.

Testing instructions:

  1. Create a new Business Plan site, mark it as a WoA Dev site, and take it Atomic.
  2. Build wpcomsh plugin and synchronize to the WoA Dev site
git checkout BRANCH
composer install
WPCOMSH_DEVMODE=1 make clean build
rsync -avze ssh --delete build/wpcomsh [email protected]:htdocs/wp-content/mu-plugins
  1. SSH into the WoA dev site, and run: wp plugin install wp-staging --activate
  2. Navigate to the WoA dev site's /wp-admin/plugins.php page and confirm that WP STAGING can be activated and is not disabled.

In reference to the Audit Blocked Plugins Project - https://linear.app/a8c/project/audit-blocked-plugins-0e4e3a73bb43/overview . This commit covers all plugins reviewed as part of "Group 1" of the project (categories: Email, Backup, and Miscellaneous).

Summary of plugin changes here: https://atomicrequests.wordpress.com/2025/07/14/incompatible-plugins-block-outreach-requests-2025/#comment-68191

Some lines were moved to group in proper categories and sort alphabetically. This is to align with other platform code that blocks incompatible plugins.
@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WoA dev site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin (WordPress.com Site Helper), and enable the update/incompatible-plugins-list branch.

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@github-actions
Copy link
Contributor

github-actions bot commented Dec 2, 2025

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Review, ...).
  • ✅ Add a "[Type]" label (Bug, Enhancement, Janitorial, Task).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

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 🤖


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Make sure to test your changes on all platforms that it applies to. You're responsible for the quality of the code you ship.
  3. You can use GitHub's Reviewers functionality to request a review.
  4. When it's reviewed and merged, you will be pinged in Slack to deploy the changes to WordPress.com simple once the build is done.

If you have questions about anything, reach out in #jetpack-developers for guidance!


Wpcomsh plugin:

  • Next scheduled release: Atomic deploys happen twice daily on weekdays (p9o2xV-2EN-p2)

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.

@github-actions github-actions bot added the [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. label Dec 2, 2025
@jp-launch-control
Copy link

jp-launch-control bot commented Dec 2, 2025

Code Coverage Summary

This PR did not change code coverage!

That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷

Full summary · PHP report

@upwardmomentum84 upwardmomentum84 added the [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it label Dec 2, 2025
…hpcs-filter/stdin-bootstrap.php" does not exist

Run "phpcbf --help" for usage information to try and resolve PHPCS linting test failure.
…etpack-phpcs-filter/stdin-bootstrap.php" does not exist"

This reverts commit c7d01e8.
@upwardmomentum84 upwardmomentum84 changed the title Update class-jetpack-plugin-compatibility.php - Audit Blocked Plugins Project - Group 1 Used phpcbf to try and resolve PHPCS linting test failure. Dec 2, 2025
@upwardmomentum84 upwardmomentum84 changed the title Used phpcbf to try and resolve PHPCS linting test failure. Update class-jetpack-plugin-compatibility.php - Audit Blocked Plugins Project - Group 1 Dec 2, 2025
@upwardmomentum84 upwardmomentum84 added [Status] Needs Review This PR is ready for review. and removed [Status] Needs Author Reply We need more details from you. This label will be auto-added until the PR meets all requirements. labels Dec 2, 2025
@upwardmomentum84
Copy link
Contributor Author

For those who review this, apologies for the multiple commits. One of the PHPCS linting tests was failing and I found I needed to run phpcbf to autofix the spacing issues. I did that but then Git/GitHub Desktop made a commit using an error message which I then reverted. Anyway, turns out I needed to get the parallel-lint tool installed on my machine using composer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Plugin] Wpcomsh [Status] Needs Review This PR is ready for review. [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants