Skip to content

v14.0.0

Latest
Compare
Choose a tag to compare
@willpower232 willpower232 released this 26 Feb 16:47
f92602d

This package now supports PHP >= 8.2 and Laravel >= 11. Deprecated code has been removed.

Breaking Change

If you are using custom auditing, you will almost definitely need to change Event::dispatch(AuditCustom::class, [$yourModel]); to Event::dispatch(new AuditCustom($yourModel));

What's Changed

New Contributors

Full Changelog: v13.7.0...v14.0.0