Laravel Translatable Versions Save

[Deprecated] A Laravel package for multilingual models

v10.0.0

4 years ago
  • Add Dimsav\Translatable\Locales helper class #574
  • Fix getRelationKey() #575
  • drop custom save method in favor of saved event listener #567

v9.5.0

4 years ago
  • Add isEmptyTranslatableAttribute() method to allow custom empty attribute decision logic #576

v9.4.0

5 years ago
  • add Laravel 5.8 support #550 & #556

v9.3.0

5 years ago
  • fix n+1 queries when updating non-translated model attributes #533

v9.2.0

5 years ago
  • Add support for Laravel 5.7 #518

v9.1.0

5 years ago
  • Do not call get translation with fallback locale and fallback enabled #502
  • Allow translateOrDefault() and translateOrNew() to default to user app locale #500
  • Change autoload translations behavior on runtime #501
  • Use fallback in attributesToArray() #503
  • Added orderByTranslation() scope #504
  • Example in doc for locale filtering in whereTranslation() scope #487
  • Fire saving event in every case #457
  • Allow to change default translation model namespace from config file #508

v9.0

6 years ago

v. 9.0

  • Added support for Laravel 5.6 #435

v8.1

6 years ago

v. 8.1

  • Fixed error when fallback not available. #422
  • Fixed withTranslation query scope performance #417
  • Fixed fallback for country-based locales #417
  • Fixed empty attribute values #410

v8.0

6 years ago

v. 8.0

  • Added support for Laravel 5.5 #394

v7.3

6 years ago

v. 7.3

  • Added compatibility with custom db connections. #366