Astrotomic Laravel Translatable Versions Save

A Laravel package for multilingual models

v11.13.0

4 weeks ago

What's Changed

Full Changelog: https://github.com/Astrotomic/laravel-translatable/compare/v11.12.1...v11.13.0

v11.12.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Astrotomic/laravel-translatable/compare/v11.12.0...v11.12.1

v11.12.0

1 year ago

What's Changed

Full Changelog: https://github.com/Astrotomic/laravel-translatable/compare/v11.11.0...v11.12.0

v11.11.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Astrotomic/laravel-translatable/compare/v11.10.0...v11.11.0

v11.10.0

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

v11.9.1

3 years ago
  • Fix all methods visibility to allow customization - #198

v11.9.0

3 years ago
  • Add Laravel 8 support - #180

v11.8.3

3 years ago
  • Fix \Astrotomic\Translatable\Exception\LocalesNotDefinedException exception message

v11.8.2

3 years ago

v11.8.1

4 years ago
  • Fix custom locale column name in \Astrotomic\Translatable\Traits\Relationship::translation() method - #146