Skip to content

Update commands for recent versions of WordPress. - #154

Merged
dkotter merged 14 commits into
developfrom
fix-commands-for-recent-wp
Aug 18, 2026
Merged

Update commands for recent versions of WordPress.#154
dkotter merged 14 commits into
developfrom
fix-commands-for-recent-wp

Conversation

@peterwilsoncc

@peterwilsoncc peterwilsoncc commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Description of the Change

Update various commands and tests to account for upstream changes in recent versions of WP.

Fixes include:

  • insert block selector updates
  • closing welcome guide waits longer for it to appear
  • delete all terms accounts for no terms being present
  • updated selectors and order of operations for opening the sidebars

Closes #149

How to test the Change

  1. Ensure E2E tests are passing for all versions of WP.

Changelog Entry

Changed - insertBlock updated to support WordPress 6.9.
Fixed - closeWelcomeGuide updated to allow for delayed render of guide.
Changed - deleteAllTerms updated to account for empty term lists and changes in WP 7.1.
Changed - openDocumentSettingsSidebar updated to account for changes in WP 7.1.

Credits

Props @dkotter, @peterwilsoncc.

Checklist:

@peterwilsoncc
peterwilsoncc force-pushed the fix-commands-for-recent-wp branch from 7c8a958 to 721bd99 Compare August 14, 2026 02:24
@dkotter dkotter added this to the 0.7.0 milestone Aug 17, 2026

@peterwilsoncc peterwilsoncc left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@dkotter I can't approve officially as I opened the PR but I am happy with your changes. Thanks for the assist.

@dkotter
dkotter merged commit 9320fdb into develop Aug 18, 2026
20 checks passed
@dkotter
dkotter deleted the fix-commands-for-recent-wp branch August 18, 2026 14:14
github-actions Bot pushed a commit that referenced this pull request Aug 18, 2026
…ecent-wp

Update commands for recent versions of WordPress.
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.

insertBlock tests fails in WordPress 6.9

2 participants