Skip to content

Releases: dev-partners/laravel-nova-auditable-log

Restore previous values

15 Jan 21:08
580d397
Compare
Choose a tag to compare
Pre-release

The ability to rollback or change to the previous value has been added.

Thanks to @happyDemon for the contribution!

Laravel auditing package suggestion in Composer file

08 Jan 23:11
c3dd6dd
Compare
Choose a tag to compare

A small reminder to install the right package that will enable audits of Eloquent models.

Code cleanup

06 Jan 20:25
5d073e9
Compare
Choose a tag to compare
Merge pull request #5 from dev-partners/recycledbeans-patch-1

Imports Nova in AuditController

Cacheable routes

06 Jan 20:16
faf59d0
Compare
Choose a tag to compare
Merge pull request #4 from ndberg/routes-cachable

moves logic to controller, makes routes cachable

Support for audits made via console (no user)

03 Dec 18:28
e0a3185
Compare
Choose a tag to compare

This minor release fixes an issue related to audit records created using the console that do not have a user assigned to them. The package now reflects that the record was updated via the console.

Initial Release!

21 Nov 19:08
64b1536
Compare
Choose a tag to compare
v1.0.0

Update README.md