Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@enricobattocchi enricobattocchi released this 28 Dec 09:15
· 6 commits to main since this release

[2.0.0] - 2023-12-28

Added

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.

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
  • Security hardening: added sanitization to the notification dismiss action. #131