Skip to content

Commit da615e5

Browse files
committed
Update changelog
1 parent 4b53728 commit da615e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [5.0.0] - 2023-01-27
88

99
### Changed
1010
* PHP: Remove `minimum_supported_wp_version` and `testVersion`.
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
<config name="testVersion" value="7.4-"/>
1717
```
1818
* PHP: Introduce `Required-Strict` ruleset for stricter rules.
19+
* PHP: Update slevomat/coding-standard from 8.6.4 to [8.8.0](https://github.com/slevomat/coding-standard/releases/tag/8.8.0).
20+
* PHP: Update sirbrillig/phpcs-variable-analysis from 2.11.9 to [2.11.10](https://github.com/sirbrillig/phpcs-variable-analysis/releases/tag/v2.11.10).
1921

2022
## [4.0.0] - 2022-12-08
2123

@@ -167,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167169
* [VariableAnalysis](https://github.com/sirbrillig/phpcs-variable-analysis) for problematic variable use.
168170
* [Slevomat Coding Standard](https://github.com/slevomat/coding-standard) for PHP >=7 development.
169171

170-
[Unreleased]: https://github.com/wearerequired/coding-standards/compare/4.0.0...HEAD
172+
[Unreleased]: https://github.com/wearerequired/coding-standards/compare/5.0.0...HEAD
173+
[5.0.0]: https://github.com/wearerequired/coding-standards/compare/4.0.0...5.0.0
171174
[4.0.0]: https://github.com/wearerequired/coding-standards/compare/3.0.0...4.0.0
172175
[3.0.0]: https://github.com/wearerequired/coding-standards/compare/2.2.0...3.0.0
173176
[2.2.0]: https://github.com/wearerequired/coding-standards/compare/2.1.0...2.2.0

0 commit comments

Comments
 (0)