github rawilk/laravel-settings v4.0.0

4 hours ago

What's Changed

  • feat: add Laravel 13 support by @BJTheCod3r in #96
  • PHP 8.5 support
  • Drop Laravel 10.x and 11.x support
  • Add cache ttl support
  • context_serializer is now defaulted to the KeyValueContextSerializer instead of the ContextSerializer class.
  • key_generator is now defaulted to the ReadableKeyGenerator instead of the Md5KeyGenerator class.
  • value_serializer is now defaulted to the JsonValueSerializer instead of the ValueSerializer class.
  • Rename DotNotationContextSerializer to KeyValueContextSerializer
  • No longer bind the Setting service as a singleton
  • Remove $teamForeignKey property from Setting model
  • Remove $default parameters from get() methods in drivers
  • Deprecate Md5KeyGenerator
  • Deprecate settings()->setTeamId() method

New Contributors

Full Changelog: v3.4.1...v4.0.0

Don't miss a new laravel-settings release

NewReleases is sending notifications on new releases.