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
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,69 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [2.3.4] - 2023-07-05
8
+
9
+
Props: kshaner, GaryJones, jrfnl, yolih
10
+
11
+
Increases requirements for PHPCS from 3.5.5+ to 3.7.1.
12
+
13
+
### Fixed
14
+
-[#709](https://github.com/Automattic/VIP-Coding-Standards/pull/709): Add `get_theme_file_path()` to list of allowed include functions.
15
+
-[#762](https://github.com/Automattic/VIP-Coding-Standards/pull/762): IncludingFile: allow for more path-returning functions.
16
+
-[#748](https://github.com/Automattic/VIP-Coding-Standards/pull/748): ProperEscapingFunction: Fix short tag detection.
17
+
-[#760](https://github.com/Automattic/VIP-Coding-Standards/pull/760): RestrictedFunctions: remove reference to function which doesn't exist.
*[#708](https://github.com/Automattic/VIP-Coding-Standards/pull/708): Update references to the Composer plugin.
34
+
- Tests:
35
+
*[#735](https://github.com/Automattic/VIP-Coding-Standards/pull/735): Unit tests: Support PHP >= 8.1.
36
+
*[#746](https://github.com/Automattic/VIP-Coding-Standards/pull/746): Fix checks for PHP 8.1 and above.
37
+
*[#737](https://github.com/Automattic/VIP-Coding-Standards/pull/737): AdminBarRemovalUnitTest: Ensure final reset is read.
38
+
- Coding Standards
39
+
*[#733](https://github.com/Automattic/VIP-Coding-Standards/pull/733): Fix coding standards of VIPCS sniffs.
40
+
*[#756](https://github.com/Automattic/VIP-Coding-Standards/pull/756): Remove extra line at end of classes.
41
+
*[#758](https://github.com/Automattic/VIP-Coding-Standards/pull/758): Simplifications of sniffs extending the WPCS AbstractArrayAssignmentRestrictionsSniff.
*[#706](https://github.com/Automattic/VIP-Coding-Standards/pull/706): README: update for Composer 2.2.
61
+
*[#766](https://github.com/Automattic/VIP-Coding-Standards/pull/766): Various minor doc fixes.
62
+
*[#759](https://github.com/Automattic/VIP-Coding-Standards/pull/759): Bug template: make version table more comprehensive.
63
+
*[#770](https://github.com/Automattic/VIP-Coding-Standards/pull/770): Docs: various tag improvements.
64
+
65
+
### Deprecated
66
+
*[#612](https://github.com/Automattic/VIP-Coding-Standards/pull/612): The `WordPressVIPMinimum.Compatibility.Zoninator` sniff is (soft) deprecated and will be removed in the 3.0.0 release.
67
+
*[#613](https://github.com/Automattic/VIP-Coding-Standards/pull/613): The `WordPressVIPMinimum.Performance.BatcacheWhitelistedParams` sniff is (soft) deprecated and will be removed in the 3.0.0 release.
0 commit comments