Skip to content

Releases: spatie/laravel-settings

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)

2.3.2

25 Feb 08:53
7567685
Compare
Choose a tag to compare
  • Allow migrations without a value (#113)

2.3.1

04 Feb 09:03
Compare
Choose a tag to compare
  • Add support for Laravel 9
  • Fix cache implementation with casts
  • Remove Psalm
  • Add PHPStan

2.3.0

03 Dec 11:47
Compare
Choose a tag to compare
  • add support for PHP 8.1
  • add support for native PHP enums
  • add support for importing types within property annotations
  • remove Serializable interface from settings

2.2.0

22 Oct 11:56
Compare
Choose a tag to compare
  • add support for multiple migration paths (#92)