v3.0.0
Breaking changes
This package will now use the audit-logger and there for all duplicate code and events are deleted to use the base package.
- duplicate code that has overlap with the audit-logger has been removed. So if your depending on events located in
MinVWS\Logging\Laravel\Events\Logging\*
or theLoggableUser
contract please update you code accordingly - change the usage of
MinVWS\Logging\Laravel\Events\Logging\GeneralLogEvent
toMinVWS\AuditLogger\Events\Logging\GeneralLogEvent
- rename
context
torequest
to match other implementations of theaudit-logger
- project specific code is removed, (fixes #48) e.g.:
'uzi_number' / $user?->uzi_number 'organisation_id' / $user?->organisation_id 'ggd_region'```
What's Changed
- feat: drop support for PHP 8.0 and Laravel<10. Add support for Laravel 11 and update some of the related packages by @lkeijmel in #50
- Update phpunit/phpunit requirement from ^9.5 to ^9.5 || ^10.0 by @dependabot in #51
- Use minvws\audit-logger by @lkeijmel in #52
New Contributors
Full Changelog: v2.2.0...v3.0.0