Releases: mcamara/laravel-localization
Releases · mcamara/laravel-localization
v2.2.1
What's Changed
- fix: custom translator not receiving updated locale by @jordyvanderhaegen in #919
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- chore: solve PHPUnit 10 deprecations by @jordyvanderhaegen in #918
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Update README.md for Laravel 11 by @Oleksandr-Moik in #900
- add docs to loadCacheRoutes in RouteServiceProvider by @ahmedabdel3al in #902
- Improve tests by @jordyvanderhaegen in #914
- chore: replace unavailable badges by @jordyvanderhaegen in #915
- docs: remove chat badge by @jordyvanderhaegen in #916
- Updated link to appropriate installation section by @CharlieBrownCharacter in #909
- chore: update PHP and Laravel version requirements by @jordyvanderhaegen in #917
New Contributors
- @Oleksandr-Moik made their first contribution in #900
- @ahmedabdel3al made their first contribution in #902
- @CharlieBrownCharacter made their first contribution in #909
Full Changelog: v2.0.1...v2.1.0
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