silverstripe-australia/datachange-tracker
This package is abandoned and no longer maintained.
The author suggests using the symbiote/silverstripe-datachange-tracker package instead.
There is no license information available for the latest version (5.0.3) of this package.
Record and track changes to any dataobjects. View chages/diffs in model admin.
Maintainers
Package info
github.com/silverstripe-australia/silverstripe-datachange-tracker
Type:silverstripe-module
pkg:composer/silverstripe-australia/datachange-tracker
5.0.3
2019-01-06 22:28 UTC
Requires
- silverstripe/framework: ~4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
Suggests
None
Provides
None
Conflicts
None
Replaces
Unknown License 4895935726ecb3209a502cfd63a4b2ccef7a9bf1
- Marcus Nyeholt <marcus.woop@symbiote.com.au>
This package is not auto-updated.
Last update: 2022-02-01 12:58:10 UTC
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 Total Downloads
👁 License
Compatible with SilverStripe 4
Maintainers
Description
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
Installation
Composer Install
composer require symbiote/silverstripe-datachange-tracker:~5.0
Requirements
- SilverStripe 4
Documentation
Version details
3.2.0
- Added pruning of data via queuedjobs
3.0.0
- Removed static DataChangeRecord::track() method
