All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.1.2 - 2016-11-08 14:31 GMT
- Store settings as
text
rather thanjson
in the default migration (merges #17, #18, #19 and fixes #16).
2.1.1 - 2016-08-01 11:06 GMT
- Store settings as
json
rather thanstring
in the default migration (merges #14).
2.1.0 - 2015-12-29 16:37 GMT
- Support for Laravel 5.2 (use version 2.0.x for Laravel <5.2) (fixes #9 and merges #10).
2.0.3 - 2015-03-24 08:44 GMT
- Fix
forget
function not working (fixes #5).
2.0.2 - 2015-03-06 10:27 GMT
- Make use of Laravel's service container to correctly bind the
Setting
class as a singleton.
2.0.1 - 2015-03-05 16:02 GMT
- Fix directory structure as per changes for Laravel 5 packages (fixes #4).
2.0.0 - 2015-03-02 11:35 GMT
- Support for Laravel 5 (use version 1.x for Laravel 4).
- Helper function (
setting()
) for easy access to the Setting facade within a namespace.
- Master branch no longer supports Laravel 4.
- Config file provider adjusted for Laravel 5 support.
1.1.0 - 2015-02-23 13:49 GMT
- Ability to specify a constraint on a per-call basis (see #2).
- Config file options have been changed to reflect the new constraint feature. Note: This change is backwards compatible; the old config file will work with this version, but the new feature will be disabled if 'constraint' is set. See readme for more details.
1.0.2 - 2015-01-21 16:34 GMT
- Check for authenticated user before getting the user ID in the default configuration file.
1.0.1 - 2015-01-21 11:58 GMT
- Function forget() not saving changes (fixes #1).
1.0.0 - 2015-01-21 11:03 GMT
- Initial release.