Commit 7684632 1 parent 05159fa commit 7684632 Copy full SHA for 7684632
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-missing-page-redirector ` will be documented in this file
4
4
5
+ ## 2.9.0 - 2022-04-21
6
+
7
+ - Add support for wildcard route parameters that span multiple route segments (` /old/* ` -> ` /new/{wildcard} ` )
8
+
9
+ ** Full Changelog** : https://github.com/spatie/laravel-missing-page-redirector/compare/2.8.0...2.9.0
10
+
5
11
## 2.7.2 - 2021-04-06
6
12
7
13
- prep for Octane
@@ -23,49 +29,62 @@ All notable changes to `laravel-missing-page-redirector` will be documented in t
23
29
- add support for Laravel 6
24
30
25
31
## 2.4.0 - 2019-02-27
32
+
26
33
- drop support for PHP 7.1 and below
27
34
- drop support for Laravel 5.7 and below
28
35
29
36
## 2.3.4 - 2019-02-27
37
+
30
38
- add support for Laravel 5.8
31
39
32
40
## 2.3.3 - 2018-12-29
41
+
33
42
- fix for PHP 7.3
34
43
35
44
## 2.3.2 - 2018-08-27
45
+
36
46
- Added: Laravel 5.7 compatibility
37
47
38
48
## 2.3.1 - 2018-08-14
39
49
40
50
- Fixed: Optional parameters not working as expected (#44 )
41
51
42
52
## 2.3.0 - 2018-05-02
53
+
43
54
- Added: an event will get fired when a route was not found
44
55
45
56
## 2.2.0 - 2018-02-08
57
+
46
58
- Added: Laravel 5.6 compatibility
47
59
48
60
## 2.1.1 - 2017-10-19
61
+
49
62
- Added: Response code to ` RouteWasHit ` event
50
63
51
64
## 2.1.0 - 2017-09-09
65
+
52
66
- Added: Allow redirects to be enable on a status code basis
53
67
54
68
## 2.0.0 - 2017-08-31
69
+
55
70
- Added: Laravel 5.5 compatibility
56
71
- Removed: Dropped support for older Laravel versions
57
72
- Changed: Renamed config file from ` laravel-missing-page-redirector ` to ` missing-page-redirector `
58
73
- Refactored tests
59
74
60
75
## 1.3.0 - 2017-06-11
76
+
61
77
- Added: ` RouteWasHit ` event
62
78
63
79
## 1.2.0 - 2017-01-23
80
+
64
81
- Added: Laravel 5.4 compatibility
65
82
- Removed: Dropped support for older Laravel versions
66
83
67
84
## 1.1.0 - 2016-10-27
85
+
68
86
- Added: Support for determining http status code for a redirect
69
87
70
88
## 1.0.0 - 2016-10-14
89
+
71
90
- Initial release
You can’t perform that action at this time.
0 commit comments