Releases: msonowal/laravel-auditor
Releases · msonowal/laravel-auditor
v1.2.0
v1.0.1
v1.0.0
v0.2.7
0.2.6
0.2.5: Update AuditLogger.php
bugfix $empty object error as we are assigning props to the array instead of the object
0.2.4: Update composer.json
removing the version from composer json entirely as it is only managed via git tags
0.2.3
Everything is updated for production use
0.2.2 Update README.md
Updated Created at timestamp to record actual event time
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.