Releases: glorand/laravel-model-settings
Releases · glorand/laravel-model-settings
V4.4.0
- Validation system for settings data
V4.3.0
- Using another method name other than settings()
4.2.0
- Refactor the work with default settings (flatten arrays)
V4.0.2
Setup connection of the model in HasSettingsTableTrait (#76)
V4.0.0
- Add support for Laravel 8
- Drop support for Laravel 5.8 and lower
- Drop support for PHP 7.1 and lower
V3.7.0
FIX: HasSettingsField now adheres to $connection override on model