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 1, 2022
1 parent 218ae51 commit 345a234
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2022-12-01
### Changed
- Updated minimum WordPress version to `5.9`: https://codex.wordpress.org/Supported_Versions.
- Updated minimum PHP version to `8.0`: https://www.php.net/supported-versions.

### Fixed
- Error trim(): Passing null to parameter #1 ($string) of type string is deprecated on PHP 8.1. [#1](https://github.com/pronamic/wp-coding-standards/issues/1)

## [1.2.0] - 2022-04-12
### Changed
- We deviate from the WordPress Coding Standards and switch to the short array syntax.
Expand All @@ -31,7 +39,8 @@ 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/1.2.0...HEAD
[Unreleased]: https://github.com/pronamic/wp-coding-standards/compare/1.3.0...HEAD
[1.3.0]: https://github.com/pronamic/wp-coding-standards/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/pronamic/wp-coding-standards/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/pronamic/wp-coding-standards/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/pronamic/wp-coding-standards/releases/tag/1.0.0

0 comments on commit 345a234

Please sign in to comment.