Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: Grimthorr/laravel-user-settings

2.1.2

08 Nov 15:10
Compare
Choose a tag to compare

Changed

  • Store settings as text rather than json in the default migration (merges #17, #18, #19 and fixes #16).

2.0.4

08 Nov 15:04
Compare
Choose a tag to compare

Changed

  • Store settings as text rather than json in the default migration (merges #17, #18, #19 and fixes #16).

1.1.2

08 Nov 15:04
Compare
Choose a tag to compare

Changed

  • Store settings as text rather than json in the default migration (merges #17, #18, #19 and fixes #16).

2.1.1

01 Aug 10:08
Compare
Choose a tag to compare

Changed

  • Store settings as json rather than string in the default migration (merges #14).

2.1.0

29 Dec 16:39
Compare
Choose a tag to compare

Changed

2.0.3

24 Mar 09:07
Compare
Choose a tag to compare

Fixed

  • Fix forget function not working (fixes #5).

1.1.1

24 Mar 09:04
Compare
Choose a tag to compare

Fixed

  • Fix forget function not working (fixes #5).

2.0.2

06 Mar 10:30
Compare
Choose a tag to compare

Changed

  • Make use of Laravel's service container to correctly bind the Setting class as a singleton.

2.0.1

05 Mar 16:07
Compare
Choose a tag to compare

Fixed

  • Fix directory structure as per changes for Laravel 5 packages (fixes #4).

2.0.0

02 Mar 12:24
Compare
Choose a tag to compare

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.