All notable changes to laravel-missing-page-redirector
will be documented in this file
- 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
- @hofmannsven made their first contribution in #86
- @chengkangzai made their first contribution in #85
- @it-can made their first contribution in #87
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.10.0...2.11.0
- Laravel 11.x Compatibility by @laravel-shift in #84
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.9.4...2.10.0
- 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
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.9.3...2.9.4
- Use Laravel container on private Router - closes #77 by @rodrigopedra in #78
- @rodrigopedra made their first contribution in #78
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.9.2...2.9.3
- remove Str::of for Laravel 6 compatibility by @chrisGeonet in #76
- @chrisGeonet made their first contribution in #76
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.9.1...2.9.2
- use
Str
class instead ofstr
helper function
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.9.0...2.9.1
- Add support for wildcard route parameters that span multiple route segments (
/old/*
->/new/{wildcard}
)
Full Changelog: https://github.com/spatie/laravel-missing-page-redirector/compare/2.8.0...2.9.0
- prep for Octane
- add support for PHP 8
- add support for Laravel 8
- add support for Laravel 7
- add support for Laravel 6
- drop support for PHP 7.1 and below
- drop support for Laravel 5.7 and below
- add support for Laravel 5.8
- fix for PHP 7.3
- Added: Laravel 5.7 compatibility
- Fixed: Optional parameters not working as expected (#44)
- Added: an event will get fired when a route was not found
- Added: Laravel 5.6 compatibility
- Added: Response code to
RouteWasHit
event
- Added: Allow redirects to be enable on a status code basis
- Added: Laravel 5.5 compatibility
- Removed: Dropped support for older Laravel versions
- Changed: Renamed config file from
laravel-missing-page-redirector
tomissing-page-redirector
- Refactored tests
- Added:
RouteWasHit
event
- Added: Laravel 5.4 compatibility
- Removed: Dropped support for older Laravel versions
- Added: Support for determining http status code for a redirect
- Initial release