File tree Expand file tree Collapse file tree 4 files changed +413
-203
lines changed Expand file tree Collapse file tree 4 files changed +413
-203
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file and formatted via [ this recommendation] ( https://keepachangelog.com/ ) .
33
4+ ## [ 1.5.1] - 2025-09-30
5+ ### Added
6+ - Support for WP Coding Standard 3.2.0.
7+
48## [ 1.5.0] - 2025-03-28
59### Changed
610- The minimum supported PHP version is now 7.2.
Original file line number Diff line number Diff line change 1414 <arg name =" parallel" value =" 12" />
1515 <arg name =" extensions" value =" php" />
1616
17+ <!-- Rules: Check PHP version compatibility -->
18+ <config name =" testVersion" value =" 7.2-" />
19+
1720 <!-- Rules: Check PHP version compatibility. -->
1821 <rule ref =" PHPCompatibility" >
1922 <!-- Rules: WordPress polyfills. -->
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "automattic/vipwpcs" : " ^3.0.1" ,
1616 "phpcompatibility/php-compatibility" : " ^9.3.5" ,
17- "squizlabs/php_codesniffer" : " ^3.13.2 " ,
18- "wp-coding-standards/wpcs" : " ^3.1 .0"
17+ "squizlabs/php_codesniffer" : " ^3.13.4 " ,
18+ "wp-coding-standards/wpcs" : " ^3.2 .0"
1919 },
2020 "require-dev" : {
2121 "roave/security-advisories" : " dev-latest" ,
You can’t perform that action at this time.
0 commit comments