Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file and formatted via [this recommendation](https://keepachangelog.com/).

## [1.5.0] - 2025-03-28
### Changed
- The minimum supported PHP version is now 7.2.

## [1.4.0] - 2024-12-20
### Changed
- ReturnTagHooksSniff is removed.
Expand Down
2 changes: 1 addition & 1 deletion WPForms/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<arg name="parallel" value="12"/>
<arg name="extensions" value="php"/>

<config name="testVersion" value="7.1-"/>
<config name="testVersion" value="7.2-"/>

<!-- Rules: Check PHP version compatibility. -->
<rule ref="PHPCompatibility">
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"automattic/vipwpcs": "^3.0.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"squizlabs/php_codesniffer": "^3.11.2",
"squizlabs/php_codesniffer": "^3.11.3",
"wp-coding-standards/wpcs": "^3.1.0"
},
"require-dev": {
Expand Down
16 changes: 10 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.