You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [5.0.0] - 2023-01-27
8
8
9
9
### Changed
10
10
* 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
16
16
<config name="testVersion" value="7.4-"/>
17
17
```
18
18
* 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).
19
21
20
22
## [4.0.0] - 2022-12-08
21
23
@@ -167,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167
169
*[VariableAnalysis](https://github.com/sirbrillig/phpcs-variable-analysis) for problematic variable use.
168
170
*[Slevomat Coding Standard](https://github.com/slevomat/coding-standard) for PHP >=7 development.
0 commit comments