Releases: translation/laravel
Releases · translation/laravel
Version 1.13
Fixes (bugs & defects):
- Bump
gettext/gettext
dependency to fix GetText parsing with Blade Component Tags (cf. #17 and php-gettext/Gettext#261)
Version 1.12
Fixes (bugs & defects):
- Relax Guzzle dependency to work with Laravel 8
Version 1.11
New features:
- Compatibility with Laravel 8
Version 1.10
New features:
- Compatibility with Laravel 7 and PHP 7.4
Version 1.9
New features:
- Add
ignored_key_prefixes
option (documentation). - Better API request error management.
Fixes (bugs & defects):
gettext_parse_paths
andgettext_locales_path
are now optional and will use the default values if not specified.
Version 1.8
Fixes (bugs & defects):
- Don't crash on sync when locale files don't contain a specific key for source editions, thanks @lsmith77
Version 1.7
New features:
- Laravel 6 compatibility (#14)
Version 1.6
Version 1.5
Fixes (bugs & defects):
- Increase the compatibility with Laravel 5.1 (maybe less).
Version 1.4
Fixes (bugs & defects):
- Fix important bug that didn't detect some existing translations when
php artisan translation:init
a new already-translated project.