Releases: hackerESQ/laravel-settings
Releases · hackerESQ/laravel-settings
Version 3.2.1
Version 3.2.0
This new version enables casting to native PHP array or boolean values. There is a new cast
option available in the settings.php config file.
Version 3.1.0
This new version encodes arrays to json by default.
Version 3.0.6
This new release adds support for Laravel 9.
Version 3.0.5
This new release adds the following features:
- Adds new ability to have default settings on
get()
method
Version 3.0.4
Changes:
- Adds tests - can be run with
composer test
- Migration titles have been updated (but content stays the same)
- Removed force global option in favor of the
fillable
config option (more in line with Laravel) - Removed local force option (moved to method) - can now be called fluently with
force()
instead of as an options array - Additional clean up for docs for above changes
Upgrade:
- before upgrading, update to the new HackerESQ\Settings namespace wherever you call this package.
Version 3.0.3
hot fix reverts removal of doctrine/dbal + corrupted composer.json file
Changes:
- creates new
tenant()
method instead of using the options param - supports laravel 8.0
- cleans up docs
- fixes some migration issues (like #9)
Upgrade:
- before upgrading, update your settings calls to use the new
tenant()
method.
Version 3.0.2
hot fix reverts removal of doctrine/dbal + fixes corrupted composer.json
Changes:
- creates new
tenant()
method instead of using the options param - supports laravel 8.0
- cleans up docs
- fixes some migration issues (like #9)
Upgrade:
- before upgrading, update your settings calls to use the new
tenant()
method.
Version 3.0.1
hot fix reverts removal of doctrine/dbal
Changes:
- creates new
tenant()
method instead of using the options param - supports laravel 8.0
- cleans up docs
- fixes some migration issues (like #9)
Upgrade:
- before upgrading, update your settings calls to use the new
tenant()
method.
Version 3.0.0
Changes:
- creates new
tenant()
method instead of using the options param - supports laravel 8.0
- cleans up docs
- fixes some migration issues (like #9)
Upgrade:
- before upgrading, update your settings calls to use the new
tenant()
method.