Skip to content

Releases: glorand/laravel-model-settings

4.2.1

14 Dec 09:02
Compare
Choose a tag to compare
  • PHP8 support

4.2.0

10 Dec 13:13
0a42afd
Compare
Choose a tag to compare
  • Refactor the work with default settings (flatten arrays)

4.1.0

03 Dec 16:28
Compare
Choose a tag to compare
  • Refactor unit tests

V4.0.2

01 Dec 13:47
1893237
Compare
Choose a tag to compare
Setup connection of the model in HasSettingsTableTrait (#76)

V4.0.1

18 Nov 13:50
2e49265
Compare
Choose a tag to compare
Update README.md (#73)

V4.0.0

10 Sep 21:38
170f167
Compare
Choose a tag to compare
  • Add support for Laravel 8
  • Drop support for Laravel 5.8 and lower
  • Drop support for PHP 7.1 and lower

V3.7.0

10 Sep 09:16
1e65f14
Compare
Choose a tag to compare

FIX: HasSettingsField now adheres to $connection override on model

V3.6.7

27 Aug 06:04
e16416f
Compare
Choose a tag to compare
Refactor (#63)

V3.6.6

25 Aug 20:34
e631777
Compare
Choose a tag to compare

default configs for a table in model_settings.php config file

V3.6.5

07 May 10:15
17292f6
Compare
Choose a tag to compare
  • code refactor
  • use Cache facade instead of cache() helper function