Releases: Grimthorr/laravel-user-settings
Releases · Grimthorr/laravel-user-settings
2.1.2
Changed
- Store settings as
text
rather than json
in the default migration (merges #17, #18, #19 and fixes #16).
2.0.4
Changed
- Store settings as
text
rather than json
in the default migration (merges #17, #18, #19 and fixes #16).
1.1.2
Changed
- Store settings as
text
rather than json
in the default migration (merges #17, #18, #19 and fixes #16).
2.1.1
Changed
- Store settings as
json
rather than string
in the default migration (merges #14).
2.0.3
Fixed
- Fix
forget
function not working (fixes #5).
1.1.1
Fixed
- Fix
forget
function not working (fixes #5).
2.0.2
Changed
- Make use of Laravel's service container to correctly bind the
Setting
class as a singleton.
2.0.1
Fixed
- Fix directory structure as per changes for Laravel 5 packages (fixes #4).
2.0.0
Added
- Support for Laravel 5 (use version 1.x for Laravel 4).
- Helper function (
setting()
) for easy access to the Setting facade within a namespace.
Changed
- Master branch no longer supports Laravel 4.
- Config file provider adjusted for Laravel 5 support.