WP 7.0: Remove dependencies and rely on what's in core#271
Merged
dkotter merged 11 commits intoWordPress:developfrom Mar 6, 2026
Merged
WP 7.0: Remove dependencies and rely on what's in core#271dkotter merged 11 commits intoWordPress:developfrom
dkotter merged 11 commits intoWordPress:developfrom
Conversation
…'t use directly anymore
|
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. |
felixarntz
reviewed
Mar 6, 2026
Member
felixarntz
left a comment
There was a problem hiding this comment.
@dkotter Mostly looks good! A few comments.
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.
Note
This is the first PR in a set of three. #272 and #275 will come next once this is merged
What?
Partially closes #244
Instead of including a number of dependencies, use what is in WordPress 7.0
Why?
This is the first PR on the path of adding full support for WordPress 7.0 and the new AI Client that is included there. WP 7.0 will include the AI Client and so we no longer need to bundle that.
How?
automattic/jetpack-autoloader,wordpress/mcp-adapterandwordpress/wp-ai-clientdependenciesUse of AI Tools
None
Testing Instructions
This is the first PR in a series that will bring full support to WP 7.0. As such, things aren't in a fully usable state yet. If you test this PR, you should be able to install/activate the plugin on both WP 6.9 and WP 7.0 (no fatals in either) but the plugin won't fully work in either yet
Note
Unit and E2E tests are failing. Those will be fixed up once full 7.0 support is in place.