What's Changed
Added
- Support for
spatie/laravel-activitylogv5 (#142, backport of #140). Attribute diffs are read fromattribute_changes, falling back toproperties.old/properties.attributesso v4 logs still render. Restore actions callwithoutLogging()andwithChanges()when those methods exist.
Apps moving to Spatie v5 still need Spatie's schema migration (attribute_changes column, drop batch_uuid). The subject_returns_soft_deleted_models config key is include_soft_deleted_subjects in v5.
Thanks @dandoingdev for the contribution!
Full Changelog: v2.0.5...v2.1.0