Releases: mcamara/laravel-localization
Releases · mcamara/laravel-localization
1.3.6
Fix #468 and #429 (#529)
When app is running in the console, we should use the default value of config('app.locale'), don't need to negotiator with the accept-language
v1.3.4
Added an option to exclude current locale from LaravelLocalization::getSupportedLocales
function.
Thanks to @chriys
v1.3.3
The language negotiator will convert the locale names into canonical …
v1.3.2
Fix issue when calling getLocalizedURL() on L5.5 (credits to leMaur)
1.2.7
Authorize Laravel 5.3 and 5.4 (#474)
Currently configuration fails with Laravel 5.4.*.
1.2.6
Update LaravelLocalizationViewPath.php (#452)
Changed namespace from 'App\Http\Middleware' to 'Mcamara\LaravelLocalization\Middleware'
1.2.5
v1.2.5
Added new middleware to dynamically use current locale as base-view-p…
1.2.4
v1.2.4
[#293] Cant switch to default language if hiding default locale in UR…
1.2.3
v1.2.3
Upgraded version and fixed tests