Releases: danielme85/laravel-log-to-db
v4.1.1
Added support for Laravel 11, thanks @joostdebruijn! #61
v4.1.0
v4.0.0
Major release update to support Laravel 10 thanks to @saulens22.
Switched testing back to circle.ci (kind of works almost).
This update breaks backward compatibility do to monolog changes in Laravel 10.
See #52 for more info
v3.0.4
This is a maintenance release to avoid unsupported package installation on Laravel < 10
v3.0.3
Fix an issue with the service provider on Lumen 9.
Update and change the test environment.
v3.0.2
v3.0.1
Major release bump due to change in how the required SQL table migration file is included. Moved from integrated with ServiceContainer to a published resource. Creating an extra step in installation, however, should be more flexible and avoid conflicts when/if using custom tables or already having similar tables.
v2.4.2
Small maintenance update:
- Exception self-check fix.
- Update testing env to php7.3/7.4.
v2.4.1
Fixed issue with the log:delete command when using a custom Log model.
v2.4.0
Added support for Lumen.
Updated testing to Laravel 7.
Use string version of code trace on exceptions to avoid serialization of closures.