Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 13, 2023
1 parent abf204c commit e6c32da
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<rule ref="Generic.Arrays.DisallowLongArraySyntax" />`.

## [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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e6c32da

Please sign in to comment.