Skip to content

Commit c7494e0

Browse files
authored
Merge pull request #327 from humanmade/prepare-2.0.0
Prepare v2.0.0
2 parents fa5e3d0 + f3a975e commit c7494e0

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 2.0.0 (April 30, 2026)
4+
5+
### Breaking Changes:
6+
7+
- Updated WPCS to 3.0.0 and VIPCS to 3.0.0
8+
- Raised the minimum supported PHP version to 8.2
9+
- Raised the PHPUnit development dependency to 8.2
10+
- Updated `HM.Security.EscapeOutput` for WPCS 3.x: exception messages are no longer treated as an output boundary in `HM-Minimum`, while error-reporting function message arguments must still be escaped
11+
12+
### Removed:
13+
14+
- Removed the deprecated `Generic.Functions.CallTimePassByReference` sniff
15+
- Removed references to WPCS internals that no longer exist in WPCS 3.x
16+
317
## 1.2.0 (September 13, 2022)
418

519
- Add new Isset sniff #236

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanmade/coding-standards",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Human Made Coding Standards.",
66
"author": "Human Made",

0 commit comments

Comments
 (0)