Releases: Laravel-Lang/routes
Releases · Laravel-Lang/routes
1.7.0
Added
- Added Laravel 12 support by @andrey-helldar in #21
1.6.0
Added
- Added the installation of the session key when it is detected by @andrey-helldar in #24
Fixed
- Fixed determination of localization by the heading by @andrey-helldar in #25
- Fixed header locale detection by @andrey-helldar in #23
- Fixed tests by @andrey-helldar in #22
1.5.0
Fixed
- Replaced the UrlGenerator override with the
localizedRoute
method by @andrey-helldar in #20
1.4.0
Added
- Added automatic forwarding of the localization parameter when calling group methods by @andrey-helldar in #19
1.3.0
Added
- Added new
LocalizationByModel
middleware by @andrey-helldar in #17
1.2.0
Added
- Added
localizedGroup
macro forRoute
facade by @andrey-helldar in #15 - Added helper for accessing parameter names by @andrey-helldar in #11
- Adding route groups with a locale prefix by @andrey-helldar in #12
Fixed
- Fixed bug of applying
LocalizationBySession
middleware without session by @andrey-helldar in #13 - Fixed parameter transfer to the controller by @andrey-helldar in #14
- Fixed route redirection by @andrey-helldar in #16
1.1.1
1.1.0
Added
- Added
LocaleHasBeenSetEvent
event by @andrey-helldar in #8
Fixed
- Added missing statements by @andrey-helldar in #7
- Fixed redirect error without
locale
parameter by @andrey-helldar in #9
1.0.0
Added
- First Release Candidate by @andrey-helldar in #1
- Added support for PHP 8.1 by @andrey-helldar in #4
Changed
- Middleware renamed to more appropriate names by @andrey-helldar in #6
- Removed unnecessary service provider by @andrey-helldar in #3
1.0-RC2
Added
- Added support for PHP 8.1 by @andrey-helldar in #4
Changed
- Removed unnecessary service provider by @andrey-helldar in #3