Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Releases: dimsav/laravel-translatable

v3.0.1

09 Mar 18:58
Compare
Choose a tag to compare

Fixed php version requirement in composer.json file.

v3.0.0

09 Mar 09:04
Compare
Choose a tag to compare
  • Fixed bug #7. Model's Translations were deleted when the model delete failed.

v2.0.0

11 Feb 23:18
Compare
Choose a tag to compare
  • Translatable is now a trait and can be used as add-on to your models.
  • 100% code coverage

v1.0.1

11 Feb 19:49
Compare
Choose a tag to compare

Updated docs and comments.