Releases: Astrotomic/laravel-translatable
Releases · Astrotomic/laravel-translatable
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
v11.5.1
- Fix
getTranslationByLocaleKey()
to use translation
relation if possible - #49
v11.5.0
- Add rule parsing to
\Astrotomic\Translatable\Validation\RuleFactory
- #56
v11.4.0
- Add Laravel 6 support - #52
v11.3.0
- Add
\Astrotomic\Translatable\Validation\RuleFactory
- #34
v11.2.1
- Fix duplicate checks of same locale - #40
v11.2.0
- Add auto fallback locale finder - #36
v11.1.3
- Fix conflict between attributes and locales during
fill()
- #38
v11.1.2
- Refactor
translation
relationship - #23