Skip to content

Bump "Tested up to" to WordPress 7.1 - #773

Merged
ilicfilip merged 1 commit into
developfrom
taco/readme-tested-up-to-7-1
Aug 21, 2026
Merged

Bump "Tested up to" to WordPress 7.1#773
ilicfilip merged 1 commit into
developfrom
taco/readme-tested-up-to-7-1

Conversation

@tacoverdo

@tacoverdo tacoverdo commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

What

readme.txt: Tested up to: 6.97.1.

Why

The Plugin Check workflow (test job) currently fails on every PR with outdated_tested_upto_header ("Tested up to: 6.9 < 7.1") since WordPress 7.1 shipped — first noticed on #769, but unrelated to any PR's changes.

CI already exercises WP latest (7.1): all integration jobs (PHP 8.2/8.3/8.4, single + multisite) and the Playwright e2e suite pass on it, so the declaration matches what is actually tested.

Note

Requires at least is consistent on develop (6.7 in both readme.txt and the plugin header, aligned in 6e0edec / 8c0fd01, Dec 2025, and matching the CI floor of WP 6.7). main (1.9.1) still carries the older 6.3 (readme) / 6.6 (header) pair — those alignment commits never reached it; the next release from develop fixes that automatically.

🤖 Generated with Claude Code

Plugin Check (the `test` CI job) fails repo-wide with
outdated_tested_upto_header now that WordPress 7.1 is current. The
suite already runs green against WP latest (7.1) in CI, including the
e2e and multisite integration jobs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Test merged PR on Playground
Test this pull request on the Playground
or download the zip

@github-actions

Copy link
Copy Markdown
Contributor

✅ Code Coverage Report

Metric Value
Total Coverage 31.62% 📉
Base Coverage 31.62%
Difference 📈 0.00%

⚠️ Coverage below recommended 40% threshold

🎉 Great job maintaining/improving code coverage!

ℹ️ About this report
  • All tests run in a single job with Xdebug coverage
  • Security tests excluded from coverage to prevent output issues
  • Coverage calculated from line coverage percentages

@github-actions

Copy link
Copy Markdown
Contributor

🔍 WordPress Plugin Check Report

⚠️ Status: Passed with warnings

📊 Report

🎯 Total Issues ❌ Errors ⚠️ Warnings
10 0 10

⚠️ Warnings (10)

📁 classes/suggested-tasks/providers/class-content-review.php (4 warnings)
📍 Line 🔖 Check 💬 Message
232 WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
377 WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
381 WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
388 WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
📁 classes/suggested-tasks/data-collector/class-unpublished-content.php (1 warning)
📍 Line 🔖 Check 💬 Message
103 WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_post__not_in Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
📁 classes/suggested-tasks/data-collector/class-yoast-orphaned-content.php (1 warning)
📍 Line 🔖 Check 💬 Message
111 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $query used in $wpdb->get_row()\n$query assigned unsafely at line 98.
📁 classes/suggested-tasks/data-collector/class-terms-without-description.php (1 warning)
📍 Line 🔖 Check 💬 Message
108 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 106.
📁 classes/suggested-tasks/data-collector/class-terms-without-posts.php (1 warning)
📍 Line 🔖 Check 💬 Message
120 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 118.
📁 classes/activities/class-query.php (2 warnings)
📍 Line 🔖 Check 💬 Message
71 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $table_name used in $wpdb->query()\n$table_name assigned unsafely at line 58.
163 PluginCheck.Security.DirectDB.UnescapedDBParameter Unescaped parameter $where_args used in $wpdb->get_results()\n$where_args assigned unsafely at line 153.

🤖 Generated by WordPress Plugin Check Action • Learn more about Plugin Check

@tacoverdo
tacoverdo requested a review from ilicfilip August 21, 2026 11:25
@ilicfilip
ilicfilip merged commit a28016d into develop Aug 21, 2026
21 checks passed
@ilicfilip
ilicfilip deleted the taco/readme-tested-up-to-7-1 branch August 21, 2026 12:14
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.

2 participants