Releases: spatie/laravel-missing-page-redirector
Releases · spatie/laravel-missing-page-redirector
2.11.1
2.11.0
What's Changed
- Update README.md by @hofmannsven in #86
- Update README.md by @chengkangzai in #85
- fix php8.4 nullable is deprecated by @it-can in #87
New Contributors
- @hofmannsven made their first contribution in #86
- @chengkangzai made their first contribution in #85
- @it-can made their first contribution in #87
Full Changelog: 2.10.0...2.11.0
2.10.0
2.9.4
What's Changed
- Refactor tests to Pest by @alexmanase in #79
- Add PHP 8.2 Support by @patinthehat in #80
- Laravel 10.x Compatibility by @laravel-shift in #81
New Contributors
- @alexmanase made their first contribution in #79
- @patinthehat made their first contribution in #80
Full Changelog: 2.9.3...2.9.4
2.9.3
What's Changed
- Use Laravel container on private Router - closes #77 by @rodrigopedra in #78
New Contributors
- @rodrigopedra made their first contribution in #78
Full Changelog: 2.9.2...2.9.3
2.9.2
What's Changed
- remove Str::of for Laravel 6 compatibility by @chrisGeonet in #76
New Contributors
- @chrisGeonet made their first contribution in #76
Full Changelog: 2.9.1...2.9.2
2.9.1
- use
Str
class instead ofstr
helper function
Full Changelog: 2.9.0...2.9.1
2.9.0
- Add support for wildcard route parameters that span multiple route segments (
/old/*
->/new/{wildcard}
)
Full Changelog: 2.8.0...2.9.0
2.8.0
- Add support for Laravel 9
Full Changelog: 2.7.3...2.8.0
2.7.3
- allow spatie/url v2