codeigniter4-audits

Lightweight object logging for CodeIgniter 4

MIT License

Downloads
13.4K
Stars
13
Committers
3

Bot releases are hidden (Show)

codeigniter4-audits - Bugfix Update Errors Latest Release

Published by MGatner over 2 years ago

Fixes an issue where the auditUpdate event relied on type conversion and would fail or miss some audit instances.

What's Changed

Full Changelog: https://github.com/tattersoftware/codeigniter4-audits/compare/v1.1.2...v1.1.3

codeigniter4-audits - Bugfix Database Strict

Published by MGatner over 3 years ago

Fixes an issue where a -1 user ID would crash databases using strictOn with the unsigned field.

codeigniter4-audits - Entity

Published by MGatner over 3 years ago

Adds the missing Audit entity so AuditModel works correctly.

codeigniter4-audits - PHP 8 Support

Published by MGatner over 3 years ago

  • Adds support for PHP 8
  • Updates the development toolkit
  • Applies numerous fixes for static analysis
codeigniter4-audits - Bugfixes

Published by MGatner about 4 years ago

codeigniter4-audits - Bugfixes, clean up

Published by MGatner over 4 years ago

  • Fixed #1
  • Improved inline docs
  • Updated audit summaries to be more clear
  • Bump license date, PHP version
codeigniter4-audits - Compatibility updates, Bugfixes

Published by MGatner over 5 years ago

codeigniter4-audits - Bugfix: Callbacks return $data

Published by MGatner over 5 years ago

This release resolves an issue where actions following the afterInsert and afterUpdate event could have an incorrect set of data because the audit events were not returning $data as they should.

codeigniter4-audits - Initial release

Published by MGatner over 5 years ago