Skip to content

Releases: hackeresq/laravel-settings

Version 2.0.1

09 Nov 03:06
1bc597d
Compare
Choose a tag to compare

Major changes and new functionalities:

  • Added semantic versioning and now supports Laravel 6.0

Possible breaking changes:

  • none

Version 2.0

29 Jun 09:28
ce8449d
Compare
Choose a tag to compare

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

27 Jun 21:47
be06c1a
Compare
Choose a tag to compare

Updated package to support Laravel 5.8

Version 1.2.1

17 Oct 01:04
10c8b83
Compare
Choose a tag to compare

minor fix to migration and config publishing

Version 1.2

10 Oct 16:39
Compare
Choose a tag to compare

renamed to follow laravel package naming conventions

Version 1.1

07 Oct 01:38
Compare
Choose a tag to compare

Added new feature that allows globally overriding "force" setting.

Version 1.0

28 Sep 15:13
Compare
Choose a tag to compare
update readme for clarity

added contributing and bug reports section