Skip to content

Releases: Astrotomic/laravel-translatable

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

v11.1.1

24 Jun 10:47
e64ad85
Compare
Choose a tag to compare
  • Add missing return type-hints - #16

v11.1.0

20 Jun 12:21
Compare
Choose a tag to compare
  • Add missing dependencies illuminate/contracts and illuminate/database - #9
  • Add \Astrotomic\Translatable\Contracts\Translatable interface
  • Split \Astrotomic\Translatable\Translatable into multiple traits - but use them in the main one
  • Add translation relationship - #3
  • Flag methods, not defined in interface as @internal
  • Rename getRelationKey() to getTranslationRelationKey() to prevent conflicts - the original one is @deprecated and will be dropped in next major release
  • Update the where translation scopes to unify them and remove duplicated code - #2