Bump declared WordPress support to 7.0 - #287
Merged
Merged
Conversation
Updates the plugin's declared WordPress compatibility from 6.9 to 7.0 and adds the missing Requires at least / Tested up to headers to the main plugin PHP file so the WordPress.org parser sees matching values in both the plugin header and readme.txt. Note: WP 7.0 is not yet GA at the time of this change — fresh-install verification against the released build is pending.
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.
Closes #286
Summary
readme.txt: bumpedTested up tofrom 6.9 → 7.0.mayo-events-manager.php: added the missingRequires at least: 6.7andTested up to: 7.0headers so the WP.org parser sees consistent values in both the plugin header and readme.Requires at leastkept at 6.7 to avoid locking out existing 6.x sites.= 1.9.1 =section inreadme.txt.Out of scope
No CI workflow /
composer.json/package.jsonchanges — none of them pin a WordPress version.Note on verification
WordPress 7.0 is not GA as of this change. Fresh-install verification against the released build is pending — to be re-run once 7.0 ships (or against a public beta if/when one is available).
Test plan
composer installcomposer test— 526 tests, 1179 assertions, all passingcomposer lint— no new violations on changed lines (4 pre-existing PHPCS errors on lines 1/23/123 are unrelated to this change)Requires at leastandTested up tovalues match betweenmayo-events-manager.phpandreadme.txt🤖 Generated with Claude Code