Releases: Astrotomic/laravel-translatable
Releases · Astrotomic/laravel-translatable
v11.9.0
- Add Laravel 8 support - #180
v11.8.3
- Fix
\Astrotomic\Translatable\Exception\LocalesNotDefinedException
exception message
v11.8.2
Update .github/workflows/markdown-normalize.yml
v11.8.1
- Fix custom locale column name in
\Astrotomic\Translatable\Traits\Relationship::translation()
method - #146
v11.8.0
- Add Laravel 7 support - #128
v11.7.1
- Add
.gitattributes
to exclude files from archive - #126
v11.7.0
- Add
translateOrFail()
method - #114
v11.6.1
- Fix PHP translation cascade deletion - #105
v11.6.0
- Drop PHP 7.1 support
- Drop Laravel 5.6 & 5.7 support
- Add PHP side translation cascade deletion - #98 (disabled by default)
v11.5.2
- Fix scope
orderByTranslation()
to return all translations - #72