You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.1.0 - 2024-04-05
Added
Threshold report: aside from the pre-existing YOASTCS_ABOVE_THRESHOLD constant, a new YOASTCS_THRESHOLD_EXACT_MATCH constant will now be available to determine (from a calling script) whether the error/warning thresholds were matched exactly or need to be updated.
Changed
Composer: Supported version of PHP_CodeSniffer has been changed from ^3.8.0 to ^3.9.1.
Composer: Supported version of PHPCSUtils has been changed from ^1.0.9 to ^1.0.10.
Composer: Supported version of WordPressCS has been changed from ^3.0.1 to ^3.1.0.
This introduces one new sniff - Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence - to the YoastCS ruleset.
Composer: Supported version of SlevomatCodingStandard has been changed from ^8.14.0 to ^8.15.0.
Composer: Supported version of PHP Parallel Lint has been changed from ^1.3.2 to ^1.4.0.
PHPCS: The default value for the minimum_wp_version (previously minimum_supported_wp_version) property which is used by various WPCS sniffs has been updated to WP 6.3 (was 6.2).