Releases: spatie/laravel-settings
Releases · spatie/laravel-settings
2.6.1
2.6.0
- Add support for caching on repository level
2.5.0
- 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
2.4.4
- 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
- add rollback to migration
2.4.2
2.4.1
2.4.0
What's Changed
- Add TTL config for settings cache by @AlexVanderbist in #122
New Contributors
- @AlexVanderbist made their first contribution in #122
Full Changelog: 2.3.3...2.4.0