diff --git a/.github/wiki b/.github/wiki index d9b4ec921..3751f1e85 160000 --- a/.github/wiki +++ b/.github/wiki @@ -1 +1 @@ -Subproject commit d9b4ec9214202b274067d3e6deb18770447e97d1 +Subproject commit 3751f1e85cbbb350848e23dbd2d12dc0182b55f7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8790fdee1..dc9ea00ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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