Skip to content

Releases: tattersoftware/codeigniter4-audits

Bugfix Update Errors

21 Jun 21:06
248d904
Compare
Choose a tag to compare

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

27 May 20:01
63f0a87
Compare
Choose a tag to compare

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

Entity

08 Apr 19:52
fef2498
Compare
Choose a tag to compare

Adds the missing Audit entity so AuditModel works correctly.

PHP 8 Support

28 Jan 18:33
afb733d
Compare
Choose a tag to compare
  • Adds support for PHP 8
  • Updates the development toolkit
  • Applies numerous fixes for static analysis

Bugfixes

03 Sep 17:03
55c0431
Compare
Choose a tag to compare
Merge pull request #3 from tattersoftware/tests

Add test scaffold and first test

Bugfixes, clean up

11 Feb 15:55
29a331a
Compare
Choose a tag to compare
  • Fixed #1
  • Improved inline docs
  • Updated audit summaries to be more clear
  • Bump license date, PHP version

Compatibility updates, Bugfixes

03 Jul 15:44
Compare
Choose a tag to compare
v1.0.3

Bugfix trait empty delete errors

Bugfix: Callbacks return $data

12 Jun 16:55
Compare
Choose a tag to compare

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

07 Apr 19:48
Compare
Choose a tag to compare
v1.0.0

Fix Composer package name