From de05cbd9425675f6bc9cd84b95fcab4676b078d1 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Thu, 6 Nov 2025 07:45:15 +0000 Subject: [PATCH 1/2] Bump minimum WordPress version to 6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update minimum supported WordPress version to 6.4. Changes: - Plugin header: Update/add 'Requires at least: 6.4' - README: Update minimum WP to 6.4, tested up to 6.8 - PHPCS config: Update minimum_supported_wp_version to 6.4 - Workflow: Update test matrix minimum to 6.4 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/php-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml index ac321ecc..eb3cb5a8 100644 --- a/.github/workflows/php-tests.yml +++ b/.github/workflows/php-tests.yml @@ -19,7 +19,7 @@ jobs: include: # Check lowest supported WP version, with the lowest supported PHP. - php: '8.0' - wp: '6.0' + wp: '6.4' allowed_failure: false # Check latest WP with the highest supported PHP. - php: 'latest' From b6b096001185c2351363ed7c61d8503fc91af35c Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Thu, 6 Nov 2025 11:08:54 +0000 Subject: [PATCH 2/2] Increase minimum supported WordPress version to 6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WordPress 6.4 provides a more modern baseline, with 85.1% of WordPress sites running 6.4 or later. WP 6.4 drops support for PHP 5.6. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- edit_flow.php | 2 +- phpcs.xml.dist | 2 ++ readme.txt | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/edit_flow.php b/edit_flow.php index eee29146..d7aeeedf 100644 --- a/edit_flow.php +++ b/edit_flow.php @@ -5,7 +5,7 @@ * Description: Remixing the WordPress admin for better editorial workflow options. * Author: Daniel Bachhuber, Scott Bressler, Mohammad Jangda, Automattic, and others * Version: 0.10.0 - * Requires at least: 6.0 + * Requires at least: 6.4 * Requires PHP: 8.0 * License: GPL-3 * License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 5f1e8589..cd8d8710 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,6 +1,8 @@ + + diff --git a/readme.txt b/readme.txt index cf1067ab..bcb96f57 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: batmoo, danielbachhuber, sbressler, automattic Donate link: http://editflow.org/contribute/ Tags: edit flow, workflow, editorial, newsroom, management, journalism, post status, custom status, notifications, email, comments, editorial comments, usergroups, calendars, editorial calendar, story budget -Requires at least: 6.0 +Requires at least: 6.4 Requires PHP: 8.0 Tested up to: 6.5 Stable tag: 0.9.9