Skip to content

Releases: spatie/laravel-settings

2.6.1

06 Jan 09:10
Compare
Choose a tag to compare
  • Add current date to the settings migration file (#178)
  • Add command to make new settings (#181)

2.6.0

24 Nov 10:28
62009ff
Compare
Choose a tag to compare
  • Add support for caching on repository level

2.5.0

10 Nov 09:29
Compare
Choose a tag to compare
  • Remove deprecated package
  • Add laravel data cast
  • Add support for PHP 8.2
  • Remove PHP 7.4 support
  • Remove dto cast from default config

2.4.5

28 Sep 14:10
f16a8d2
Compare
Choose a tag to compare
  • Add deleteIfExists() method to migrator (#154)

2.4.4

07 Sep 15:15
Compare
Choose a tag to compare
  • cache encrypted settings

Please, be sure to clear your cache since settings classes with encrypted properties will crash due to the cached versions missing a proper encrypted version of the property. Clearing and caching again after installing this version resolves this problem and is something you probably should always do when deploying to production!

2.4.3

10 Aug 15:40
9568c61
Compare
Choose a tag to compare
  • add rollback to migration

2.4.2

17 Jun 07:53
a182861
Compare
Choose a tag to compare
  • use Facade imports instead of aliases (#132)

2.4.1

07 Apr 13:31
1437869
Compare
Choose a tag to compare
  • Switch to using scoped instances instead of singletons (#129)

2.4.0

22 Mar 09:53
2ed608b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.3...2.4.0

2.3.3

18 Mar 15:07
6ab54be
Compare
Choose a tag to compare
  • fix debug info method
  • convert PHPUnit to Pest (#118)