Releases: solvebeam/wp-hooks-documentor
Releases · solvebeam/wp-hooks-documentor
1.5.1
Changelog
Changed
- Removed the direct
symfony/polyfill-php80dependency, 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
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
Sinceconstructor 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.