Releases: tattersoftware/codeigniter4-audits
Releases · tattersoftware/codeigniter4-audits
Bugfix Update Errors
Fixes an issue where the auditUpdate
event relied on type conversion and would fail or miss some audit instances.
What's Changed
Full Changelog: v1.1.2...v1.1.3
Bugfix Database Strict
Fixes an issue where a -1
user ID would crash databases using strictOn
with the unsigned
field.
Entity
PHP 8 Support
- Adds support for PHP 8
- Updates the development toolkit
- Applies numerous fixes for static analysis
Bugfixes
Bugfixes, clean up
- Fixed #1
- Improved inline docs
- Updated audit summaries to be more clear
- Bump license date, PHP version
Compatibility updates, Bugfixes
v1.0.3 Bugfix trait empty delete errors
Bugfix: Callbacks return $data
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.
Initial release
v1.0.0 Fix Composer package name