Skip to content

Commit f62c3a6

Browse files
committed
Support for WP Coding Standard 3.2.0.
1 parent 2011c6d commit f62c3a6

File tree

4 files changed

+413
-203
lines changed

4 files changed

+413
-203
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All 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.

WPForms/ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
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. -->

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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",

0 commit comments

Comments
 (0)