Skip to content

Commit 0b3b521

Browse files
committed
v2.5.3
1 parent 3016d4f commit 0b3b521

File tree

3 files changed

+2340
-1772
lines changed

3 files changed

+2340
-1772
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Breaking changes are marked with ⚠️.
88

99
## [Unreleased]
1010

11+
## [v2.5.3] - 2025-05-17
12+
13+
**Fixed**
14+
15+
* Fix type hinting for PHP 8.4 by @bodny in https://github.com/tighten/ziggy/pull/816
16+
* Fix checking current route in strict mode by @bakerkretzmar in https://github.com/tighten/ziggy/pull/840
17+
1118
## [v2.5.2] - 2025-02-27
1219

1320
**Changed**
@@ -481,7 +488,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr
481488

482489
For previous changes see the [Releases](https://github.com/tighten/ziggy/releases) page.
483490

484-
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.5.2...HEAD
491+
[Unreleased]: https://github.com/tighten/ziggy/compare/v2.5.3...HEAD
492+
[v2.5.3]: https://github.com/tighten/ziggy/compare/v2.5.2...v2.5.3
485493
[v2.5.2]: https://github.com/tighten/ziggy/compare/v2.5.1...v2.5.2
486494
[v2.5.1]: https://github.com/tighten/ziggy/compare/v2.5.0...v2.5.1
487495
[v2.5.0]: https://github.com/tighten/ziggy/compare/v2.4.2...v2.5.0

0 commit comments

Comments
 (0)