Releases: spatie/laravel-settings
Releases · spatie/laravel-settings
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
2.3.3
2.3.2
2.3.1
- Add support for Laravel 9
- Fix cache implementation with casts
- Remove Psalm
- Add PHPStan
2.3.0
- 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