Skip to content

Bump declared WordPress support to 7.0 - #287

Merged
dgershman merged 1 commit into
mainfrom
feature/mayo-286-bump-wordpress-7
May 31, 2026
Merged

Bump declared WordPress support to 7.0#287
dgershman merged 1 commit into
mainfrom
feature/mayo-286-bump-wordpress-7

Conversation

@dgershman

Copy link
Copy Markdown
Contributor

Closes #286

Summary

  • readme.txt: bumped Tested up to from 6.9 → 7.0.
  • mayo-events-manager.php: added the missing Requires at least: 6.7 and Tested up to: 7.0 headers so the WP.org parser sees consistent values in both the plugin header and readme.
  • Requires at least kept at 6.7 to avoid locking out existing 6.x sites.
  • Changelog entry added under the unreleased = 1.9.1 = section in readme.txt.

Out of scope

No CI workflow / composer.json / package.json changes — 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 install
  • composer test — 526 tests, 1179 assertions, all passing
  • composer lint — no new violations on changed lines (4 pre-existing PHPCS errors on lines 1/23/123 are unrelated to this change)
  • Verified Requires at least and Tested up to values match between mayo-events-manager.php and readme.txt
  • Manual install against WP 7.0 once GA (pending release)

🤖 Generated with Claude Code

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.
@dgershman
dgershman merged commit 62d97ba into main May 31, 2026
3 checks passed
@dgershman
dgershman deleted the feature/mayo-286-bump-wordpress-7 branch May 31, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump WordPress support to 7.0

1 participant