Compatible with SilverStripe 4
Record and track changes and deletes of any dataobjects. View changes/diffs in model admin.
Additionally, track add/remove of items in many_many relationships
Composer Install
composer require symbiote/silverstripe-datachange-tracker:~5.0
- SilverStripe 4
3.2.0
- Added pruning of data via queuedjobs
3.0.0
- Removed static DataChangeRecord::track() method