Skip to content

Releases: spatie/laravel-translatable

6.11.4

20 Feb 15:52
032d85b
Compare
Choose a tag to compare

6.11.3

14 Feb 14:46
2053c0c
Compare
Choose a tag to compare

What's Changed

  • Allow null value in translations if allowNullForTranslation is true by @dont-know-php in #488

New Contributors

Full Changelog: 6.10.2...6.11.3

6.10.2

03 Feb 08:49
6150f6d
Compare
Choose a tag to compare

What's Changed

  • Fix casts on initialization of HasTranslation by @thaqebon in #486

Full Changelog: 6.10.1...6.10.2

6.10.1

31 Jan 11:05
Compare
Choose a tag to compare

What's Changed

  • Handle null database values as null in translations by @alipadron in #479

Full Changelog: 6.10.0...6.10.1

6.10.0

31 Jan 11:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.9.3...6.10.0

6.9.3

16 Dec 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.9.2...6.9.3

6.9.2

11 Dec 09:51
Compare
Choose a tag to compare

What's Changed

  • Improve setAttribute to handle array list as value for translation by @alipadron in #469

Full Changelog: 6.9.1...6.9.2

6.9.1

11 Dec 09:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.9.0...6.9.1

6.9.0

09 Dec 16:28
Compare
Choose a tag to compare

What's Changed

  • PHP 8.4 deprecates implicitly nullable parameter types. by @selfsimilar in #458
  • Add .idea to .gitignore, PHP CS Fixer to dev dependencies, and rename PHP CS Fixer config by @alipadron in #466
  • Allow configuration for handling null and empty strings in translations (Fixes #456) by @alipadron in #465

New Contributors

Full Changelog: 6.8.0...6.9.0

6.8.0

24 Jul 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.7.1...6.8.0