Skip to content

Releases: Astrotomic/laravel-translatable

v11.6.0

01 Nov 11:37
631e447
Compare
Choose a tag to compare
  • 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

09 Oct 08:25
Compare
Choose a tag to compare
  • Fix scope orderByTranslation() to return all translations - #72

v11.5.1

05 Sep 14:01
078a22e
Compare
Choose a tag to compare
  • Fix getTranslationByLocaleKey() to use translation relation if possible - #49

v11.5.0

05 Sep 13:40
0d49fff
Compare
Choose a tag to compare
  • Add rule parsing to \Astrotomic\Translatable\Validation\RuleFactory - #56

v11.4.0

04 Sep 06:51
cce61b3
Compare
Choose a tag to compare
  • Add Laravel 6 support - #52

v11.3.0

07 Aug 10:12
9bf19f5
Compare
Choose a tag to compare
  • Add \Astrotomic\Translatable\Validation\RuleFactory - #34

v11.2.1

07 Aug 09:53
34e7377
Compare
Choose a tag to compare
  • Fix duplicate checks of same locale - #40

v11.2.0

07 Aug 08:55
9f834d2
Compare
Choose a tag to compare
  • Add auto fallback locale finder - #36

v11.1.3

02 Aug 07:29
720eaeb
Compare
Choose a tag to compare
  • Fix conflict between attributes and locales during fill() - #38

v11.1.2

16 Jul 09:53
a048bf4
Compare
Choose a tag to compare
  • Refactor translation relationship - #23