Skip to content

Releases: orisintel/laravel-model-auditlog

v4.1.0

12 Feb 19:35
4d6eaaf
Compare
Choose a tag to compare

PHP 8 Support

v4.0.0: laravel 8 support (#14)

25 Nov 14:31
2ff67eb
Compare
Choose a tag to compare
  • Now requires Laravel 8

v3.0.0

16 Apr 02:36
9ac82a6
Compare
Choose a tag to compare
  • Now requires Laravel 7
  • Uses github actions for testing instead of travisci

v2.0.1

29 Aug 03:07
Compare
Choose a tag to compare

Fixes for primary keys

v2.0.0

28 Aug 17:40
f84fc12
Compare
Choose a tag to compare
  • 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

23 Aug 16:37
f9f7d3d
Compare
Choose a tag to compare

Added the ability to ignore fields via getAuditLogIgnoredFields().

v1.1.0

16 Aug 19:10
466d391
Compare
Choose a tag to compare
  • Stop logging created_at, updated_at, date_modified, and date_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

05 Aug 15:56
c92aed1
Compare
Choose a tag to compare

Fix for user ids not being set correctly on the audit log models.

v1.0.6

29 Jul 16:13
3539e69
Compare
Choose a tag to compare
Merge pull request #4 from orisintel/fix/relationships-included-bug

use getAttributes() instead of toArray() when creating a record

v1.0.5

10 Jun 14:26
066066d
Compare
Choose a tag to compare

Bug fix