Skip to content

Commit

Permalink
TODO: UPDATE PR URL + RELEASE DATE | Changelog for the release of ver…
Browse files Browse the repository at this point in the history
…sion 3.0.1
  • Loading branch information
jrfnl committed Dec 2, 2023
1 parent 53bdc90 commit 62b9e9c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## [3.0.1] - 2023-12-xx

Props: @GaryJones, @jrfnl

### Changed

- Switched to the new canonical fork of [PHP_CodeSniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).
- Composer:
* [#805](https://github.com/Automattic/VIP-Coding-Standards/pull/805): Up the minimum PHPCS version to 3.8.0.
* [#805](https://github.com/Automattic/VIP-Coding-Standards/pull/805): Up the minimum PHPCSUtils version to 1.0.9.
* [#805](https://github.com/Automattic/VIP-Coding-Standards/pull/805): Up the minimum PHPCSExtra version to 1.2.1.
* [#805](https://github.com/Automattic/VIP-Coding-Standards/pull/805): Up the minimum WordPressCS version to 3.0.2.
* [#805](https://github.com/Automattic/VIP-Coding-Standards/pull/805): Up the minimum VariableAnalysis version to 2.11.18.

Please ensure you run `composer update automattic/vipwpcs --with-dependencies` to benefit from this.

## [3.0.0] - 2023-09-05

Props: @GaryJones, @jrfnl
Expand Down Expand Up @@ -674,6 +690,7 @@ Initial release.

Props: david-binda, pkevan.

[3.0.1]: https://github.com/Automattic/VIP-Coding-Standards/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.4...3.0.0
[2.3.4]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.3...2.3.4
[2.3.3]: https://github.com/Automattic/VIP-Coding-Standards/compare/2.3.2...2.3.3
Expand Down

0 comments on commit 62b9e9c

Please sign in to comment.