WP 7.0: Set 7.0 as our minimum supported version#272
WP 7.0: Set 7.0 as our minimum supported version#272dkotter merged 4 commits intoWordPress:developfrom
Conversation
CONTRIBUTING.md
Outdated
|
|
||
| - PHP 7.4 or higher | ||
| - WordPress 6.9 or higher | ||
| - WordPress 7.0 or higher |
There was a problem hiding this comment.
May be best to remove the WP and PHP requirements from this doc and allow the readme to be the doc-based source of this info? We could link to the readme from here, but I worry about having this info in multiple places and forgetting to update this one in the future.
|
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. |
Note
Branched from #271. Will open this once that is merged.
What?
Partially closes #244
Updates our minimum version of WordPress to 7.0
Why?
Going forward, we are relying on the AI Client that is shipping in WP 7.0. As such, we're setting that as our minimum required version
How?
Use of AI Tools
None
Testing Instructions
Nothing to test here. Similar to #244, the plugin shouldn't throw any fatal errors on 7.0 but full functionality won't work there yet
Note
Unit and E2E tests are failing. Those will be fixed up once full 7.0 support is in place.