Skip to content

Releases: spatie/laravel-settings

3.3.2

22 Mar 07:57
3950667
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.1...3.3.2

3.3.1

13 Mar 16:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.3.1

3.3.0

19 Feb 17:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.3...3.3.0

3.2.3

04 Dec 11:38
2cca592
Compare
Choose a tag to compare
  • Revert "Use Illuminate\Database\Eloquent\Casts\Json if possible" (#249)

3.2.2

01 Dec 15:24
ee792da
Compare
Choose a tag to compare
  • Use Illuminate\Database\Eloquent\Casts\Json if possible (#241)

3.2.1

15 Sep 12:14
9bd1f0d
Compare
Choose a tag to compare
  • Change provider tag name for config (#233)

3.2.0

05 Jul 12:22
4ac597f
Compare
Choose a tag to compare
  • Add support for database-less fakes

3.1.0

11 May 14:51
Compare
Choose a tag to compare
  • Add support for nullable enum properties
  • Updates to the upgrade guide

3.0.0

28 Apr 07:46
Compare
Choose a tag to compare
  • Allow repositories to update multiple settings at once (#213 )
  • The default location where searching for settings happens is now app_path('Settings') instead of app_path()
  • The default discovered_settings_cache_path is changed

2.8.3

30 Mar 12:49
9193603
Compare
Choose a tag to compare
  • Remove doctrine as a dependency