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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
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
0 commit comments