Skip to content

Releases: spatie/laravel-translatable

6.3.0

14 Jan 20:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...6.3.0

6.2.0

23 Dec 10:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

21 Oct 08:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.0...6.1.0

6.0.0

07 Mar 13:53
Compare
Choose a tag to compare
  • improved fallback customisations
  • modernized code base
  • drop support for Laravel 8

5.2.0

13 Jan 11:17
Compare
Choose a tag to compare
  • support Laravel 9

5.1.0

16 Dec 08:41
0e0bca4
Compare
Choose a tag to compare

What's Changed

  • Return any translation if neither preferred locale nor fallback locale found by @marvin-wtt in #312

New Contributors

Full Changelog: 5.0.3...5.1.0

5.0.3

04 Oct 15:00
06aa692
Compare
Choose a tag to compare
  • solve the string value issue in filterTranslations method (#300)

5.0.2

28 Sep 14:21
7ea25cf
Compare
Choose a tag to compare
  • specify locales in get translations method (#299)

5.0.1

15 Jul 10:30
c1c201f
Compare
Choose a tag to compare
  • fix return types of getTranslation (#286)

5.0.0

26 Mar 16:55
dee1a11
Compare
Choose a tag to compare
  • require PHP 8+
  • convert syntax to PHP 8
  • drop support for PHP 7.x
  • drop support for Laravel 6.x
  • implement spatie/laravel-package-tools