Releases: robwilkerson/CakePHP-Audit-Log-Plugin
Releases · robwilkerson/CakePHP-Audit-Log-Plugin
2.3.0: Merge pull request #120 from pedropuppim/master
Fixed: Audits not created for updated records that didn't have data set originally (#119 )
2.2.0
- Added plugin syntax for model names. #117
2.1.1
- Fixed bug that caused undefined index notice on nested call (see #97)
- Updated Tests
- Removed outdated Schema file
Thanks goes to ravage84 for his contributions
2.1.0
Fixes include:
- Do not act on the AuditLog related models
- Save empty-ish values on create
- Updates to tests
- Skip actions if no ID was given on delete
- Added Models for Audit and AuditDelta
And more minor fixes
2.0.1
Includes Ravage84 Updates