Skip to content

v1.7.1

Choose a tag to compare

@finity-labs finity-labs released this 09 May 08:59

Fixed

  • MissingSettings exception during artisan boot when scheduled cleanup is registered before the fin-mail-logging settings have been migrated. The catch around app(LoggingSettings::class) didn't cover the lazy property access that actually triggers the load, so the exception escaped and broke package:discover and fin-mail:install in some setups (#13, thanks @devrizzz)

Notes

  • spatie/laravel-settings is now mentioned explicitly in the README as an auto-installed dependency

Full Changelog: v1.7.0...v1.7.1