Releases: outl1ne/nova-settings
Releases · outl1ne/nova-settings
4.0.3
Changed
- Changed
empty
check to isset
when loading settings to allow negative but defined values.
3.5.5
Changed
- Changed
empty
check to isset
when loading settings to allow negative but defined values.
4.0.0
Added
- Nova 4 support
- Fully compatible with light and dark modes
Changed
- Dropped Laravel 7 and 8 support
- Dropped PHP 7.X support
- Dropped Nova 3 support
3.5.3
Changed
- Fixed authorization check using wrong model (thanks to @dimitri-koenig)
- Updated packages
3.5.2
Added
- Added authorizations support to Settings model (view and update policies/gates work)
Changed
- Use fake object instead of array when passing data to the resolve function of fields (thanks to @vaiil)
3.5.1
Changed
- Improved fetching of settings to improve extendability (thanks to @dimitri-koenig)
- Updated packages
3.5.0
Changed
nova_get_settings
returns keys that are not defined #96
- Previously keys, that were not defined, were not returned.
- Key value will be
null
unless a default value is provided.
Added
nova_get_settings
now accepts [key => value]
array of defaults. #96