Update/wp version - #934
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. |
✅ WordPress Plugin Check Report
📊 ReportAll checks passed! No errors or warnings found. 🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #934 +/- ##
==========================================
Coverage 76.01% 76.01%
Complexity 3032 3032
==========================================
Files 132 132
Lines 12001 12001
==========================================
Hits 9123 9123
Misses 2878 2878
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
What?
I tested the AI plugin on WP 7.1 RC3 and things appear to work as expected. This PR bumps the tested-up-to version to 7.1 and leaves the plugin minimum at 7.0. Since
trunkis effectively 7.2 andlatestwill be 7.1 come next Wednesday, I tried to add to the CI test flow another entry to explicitly test against WP 7.0 as that will no longer belatestby Wednesday and want to ensure we're still testing the plugin minimum in our test workflows. So assuming I got the nomenclature correct, it'll be double testing for the next six days but at least as soon as 7.1 is available we'll still be testing on 7.0.Copilot summary
This pull request updates the plugin's compatibility and testing configurations to ensure support for newer WordPress versions and to expand the automated test matrix.
Compatibility and testing updates:
readme.txtfile to indicate that the plugin has been tested up to WordPress version 7.1..github/workflows/test.ymlto includeWordPress/WordPress#7.0as a specific test target, in addition tolatestandtrunk.Why?
How?
Use of AI Tools
None besides the copilot summary in this description.
Testing Instructions
Screenshots or screencast
Changelog Entry