Skip to content

Commit 8475640

Browse files
authored
Merge pull request #773 from Automattic/release/2.3.4
2 parents 62e7d06 + ef8d4b3 commit 8475640

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,69 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

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.
18+
19+
### Changed
20+
- [#768](https://github.com/Automattic/VIP-Coding-Standards/pull/768): DeclarationCompatibility: performance improvement.
21+
22+
- Rulesets:
23+
* [#763](https://github.com/Automattic/VIP-Coding-Standards/pull/763): Move VariableAnalysis configuration from Go to Minimum.
24+
* [#765](https://github.com/Automattic/VIP-Coding-Standards/pull/765): Fix the names.
25+
- Composer:
26+
* [#742](https://github.com/Automattic/VIP-Coding-Standards/pull/742): Up the minimum PHPCS version to 3.7.1.
27+
* [#764](https://github.com/Automattic/VIP-Coding-Standards/pull/764): Update VariableAnalysis dependency to 2.11.17.
28+
* [#738](https://github.com/Automattic/VIP-Coding-Standards/pull/738): Allow for the 1.0.0 version of the Composer PHPCS plugin.
29+
* [#721](https://github.com/Automattic/VIP-Coding-Standards/pull/721): Update composer.json keywords.
30+
* [#714](https://github.com/Automattic/VIP-Coding-Standards/pull/714): Update PHP Parallel Lint and Console Highlighter.
31+
* [#741](https://github.com/Automattic/VIP-Coding-Standards/pull/741): Update script names.
32+
* [#747](https://github.com/Automattic/VIP-Coding-Standards/pull/747): Fix script references.
33+
* [#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.
42+
* [#761](https://github.com/Automattic/VIP-Coding-Standards/pull/761): RegexpCompare: remove redundant condition.
43+
* [#771](https://github.com/Automattic/VIP-Coding-Standards/pull/771): QA: fix condition order.
44+
- CI:
45+
* [#705](https://github.com/Automattic/VIP-Coding-Standards/pull/705): Various updates.
46+
* [#750](https://github.com/Automattic/VIP-Coding-Standards/pull/750): Test Higher PHP versions.
47+
* [#724](https://github.com/Automattic/VIP-Coding-Standards/pull/724): Fix use of deprecated `set-output`.
48+
* [#725](https://github.com/Automattic/VIP-Coding-Standards/pull/725): Update the xmllint-problem-matcher.
49+
* [#726](https://github.com/Automattic/VIP-Coding-Standards/pull/726): Various tweaks.
50+
* [#728](https://github.com/Automattic/VIP-Coding-Standards/pull/728): Bust the cache semi-regularly.
51+
* [#711](https://github.com/Automattic/VIP-Coding-Standards/pull/711): Version update for various predefined actions.
52+
* [#712](https://github.com/Automattic/VIP-Coding-Standards/pull/712): Fix build failure.
53+
* [#755](https://github.com/Automattic/VIP-Coding-Standards/pull/755): Validate the PHPCS installed standards.
54+
* [#757](https://github.com/Automattic/VIP-Coding-Standards/pull/757): Test and Quicktest tweaks.
55+
* [#767](https://github.com/Automattic/VIP-Coding-Standards/pull/767): Minor simplifications.
56+
* [#769](https://github.com/Automattic/VIP-Coding-Standards/pull/769): .gitattributes: readability improvement.
57+
- Docs:
58+
* [#722](https://github.com/Automattic/VIP-Coding-Standards/pull/722): Updated Docs link for `ORDER BY RAND()`.
59+
* [#707](https://github.com/Automattic/VIP-Coding-Standards/pull/707): README: update requirements listing.
60+
* [#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.
68+
69+
770
## [2.3.3] - 2021-09-29
871

972
Props: gudmdharalds, jrfnl, BrookeDot, rebeccahum
@@ -570,6 +633,7 @@ Initial release.
570633
Props: david-binda, pkevan.
571634

572635

636+
[2.3.4]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.3...2.3.4
573637
[2.3.3]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.2...2.3.3
574638
[2.3.2]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.1...2.3.2
575639
[2.3.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.0...2.3.1

0 commit comments

Comments
 (0)