Skip to content

Releases: robwilkerson/CakePHP-Audit-Log-Plugin

2.3.0: Merge pull request #120 from pedropuppim/master

09 Feb 21:19
e110155
Compare
Choose a tag to compare

Fixed: Audits not created for updated records that didn't have data set originally (#119 )

2.2.0

04 Oct 20:53
Compare
Choose a tag to compare
  • Added plugin syntax for model names. #117

2.1.1

22 Jan 03:36
Compare
Choose a tag to compare
  • 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

13 Oct 21:40
Compare
Choose a tag to compare

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

09 Sep 22:52
Compare
Choose a tag to compare

Includes Ravage84 Updates