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

Releases: dimsav/laravel-translatable

v10.0.0

03 Jun 06:58
0980ddd
Compare
Choose a tag to compare
  • Add Dimsav\Translatable\Locales helper class #574
  • Fix getRelationKey() #575
  • drop custom save method in favor of saved event listener #567

v9.5.0

03 Jun 06:53
bf40613
Compare
Choose a tag to compare
  • Add isEmptyTranslatableAttribute() method to allow custom empty attribute decision logic #576

v9.4.0

28 Feb 08:13
Compare
Choose a tag to compare

v9.3.0

03 Feb 13:25
36c729f
Compare
Choose a tag to compare
  • fix n+1 queries when updating non-translated model attributes #533

v9.2.0

06 Sep 07:30
663774d
Compare
Choose a tag to compare
  • Add support for Laravel 5.7 #518

v9.1.0

07 Aug 13:20
c3e3cf6
Compare
Choose a tag to compare
  • 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

10 Feb 14:17
Compare
Choose a tag to compare

v. 9.0

  • Added support for Laravel 5.6 #435

v8.1

04 Jan 20:13
8bdcb62
Compare
Choose a tag to compare

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

01 Sep 18:40
Compare
Choose a tag to compare

v. 8.0

  • Added support for Laravel 5.5 #394

v7.3

18 Jun 14:00
Compare
Choose a tag to compare

v. 7.3

  • Added compatibility with custom db connections. #366