What's Changed
- Read Audit Implementation from Auditable by @erikn69 in #874
- Fix Laravel 11 event auto-discovery by registering listeners in AuditingServiceProvider by @onlime in #916
- Add config to allow records array values by @rizkypujiraharja in #915
- Fix DispatchAudit Serialization Problems by @erikn69 in #893
- 12.x EOL by @erikn69 in #934
- Avoid only using
id
as audit model primary key by @erikn69 in #933 - Add
withoutAuditing()
callback method to temporarily disable auditing for one class by @derekmd in #917 - Globally disable auditing on
withoutAuditing()
by @erikn69 in #938 - feat (Auditable): customized relationship for Attach, Detach and Sync by @wilianx7 in #921
- Added
auditSyncWithPivotValues
method by @erikn69 in #939
New Contributors
- @onlime made their first contribution in #916
- @rizkypujiraharja made their first contribution in #915
- @tricki made their first contribution in #929
- @derekmd made their first contribution in #935
- @wilianx7 made their first contribution in #921
Full Changelog: v13.6.5...v13.6.6