Skip to content

Releases: solvebeam/wp-hooks-documentor

1.5.1

07 Apr 19:25
28a8221

Choose a tag to compare

Changelog

Changed

  • Removed the direct symfony/polyfill-php80 dependency, now relying on transitive dependency resolution while keeping PHP 8.2+ as the minimum supported version.

Full Changelog: v1.5.0...v1.5.1

v1.5.0 – Refactoring & Modernization Release

27 Feb 19:59
f1bb61b

Choose a tag to compare

What’s Changed in v1.5.0 (2026-02-27)

Added

  • Rector configuration and integration for automated code refactoring.
  • Nullable type hints to setters and Since constructor for improved type safety.

Changed

  • Refactored and improved codebase to align with modern PHP standards using Rector.
  • Updated Composer dependencies and requirements.
  • Updated documentation, including README and test documentation.
  • Improved and updated templates for documentation output.
  • Renamed CLI binary to wphd.

Fixed

  • Fixed SVG filename in logos documentation.
  • Various minor bug fixes and improvements across the codebase and tests.