Skip to content

Commit b6b0960

Browse files
GaryJonesclaude
andcommitted
Increase minimum supported WordPress version to 6.4
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 <noreply@anthropic.com>
1 parent de05cbd commit b6b0960

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

edit_flow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Remixing the WordPress admin for better editorial workflow options.
66
* Author: Daniel Bachhuber, Scott Bressler, Mohammad Jangda, Automattic, and others
77
* Version: 0.10.0
8-
* Requires at least: 6.0
8+
* Requires at least: 6.4
99
* Requires PHP: 8.0
1010
* License: GPL-3
1111
* License URI: https://www.gnu.org/licenses/gpl-3.0.html

phpcs.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0"?>
22
<ruleset name="Custom ruleset for Edit Flow">
33

4+
<config name="minimum_supported_wp_version" value="6.4"/>
5+
46
<rule ref="WordPress-Extra"/>
57
<rule ref="WordPress-VIP-Go">
68
<!-- These disallow anonymous functions as action callbacks -->

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: batmoo, danielbachhuber, sbressler, automattic
33
Donate link: http://editflow.org/contribute/
44
Tags: edit flow, workflow, editorial, newsroom, management, journalism, post status, custom status, notifications, email, comments, editorial comments, usergroups, calendars, editorial calendar, story budget
5-
Requires at least: 6.0
5+
Requires at least: 6.4
66
Requires PHP: 8.0
77
Tested up to: 6.5
88
Stable tag: 0.9.9

0 commit comments

Comments
 (0)