Skip to content

Commit

Permalink
Added mention of PHP 8.3 testing + the removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Dec 27, 2023
1 parent bfda6df commit 65a8441
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2023-12-28
### Added
* Tested against PHP 8.3. [#138], [#150]

### Changed
* All the source classes are now namespaced under `Yoast\WHIPv2`. The version number in the namespaced will be bumped up with every major version. [#157]
The classes have also been renamed to remove the `Whip_` prefix, and the folders' names have been capitalized to follow the PSR-4 standard.
* The `Requirement` interface now explicitly declares the following two additional methods: `version() ` and `operator()` and classes implementing the interface should ensure these methods are available. [#146]
* General housekeeping.

### Fixed
### Removed
* The deprecated `Whip_WPMessagePresenter:register_hooks()` method has been removed. [#158]

### Fixed
* Compatibility with PHP >= 8.2: prevent a deprecation notice about dynamic properties usage from being thrown in the `RequirementsChecker` class. [#117]

[#158]: https://github.com/Yoast/whip/pull/158
[#157]: https://github.com/Yoast/whip/pull/157
[#150]: https://github.com/Yoast/whip/pull/150
[#146]: https://github.com/Yoast/whip/pull/146
[#138]: https://github.com/Yoast/whip/pull/138
[#117]: https://github.com/Yoast/whip/pull/117

## [1.2.0] - 2021-07-20
Expand Down

0 comments on commit 65a8441

Please sign in to comment.