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

Releases: dimsav/laravel-translatable

v7.2.1

07 Jun 12:25
Compare
Choose a tag to compare

v. 7.2.1

  • Fixed delete events not fired for translations. #361

v7.2

07 Jun 08:25
Compare
Choose a tag to compare

v. 7.2

  • Added replicateWithTranslations(). #346
  • Added orWhereTranslation and orWhereTranslationLike scopes. #338
  • Added support for laravel auto-discovery. #359
  • Added tag for publishing the config file. #360

v7.1

06 Jun 19:19
Compare
Choose a tag to compare

v. 7.1

  • Added fallback per attribute. #348
  • Added getTranslationsArray() #347
  • Fixed filling 'property:locale' format was not validating the locale. #356

v7.0

29 Jan 18:05
Compare
Choose a tag to compare

v7.0

  • Added compatibility with Laravel 5.4
  • Added default locale per model #271

v6.1

28 Jan 23:14
Compare
Choose a tag to compare

v. 6.1

  • Filling a model now supports using the 'property:locale' format in keys. #314 For example:
$country->fill(['name:en' => 'Belgium']);
  • Added config to skip translations in toArray() for better performance when needed. #315

v6.0.1

19 Aug 12:50
Compare
Choose a tag to compare
  • Fix issue when trying to fetch a translation with a country based locale #264

v6.0

17 Aug 14:57
Compare
Choose a tag to compare
  • Translated fillable properties should only be defined in the translation model.
    • To update from version 5, move all the fillable properties belonging to a translation to the corresponding translation models.
  • Added deleteTranslations() method for conveniently deleting translations

v5.6.1

17 Aug 07:45
Compare
Choose a tag to compare
  • Added support for Lumen without Facades #259
  • Added support for Model accessors #257
  • Updated code style and added styleci to enforce it

v5.6

21 Apr 22:14
Compare
Choose a tag to compare
  • Added scope notTranslatedIn() #235

v5.5.1

10 Apr 18:27
Compare
Choose a tag to compare
  • Fixed a bug in locale fallback on toArray()