Releases: orisintel/laravel-model-auditlog
Releases · orisintel/laravel-model-auditlog
v4.1.0
v4.0.0: laravel 8 support (#14)
- Now requires Laravel 8
v3.0.0
- Now requires Laravel 7
- Uses github actions for testing instead of travisci
v2.0.1
Fixes for primary keys
v2.0.0
- We now support pivot tables!
- Now requires Laravel 5.8 and above so we can leverage newly added model events
- Now supports the upcoming release of Laravel 6.0!
v1.2.0
Added the ability to ignore fields via getAuditLogIgnoredFields()
.
v1.1.0
- Stop logging
created_at
,updated_at
,date_modified
, anddate_created
timestamps as they are redundant with the timestamps on the auditlog itself - Bug fix for force deleting soft delete enabled models
- Added more tests
v1.0.7
Fix for user ids not being set correctly on the audit log models.
v1.0.6
Merge pull request #4 from orisintel/fix/relationships-included-bug use getAttributes() instead of toArray() when creating a record
v1.0.5
Bug fix