Releases: translation/laravel
Releases · translation/laravel
Version 1.23
Fixes (bugs & defects):
- Remove deprecation warning (#34).
Version 1.22
New features:
- Compatible with Laravel 10.
Fixes (bugs & defects):
- Make
gettext_locales_path
optional with fallback to currentpath.lang
/gettext directory (better default for Laravel >= 9)
Version 1.21
Fixes (bugs & defects):
- Use the main php-vcr repository again for tests. They now support Symfony 6 and newest Laravel versions: (cf. php-vcr/php-vcr#361).
Version 1.20
New features:
- Add user-friendly warnings when a not-valid JSON file failed to be loaded.
Version 1.19
Fixes (bugs & defects):
- Better code standards for generated PHP files (#31).
Version 1.18
Fixes (bugs & defects):
- Better support for Laravel 9 new default
lang
path (instead of previouslyresources/lang
path).
Version 1.17
New features:
- Support for Laravel 9
Version 1.16
Version 1.15
Fixes (bugs & defects):
- Better error management for errors like "SSL certificate problem" that don't have any response body.
Version 1.14
Fixes (bugs & defects):
- Bump
gettext/gettext
dependency to fix PHP 8 compatibility (cf. #22 and php-gettext/Gettext#266)