Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/wiki
Submodule wiki updated from d9b4ec to 3751f1
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.25.3] - 2026-05-11

### Fixed

- Improve self-update global/local scope detection by normalizing Composer home candidates with realpath fallback handling and `XDG_CONFIG_HOME` support, to avoid global installs accidentally running as local updates in symlinked or alternate Composer home environments (#335).
Expand Down Expand Up @@ -441,7 +443,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Normalize workflow PHP extension setup and Git submodule path handling for synced repositories.


[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.25.2...HEAD
[unreleased]: https://github.com/php-fast-forward/dev-tools/compare/v1.25.3...HEAD
[1.25.3]: https://github.com/php-fast-forward/dev-tools/compare/v1.25.2...v1.25.3
[1.25.2]: https://github.com/php-fast-forward/dev-tools/compare/v1.25.1...v1.25.2
[1.25.1]: https://github.com/php-fast-forward/dev-tools/compare/v1.25.0...v1.25.1
[1.25.0]: https://github.com/php-fast-forward/dev-tools/compare/v1.24.6...v1.25.0
Expand Down