Skip to content

v2.1.0

Choose a tag to compare

@jeffersongoncalves jeffersongoncalves released this 25 Sep 11:12

What's Changed

Added

  • Support for spatie/laravel-activitylog v5 (#142, backport of #140). Attribute diffs are read from attribute_changes, falling back to properties.old / properties.attributes so v4 logs still render. Restore actions call withoutLogging() and withChanges() 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