docs: confirm WordPress 7.1 compatibility - #244
Open
mehul0810 wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
References #243.
Scope and non-goals
This PR is limited to compatibility metadata after validation. It does not change editor integrations, media handling, cache behavior, public APIs, or the release/tag state.
WordPress 7.1 applicability matrix
@wordpress/components: applicable. Packaged settings Dashboard and Cache tabs render and switch correctly with no console errors.Validation
composer lint- pass (91 files)composer test- pass (148 tests, 482 assertions)composer phpstan- pass (61 files)npm run lint- passnpm run test:unit- pass (11 suites, 40 tests)npm run build- passnpm run plugin-zip- pass; packagedreadme.txtconfirmsTested up to: 7.1outdated_tested_upto_header.Screenshots/artifacts are retained at
/private/tmp/perform-243-playground/.playwright-cli/page-2026-08-29T10-06-39-927Z.png,/private/tmp/perform-243-playground/.playwright-cli/page-2026-08-29T10-06-57-986Z.png,/private/tmp/perform-243-playground/.playwright-cli/page-2026-08-29T08-17-14-645Z.png, and/private/tmp/perform-243-playground/.playwright-cli/page-2026-08-29T10-12-51-378Z.png.Residual risk
The complete Plugin Check scan still reports pre-existing, out-of-scope findings in settings/cache modules (translation comments, escaping, direct database-query, nonce, and offloading checks). They are unchanged by this metadata-only PR and should be tracked separately; no WordPress 7.1-specific defect was demonstrated.