Skip to content

Commit 28a8221

Browse files
committed
Add 1.5.1 changelog entry
Add a 1.5.1 changelog section (2026-04-07) documenting the removal of the direct symfony/polyfill-php80 dependency and the reliance on transitive resolution while keeping PHP 8.2+ as the minimum. Update the Unreleased comparison link and add the [1.5.1] release link.
1 parent d248030 commit 28a8221

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
-
1111

12+
## [1.5.1] - 2026-04-07
13+
### Changed
14+
- Removed the direct `symfony/polyfill-php80` dependency, now relying on transitive dependency resolution while keeping PHP 8.2+ as the minimum supported version.
15+
1216
## [1.5.0] - 2026-02-27
1317
### Added
1418
- Rector configuration and integration for automated code refactoring.
@@ -64,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6468
### Added
6569
- First Release.
6670

67-
[Unreleased]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.5.0...HEAD
71+
[Unreleased]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.5.1...HEAD
72+
[1.5.1]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.5.0...1.5.1
6873
[1.5.0]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.4.0...1.5.0
6974
[1.4.0]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.3.1...1.4.0
7075
[1.3.1]: https://github.com/solvebeam/wp-hooks-documentor/compare/1.3.0...1.3.1

0 commit comments

Comments
 (0)