We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806cd54 commit fee1518Copy full SHA for fee1518
CHANGELOG.md
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
9
### Changed
10
-* PHP: Remove `minimum_supported_wp_version` and `testVersion`.
+* PHP: Remove `minimum_supported_wp_version` and `testVersion`.
11
+ Migration guide: Add the following to the `phpcs.xml.dist` file to restore previous behaviour.
12
+ ```yml
13
+ <!-- The minimum supported WordPress version for all sniffs which use it. -->
14
+ <config name="minimum_supported_wp_version" value="5.3"/>
15
+ <!-- The minimum PHP requirement. -->
16
+ <config name="testVersion" value="7.4-"/>
17
+ ```
18
* PHP: Introduce `Required-Strict` ruleset for stricter rules.
19
20
## [4.0.0] - 2022-12-08
0 commit comments