Releases: hackeresq/laravel-settings
Releases · hackeresq/laravel-settings
Version 2.0.1
Major changes and new functionalities:
- Added semantic versioning and now supports Laravel 6.0
Possible breaking changes:
- none
Version 2.0
Major changes and new functionalities:
- Multi-tenant support
- Option to disable caching
Possible breaking changes:
- if you used the 'force' parameter as the second parameter in your ::set() methods prior to this version, you will need to update this to an array with a 'force' attribute as documented in the readme.
Version 1.3
Updated package to support Laravel 5.8
Version 1.2.1
minor fix to migration and config publishing
Version 1.2
renamed to follow laravel package naming conventions
Version 1.1
Added new feature that allows globally overriding "force" setting.
Version 1.0
update readme for clarity added contributing and bug reports section