Skip to content

Releases: spatie/laravel-translatable

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

4.6.0

19 Nov 14:21
5900d60
Compare
Choose a tag to compare
  • add support for PHP 8.0 (#241)
  • drop support for Laravel 5.8 (#241)

4.5.2

22 Oct 13:52
73e5c92
Compare
Choose a tag to compare

4.5.1

22 Oct 11:43
6a9dc24
Compare
Choose a tag to compare
  • use string casting for translatable columns (#235)

4.5.0

03 Oct 11:00
3af4a71
Compare
Choose a tag to compare
  • add replaceTranslations method (#231)