Releases: atk4/audit
Releases · atk4/audit
1.2.1
What’s Changed
- fix compatibility (#35) @DarkSide666
- fix compatibility (#34) @DarkSide666
- fix compatibility (#33) @DarkSide666
- compatibility (#32) @DarkSide666
- Fix - BC Hook constants, Model ArrayAccess (#31) @abbadon1334
- Fix no audit if Field->never_persist = true (#30) @abbadon1334
- Some fixes and cleanup (#29) @abbadon1334
1.2.0
What’s Changed
- No changes
1.1.3: Merge pull request #27 from atk4/fix/logging-under-cli
New bump release
1.1.1
1.1.0
Fixed bugs:
- Problem with using fields of type 'array' in model #21
Closed issues:
Merged pull requests:
- Refactor and implement views #24 (@DarkSide666)
- don't log dsql expressions #22 (@DarkSide666)
- typo #20 (@PhilippGrashoff)
- Sample SQL for audit_log table in MySQL #19 (@PhilippGrashoff)
- drop php 5.5 and update phpunit #18 (@DarkSide666)
1.0
Closed issues:
- Add documentation #16
- Add undo feature. #13
- add support for "view" #11
- Add documentation and test for hook priorities #8
- Add support for custom user operations. #5
- custom messages possibly with tempalte #4
- Test multi-record reactive actions #3
- Add Audit log for insert and delete operations #2
- Basic audit on update. #1
Merged pull requests:
- Feature/add insert delete log #15 (@romaninsh)