Skip to content

v3.0.0

Compare
Choose a tag to compare
@lkeijmel lkeijmel released this 20 Jun 13:03
· 18 commits to main since this release
31ac76c

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 the LoggableUser contract please update you code accordingly
  • change the usage of MinVWS\Logging\Laravel\Events\Logging\GeneralLogEvent to MinVWS\AuditLogger\Events\Logging\GeneralLogEvent
  • rename context to request to match other implementations of the audit-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