Skip to content

Bump tested up to version to 7.0 - #360

Merged
peterwilsoncc merged 6 commits into
developfrom
fix/359-bump-tested-version
Jun 16, 2026
Merged

Bump tested up to version to 7.0#360
peterwilsoncc merged 6 commits into
developfrom
fix/359-bump-tested-version

Conversation

@phpbits

@phpbits phpbits commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

Description of the Change

Updates tested up to version to 7.0

Closes #359

How to test the Change

Changelog Entry

Bump WordPress "tested up to" version 7.0

Credits

Props @phpbits

Checklist:

@jeffpaul jeffpaul added this to the 2.0.0 milestone Jun 2, 2026
@jeffpaul

jeffpaul commented Jun 2, 2026

Copy link
Copy Markdown
Member

@phpbits @dkotter @peterwilsoncc looks like we can also update this as well?

// Once WordPress 6.6 becomes our minimum, change this back to `import { PluginDocumentSettingPanel } from '@wordpress/editor';`.
const PluginDocumentSettingPanel = wp.editor?.PluginDocumentSettingPanel ?? ( wp.editPost?.PluginDocumentSettingPanel ?? wp.editSite?.PluginDocumentSettingPanel );

@jeffpaul
jeffpaul marked this pull request as ready for review June 2, 2026 15:53
@jeffpaul
jeffpaul requested review from a team and jeffpaul as code owners June 2, 2026 15:53
@dkotter

dkotter commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

@phpbits @dkotter @peterwilsoncc looks like we can also update this as well?

// Once WordPress 6.6 becomes our minimum, change this back to `import { PluginDocumentSettingPanel } from '@wordpress/editor';`.
const PluginDocumentSettingPanel = wp.editor?.PluginDocumentSettingPanel ?? ( wp.editPost?.PluginDocumentSettingPanel ?? wp.editSite?.PluginDocumentSettingPanel );

Yep, no longer need that shim if we bump our minimum past 6.6. Likely have this in other plugins as well if I'm remembering correctly

@peterwilsoncc

peterwilsoncc commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

I've updated the import in 34f5314.

As we're bumping the minimum supported version of WP, this will require a release as it modifies the PHP file. I've moved the header for the minimum version in 39eb978 so we can do out of release cycle updates in the future.

@peterwilsoncc peterwilsoncc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and tests well.

@peterwilsoncc
peterwilsoncc merged commit 2a1d041 into develop Jun 16, 2026
13 of 14 checks passed
@peterwilsoncc
peterwilsoncc deleted the fix/359-bump-tested-version branch June 16, 2026 04:35
@jeffpaul

Copy link
Copy Markdown
Member

@peterwilsoncc besides the two dependabot bump PRs, Is there anything else you'd want to get into a release here (so we can get WPORG current on tested-up-to and WP min)?

@peterwilsoncc peterwilsoncc mentioned this pull request Jun 19, 2026
15 tasks
@peterwilsoncc

Copy link
Copy Markdown
Contributor

@jeffpaul I've created an issue for a proposed release, see #366

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

Labels

None yet

4 participants