Releases: spatie/laravel-activitylog
Releases · spatie/laravel-activitylog
3.6.0
- update
properties
column type fromtext
tojson
#525 - update
subject_id
andcauser_id
column type frominteger
tobig_integer
andunsigned
#527 - fix attribute getter support in
DetectsChanges
trait #534 - fix old attributes retrieval in
DetectsChanges
trait #537 - clean up old attributes in
DetectsChanges
trait #538
3.5.0
3.4.0
3.3.0
3.2.2
- add support for Laravel 5.8
- fix logging hidden attributes
- fix logging for a causer model without a provider
- add code coverage reporting for repository
3.2.1
- use Str:: and Arr:: instead of helper methods
3.2.0
3.1.2
3.1.1
- fix
$logUnguarded
3.1.0
- add
$logUnguarded