Skip to content

Commit 0532893

Browse files
authored
Merge pull request #765 from Automattic/feat/bump-min-wp-6.4
2 parents 231e7ee + b6b0960 commit 0532893

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
# Check lowest supported WP version, with the lowest supported PHP.
2121
- php: '8.0'
22-
wp: '6.0'
22+
wp: '6.4'
2323
allowed_failure: false
2424
# Check latest WP with the highest supported PHP.
2525
- php: 'latest'

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)