File tree 3 files changed +10
-5
lines changed 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ Unreleased]
8
+
9
+ ### Changed
10
+ * PHP: Remove ` minimum_supported_wp_version ` and ` testVersion ` .
11
+
7
12
## [ 4.0.0] - 2022-12-08
8
13
9
14
### Changed
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ You can create your own custom standard file (e.g. `phpcs.xml.dist`) if you want
77
77
<!-- Use required Coding Standards -->
78
78
<rule ref="Required"/>
79
79
80
+ <!-- The minimum supported WordPress version for all sniffs which use it. -->
81
+ <config name="minimum_supported_wp_version" value="6.1"/>
82
+ <!-- The minimum PHP requirement. -->
83
+ <config name="testVersion" value="7.4-"/>
84
+
80
85
<!-- Your custom rules go here -->
81
86
</ruleset>
82
87
` ` `
Original file line number Diff line number Diff line change 242
242
<severity >0</severity >
243
243
</rule >
244
244
245
- <!-- Require the latest version of WordPress. -->
246
- <config name =" minimum_supported_wp_version" value =" 5.3" />
247
-
248
245
<!-- Run against the PHPCompatibilityWP ruleset -->
249
246
<rule ref =" PHPCompatibilityWP" />
250
-
251
- <config name =" testVersion" value =" 7.4-" />
252
247
</ruleset >
You can’t perform that action at this time.
0 commit comments