Skip to content

v0.12.6

Compare
Choose a tag to compare
@justlevine justlevine released this 07 Apr 09:21
· 53 commits to main since this release
d1fa369

This minor release adds explicit support for PHP 8.2 and WordPress 6.5 - including the new Plugin Dependency header. Additionally, we've updated the Composer dependencies, and improved code quality and type safety.

What's Changed

  • feat: Add plugin dependency header.
  • chore: Update Composer deps and lint.
  • chore: Lock WPBrowser to <3.5.0 to prevent conflicts with Codeception.
  • chore: Implement strict PHPStan rules and fix resulting issues.
  • chore: Add traversable type hints throughout the codebase.
  • tests: Lint tests.
  • ci: Update GitHub Actions to latest versions.
  • ci: Test plugin compatibility with WordPress 6.5.0.
  • ci: Test plugin compatibility with PHP 8.2.

Full Changelog: v0.12.5...v0.12.6