Releases: spatie/laravel-activitylog
Releases · spatie/laravel-activitylog
3.14.1
- revert breaking changes in
v3.14.0
3.14.0
Please use v3.14.1
instead - this release is breaking because of the new column. There is also a v4.0.0-rc.1
release that equals to this one.
- add
\Spatie\Activitylog\ActivityLogger::event()
method and column #702
3.13.0
- add
\Spatie\Activitylog\ActivityLogger::withoutLogs()
method #695
3.12.0
- respect custom date casts #627
3.11.4
- remove
spatie/string
dependency #690
3.11.3
- fix performance issue around global vs model log disabling #682
3.11.2
- fix Laravel 7 array/json casted attributes #680
3.11.0
- add support for Laravel 7
3.10.0
- add ability to manually set created at date - #622