2.3.0
enricobattocchi
released this
09 Jan 11:35
·
329 commits
to develop
since this release
2.3.0 - 2023-01-09
Added
- PHPCS: New
Yoast.Tools.BrainMonkeyRaceCondition
sniff.
This sniff will flag test code which is likely to run into a particular race condition when using BrainMonkey to set expectations for WP hook functions.
Changed
- PHPCS: The default value for the
minimum_supported_wp_version
property which is used by various WPCS sniffs has been updated to WP6.0
(was5.7
). - Composer: The package will now identify itself as a static analysis tool. Thanks @GaryJones!
- Composer: Supported version of PHP_CodeSniffer has been changed from
^3.6.2
to^3.7.1
. - Composer: Supported version of PHPCompatibilityWP has been changed from
^2.1.3
to^2.1.4
. - Composer: Supported version of the Composer PHPCS plugin has been changed from
^0.5 || ^0.6.2 || ^0.7
to^0.6.2 || ^0.7 || ^1.0
. - Various housekeeping.
Fixed
- PHPCS:
Yoast.Files.FileComment
: the sniff will now allow for and respectphpcs:disable
comments for this sniff when found in a file docblock.