Releases: spatie/laravel-translatable
Releases · spatie/laravel-translatable
6.3.0
6.2.0
What's Changed
- Add Dependabot Automation by @patinthehat in #366
- Add PHP 8.2 Support by @patinthehat in #367
- Bump actions/checkout from 2 to 3 by @dependabot in #368
- Added whereLocale and whereLocales methods by @ahmetbarut in #370
New Contributors
- @dependabot made their first contribution in #368
Full Changelog: 6.1.0...6.2.0
6.1.0
What's Changed
- PHPUnit to Pest Converter by @freekmurze in #335
- Fix typo in "Getting and setting translations" by @sami-cha in #346
- Fix typo in advanced usage docs directory name by @greatislander in #347
- Fixed example for forgetAllTranslations() method. by @odeland in #348
- added locales method by @ahmetbarut in #361
New Contributors
- @sami-cha made their first contribution in #346
- @greatislander made their first contribution in #347
- @odeland made their first contribution in #348
- @ahmetbarut made their first contribution in #361
Full Changelog: 6.0.0...6.1.0
6.0.0
- improved fallback customisations
- modernized code base
- drop support for Laravel 8
5.2.0
- support Laravel 9
5.1.0
What's Changed
- Return any translation if neither preferred locale nor fallback locale found by @marvin-wtt in #312
New Contributors
- @marvin-wtt made their first contribution in #312
Full Changelog: 5.0.3...5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
- require PHP 8+
- convert syntax to PHP 8
- drop support for PHP 7.x
- drop support for Laravel 6.x
- implement
spatie/laravel-package-tools