Skip to content

Releases: Astrotomic/laravel-translatable

v11.9.0

09 Sep 19:37
Compare
Choose a tag to compare
  • Add Laravel 8 support - #180

v11.8.3

08 Jul 17:22
Compare
Choose a tag to compare
  • Fix \Astrotomic\Translatable\Exception\LocalesNotDefinedException exception message

v11.8.2

24 Jun 10:59
Compare
Choose a tag to compare
Update .github/workflows/markdown-normalize.yml

v11.8.1

23 Apr 08:58
Compare
Choose a tag to compare
  • Fix custom locale column name in \Astrotomic\Translatable\Traits\Relationship::translation() method - #146

v11.8.0

03 Mar 10:43
8bd84a3
Compare
Choose a tag to compare
  • Add Laravel 7 support - #128

v11.7.1

27 Feb 11:09
Compare
Choose a tag to compare
  • Add .gitattributes to exclude files from archive - #126

v11.7.0

28 Jan 12:40
Compare
Choose a tag to compare
  • Add translateOrFail() method - #114

v11.6.1

06 Nov 09:13
f7b294c
Compare
Choose a tag to compare
  • Fix PHP translation cascade deletion - #105

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