Skip to content

Commit 2c16097

Browse files
Prepare release v1.23.0 (#271)
* Prepare release v1.23.0 * Update CHANGELOG.md * Update wiki submodule pointer for PR #271 --------- Co-authored-by: coisa <426835+coisa@users.noreply.github.com> Co-authored-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 25523c5 commit 2c16097

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

.github/wiki

Submodule wiki updated from c99c7cd to 170a0a7

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.23.0] - 2026-04-26
11+
1012
### Added
1113

1214
- Add a hybrid command runtime bootstrap and capability bridge that keeps command discovery split between migrated Symfony commands (`DevTools`) and legacy Composer `BaseCommand` commands (`DevToolsComposer`) while exposing proxy commands during Composer execution for the first migration step (#199)
1315

14-
### Changed
15-
16-
- Restore `standards:phpdoc` as the command entry point for PHPDoc checks while keeping
17-
the legacy aliases `docheader` and `php-cs-fixer`.
18-
- Remove the `phpdoc` alias from `reports:docs` to avoid command-name collisions with
19-
the standards PHPDoc check command.
20-
2116
## [1.22.3] - 2026-04-25
2217

2318
### Fixed
@@ -363,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363358
- Normalize workflow PHP extension setup and Git submodule path handling for synced repositories.
364359

365360

366-
[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.3...HEAD
361+
[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.23.0...HEAD
362+
[1.23.0]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.3...v1.23.0
367363
[1.22.3]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.2...v1.22.3
368364
[1.22.2]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.1...v1.22.2
369365
[1.22.1]: https://github.com/php-fast-forward/dev-tools/compare/v1.22.0...v1.22.1

0 commit comments

Comments
 (0)