Skip to content

Releases: glorand/laravel-model-settings

V4.4.0

01 Nov 22:16
20dfb02
Compare
Choose a tag to compare
  • Validation system for settings data

V4.3.0

11 Oct 14:45
eccffb5
Compare
Choose a tag to compare
  • Using another method name other than settings()

V4.2.2

07 Apr 20:06
3ce84e2
Compare
Choose a tag to compare

fix: Parameter type

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