Skip to content

Releases: tattersoftware/codeigniter4-audits

Bugfix Update Errors

Choose a tag to compare

@MGatner MGatner released this 21 Jun 21:06
248d904

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

Choose a tag to compare

@MGatner MGatner released this 27 May 20:01
63f0a87

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

Entity

Choose a tag to compare

@MGatner MGatner released this 08 Apr 19:52
fef2498

Adds the missing Audit entity so AuditModel works correctly.

PHP 8 Support

Choose a tag to compare

@MGatner MGatner released this 28 Jan 18:33
afb733d
  • Adds support for PHP 8
  • Updates the development toolkit
  • Applies numerous fixes for static analysis

Bugfixes

Choose a tag to compare

@MGatner MGatner released this 03 Sep 17:03
55c0431
Merge pull request #3 from tattersoftware/tests

Add test scaffold and first test

Bugfixes, clean up

Choose a tag to compare

@MGatner MGatner released this 11 Feb 15:55
29a331a
  • Fixed #1
  • Improved inline docs
  • Updated audit summaries to be more clear
  • Bump license date, PHP version

Compatibility updates, Bugfixes

Choose a tag to compare

@MGatner MGatner released this 03 Jul 15:44
v1.0.3

Bugfix trait empty delete errors

Bugfix: Callbacks return $data

Choose a tag to compare

@MGatner MGatner released this 12 Jun 16:55

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

Choose a tag to compare

@MGatner MGatner released this 07 Apr 19:48
v1.0.0

Fix Composer package name