From e6c32dab3845c897b6ed6df0c3862bc3d72cbcd6 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:00:54 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d686f..e2ae47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.0.2] - 2023-12-13 +## [2.0.3] - 2023-12-13 - Updated to `PHPCSStandards/PHP_CodeSniffer` version `3.8`: https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/3.8.0. - Increased minimum WordPress version to `6.2`. - Increased minimum PHP version to `8.1`. +## [2.0.2] - 2023-11-02 +- Added ``. + ## [2.0.1] - 2023-09-11 - Changed config `minimum_supported_version` to `minimum_wp_version`: https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties. @@ -56,7 +59,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added relative exclude pattern `^wordpress/*` for the `wordpress` folder. - Added relative exclude pattern `^wp-content/*` for the `wp-content` folder. -[Unreleased]: https://github.com/pronamic/wp-coding-standards/compare/2.0.1...HEAD +[Unreleased]: https://github.com/pronamic/wp-coding-standards/compare/2.0.3...HEAD +[2.0.3]: https://github.com/pronamic/wp-coding-standards/compare/2.0.2...2.0.3 +[2.0.2]: https://github.com/pronamic/wp-coding-standards/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/pronamic/wp-coding-standards/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/pronamic/wp-coding-standards/compare/1.3.0...2.0.0 [1.3.0]: https://github.com/pronamic/wp-coding-standards/compare/1.2.0...1.3.0