Skip to content

Commit 8f60633

Browse files
GaryJonesjrfnl
authored andcommitted
Update changelog for 2.3.4
1 parent 62e7d06 commit 8f60633

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,47 @@ 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+
Increases requirements for PHPCS from 3.5.5+ to 3.7.1.
10+
11+
### Fixed
12+
* Add `get_theme_file_path()` to list of allowed include functions by @kshaner in https://github.com/Automattic/VIP-Coding-Standards/pull/709.
13+
* ProperEscapingFunction: Fix short tag detection by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/748.
14+
15+
### Changed
16+
* Composer:
17+
* Up the minimum PHPCS version to 3.7.1 by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/742.
18+
* Allow for the 1.0.0 version of the Composer PHPCS plugin by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/738.
19+
* Update composer.json keywords by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/721.
20+
* Update PHP Parallel Lint and Console Highlighter by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/714.
21+
* Update script names by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/741.
22+
* Fix script references by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/747.
23+
* Update references to the Composer plugin by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/708.
24+
* Tests:
25+
* Unit tests: Support PHP >= 8.1 by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/735.
26+
* Fix checks for PHP 8.1 and above by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/746.
27+
* AdminBarRemovalUnitTest: Ensure final reset is read by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/737.
28+
* Coding Standards
29+
* Fix coding standards of VIPCS sniffs by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/733.
30+
* Remove extra line at end of classes by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/756.
31+
* CI:
32+
* Various updates by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/705.
33+
* Test Higher PHP versions by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/750.
34+
* Fix use of deprecated `set-output` by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/724.
35+
* Update the xmllint-problem-matcher by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/725.
36+
* Various tweaks by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/726.
37+
* Bust the cache semi-regularly by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/728.
38+
* Version update for various predefined actions by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/711.
39+
* Fix build failure by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/712.
40+
* Validate the PHPCS installed standards by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/755.
41+
* Test and Quicktest tweaks by @GaryJones in https://github.com/Automattic/VIP-Coding-Standards/pull/757.
42+
43+
* Docs:
44+
* Updated Docs link for `ORDER BY RAND()` by @yolih in https://github.com/Automattic/VIP-Coding-Standards/pull/722.
45+
* README: update requirements listing by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/707.
46+
* README: update for Composer 2.2 by @jrfnl in https://github.com/Automattic/VIP-Coding-Standards/pull/706.
47+
748
## [2.3.3] - 2021-09-29
849

950
Props: gudmdharalds, jrfnl, BrookeDot, rebeccahum
@@ -570,6 +611,7 @@ Initial release.
570611
Props: david-binda, pkevan.
571612

572613

614+
[2.3.4]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.3...2.3.4
573615
[2.3.3]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.2...2.3.3
574616
[2.3.2]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.1...2.3.2
575617
[2.3.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.0...2.3.1

0 commit comments

Comments
 (0)