Skip to content

Commit 7684632

Browse files
AlexVanderbistgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 05159fa commit 7684632

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `laravel-missing-page-redirector` will be documented in this file
44

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+
511
## 2.7.2 - 2021-04-06
612

713
- prep for Octane
@@ -23,49 +29,62 @@ All notable changes to `laravel-missing-page-redirector` will be documented in t
2329
- add support for Laravel 6
2430

2531
## 2.4.0 - 2019-02-27
32+
2633
- drop support for PHP 7.1 and below
2734
- drop support for Laravel 5.7 and below
2835

2936
## 2.3.4 - 2019-02-27
37+
3038
- add support for Laravel 5.8
3139

3240
## 2.3.3 - 2018-12-29
41+
3342
- fix for PHP 7.3
3443

3544
## 2.3.2 - 2018-08-27
45+
3646
- Added: Laravel 5.7 compatibility
3747

3848
## 2.3.1 - 2018-08-14
3949

4050
- Fixed: Optional parameters not working as expected (#44)
4151

4252
## 2.3.0 - 2018-05-02
53+
4354
- Added: an event will get fired when a route was not found
4455

4556
## 2.2.0 - 2018-02-08
57+
4658
- Added: Laravel 5.6 compatibility
4759

4860
## 2.1.1 - 2017-10-19
61+
4962
- Added: Response code to `RouteWasHit` event
5063

5164
## 2.1.0 - 2017-09-09
65+
5266
- Added: Allow redirects to be enable on a status code basis
5367

5468
## 2.0.0 - 2017-08-31
69+
5570
- Added: Laravel 5.5 compatibility
5671
- Removed: Dropped support for older Laravel versions
5772
- Changed: Renamed config file from `laravel-missing-page-redirector` to `missing-page-redirector`
5873
- Refactored tests
5974

6075
## 1.3.0 - 2017-06-11
76+
6177
- Added: `RouteWasHit` event
6278

6379
## 1.2.0 - 2017-01-23
80+
6481
- Added: Laravel 5.4 compatibility
6582
- Removed: Dropped support for older Laravel versions
6683

6784
## 1.1.0 - 2016-10-27
85+
6886
- Added: Support for determining http status code for a redirect
6987

7088
## 1.0.0 - 2016-10-14
89+
7190
- Initial release

0 commit comments

Comments
 (0)