Skip to content

Releases: msonowal/laravel-auditor

v1.2.0

19 Jul 05:43
caafb82
Compare
Choose a tag to compare
bumped for Laravel 9

v1.0.1

30 Dec 11:28
76fde94
Compare
Choose a tag to compare
Update composer.json

v1.0.0

30 Dec 11:25
3590407
Compare
Choose a tag to compare
Update composer.json

v0.2.7

04 Jul 20:51
6738188
Compare
Choose a tag to compare
Apply fixes from StyleCI (#4)

0.2.6

02 Feb 14:19
227313b
Compare
Choose a tag to compare
Update composer.json

0.2.5: Update AuditLogger.php

05 Jan 11:19
c75eb2d
Compare
Choose a tag to compare
bugfix $empty object error as we are assigning props to the array instead of the object

0.2.4: Update composer.json

05 Jan 10:31
ade295c
Compare
Choose a tag to compare
removing the version from composer json entirely as it is only managed via git tags

0.2.3

05 Jan 10:28
592dac6
Compare
Choose a tag to compare
Apply fixes from StyleCI (#2)

Everything is updated for production use

05 Jan 10:20
cbb1402
Compare
Choose a tag to compare

Updated Created at timestamp to record actual event time

05 Jan 09:54
259cc59
Compare
Choose a tag to compare

Updated Created at timestamp to record actual event time which was previously setting the timestamp of the while insertion of the audit record to the storage.

It was mainly needed when queue mode is enabled for processing.