Skip to content

Releases: Astrotomic/laravel-translatable

v11.10.0

05 Feb 10:44

Choose a tag to compare

  • Drop PHP7 support
  • Drop Laravel 5.8 and 6 and 7 support
  • Add Laravel 9 support
  • Add PHP8.1 support

v11.9.1

19 Nov 14:11
d853a3c

Choose a tag to compare

  • Fix all methods visibility to allow customization - #198

v11.9.0

09 Sep 19:37

Choose a tag to compare

  • Add Laravel 8 support - #180

v11.8.3

08 Jul 17:22

Choose a tag to compare

  • Fix \Astrotomic\Translatable\Exception\LocalesNotDefinedException exception message

v11.8.2

24 Jun 10:59

Choose a tag to compare

Update .github/workflows/markdown-normalize.yml

v11.8.1

23 Apr 08:58

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

Choose a tag to compare

  • Add Laravel 7 support - #128

v11.7.1

27 Feb 11:09

Choose a tag to compare

  • Add .gitattributes to exclude files from archive - #126

v11.7.0

28 Jan 12:40

Choose a tag to compare

  • Add translateOrFail() method - #114

v11.6.1

06 Nov 09:13
f7b294c

Choose a tag to compare

  • Fix PHP translation cascade deletion - #105