Releases: mcamara/laravel-localization
Releases · mcamara/laravel-localization
2.0.1
- Laravel 11 compatibility
- Support contextual binding (#879)
- For guidance on the upgrade process, please refer to the UPGRADING.md file.
1.8.0
1.7.0
1.6.2
1.6.1
Support Laravel < 6 for Illuminate\Support\Env usage (#750) * Use Env::get instead of env It conflicts with other `env()` global functions (such as CakePHP), and most of them don't handle closures. * Support Laravel < 6 for Illuminate\Support\Env usage Fixed `env()` and `Illuminate\Support\Env` usage to support Laravel < 6
1.6.0
Version 1.5.0
- Compatibility with Laravel 7.x
Version 1.4.8
- Added
en_CA
to the default config file by @xitude
Version 1.4.7
Add translatable route parameters (#676) * Add new Interface for translating RouteParameter * Add instructions to use translatable route paramters * Add route-model-binding to translatable slugs * Correct Interface path in Readme * Fixes PSR2 for new test method * Update Readme Add example for route-model-binding
Version 1.4.6
Fix missing import in LocaleCookieRedirect (#674) * Add missing import for LanguageNegotiator * Fix formatting