File tree Expand file tree Collapse file tree 3 files changed +2340
-1772
lines changed Expand file tree Collapse file tree 3 files changed +2340
-1772
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Breaking changes are marked with ⚠️.
8
8
9
9
## [ Unreleased]
10
10
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
+
11
18
## [ v2.5.2] - 2025-02-27
12
19
13
20
** Changed**
@@ -481,7 +488,8 @@ See [UPGRADING](UPGRADING.md#upgrading-from-1x-to-2x) for detailed upgrade instr
481
488
482
489
For previous changes see the [ Releases] ( https://github.com/tighten/ziggy/releases ) page.
483
490
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
485
493
[ v2.5.2 ] : https://github.com/tighten/ziggy/compare/v2.5.1...v2.5.2
486
494
[ v2.5.1 ] : https://github.com/tighten/ziggy/compare/v2.5.0...v2.5.1
487
495
[ v2.5.0 ] : https://github.com/tighten/ziggy/compare/v2.4.2...v2.5.0
You can’t perform that action at this time.
0 commit comments