-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Plugin: Bump minimum required WordPress version to 6.7 #70023
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
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Flaky tests detected in bc71b23. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/14756856376
|
@desrosj, the core commit for Gutenberg version needs to occur after this change is included in the plugin RC, correct? Ref: #67117 (comment). |
The bump in Core SVN can happen at any time because the previous |
Thanks, @desrosj! I'll prepare the core ticket/patch tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
- Smoke tested on WordPress 6.7
- I've run some e2e tests locally, and confirmed that no PHP errors occurred by removing the back compat code.
I'm going to merge this. Create a track ticket and finish the remaining items there: https://core.trac.wordpress.org/ticket/63377#ticket. |
@@ -76,13 +76,14 @@ jobs: | |||
- name: Compare performance with base branch | |||
if: github.event_name == 'push' | |||
# The base hash used here need to be a commit that is compatible with the current WP version | |||
# The current one is c7722262e65a3f4d0f1a2d1ad29eccb2069509e4 and it needs to be updated every WP major release. | |||
# The current one is 177c166a5eada898ad015f5efaf1c6fefa7042c4 and it needs to be updated every WP major release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I need to use a different SHA; this doesn't work as expected, and I don't see new commits in CodeVitals.
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: desrosj <desrosj@git.wordpress.org>
What?
Similar to #67117.
PR bumps the "Required WP version" field to 6.7, and the "Tested up to" field to 6.8. It also updates the performance test base hash.
Why?
The plugin only supports the last two major WP versions (plus trunk)
How?
See https://developer.wordpress.org/block-editor/explanations/architecture/performance/#update-the-reference-commit.
Testing Instructions
CI checks are green.