Releases: spatie/laravel-activitylog
Releases · spatie/laravel-activitylog
2.4.1
- use a
text
column fordescription
2.4.0
- add
HasActivity
2.3.2
- fix bugs concerning
attributesToBeLogged
2.3.1
- allow nullable relation when using
logChanges
2.3.0
- add a
log
argument toactivitylog:clean
2.2.0
- add support for logging all changed attributes using
*
2.1.2
- fix for logging changes attributes when deleting soft deletable models
2.1.1
- make sure
properties
always is a collection
2.1.0
- added support for logging fillable attributes
2.0.0
- added support for Laravel 5.5, dropped support for older laravel versions
- renamed config file from
laravel-activitylog
toactivitylog
- rename
getChangesAttribute
function tochanges
so it doesn't conflict with Laravel's native functionality