Releases: spatie/laravel-activitylog
Releases · spatie/laravel-activitylog
3.0.0
- the preferred way to get changes on an
Activity
model is through thechanges
property instead of thechanges()
function - the
activity
relation of theCausesActivity
trait has been renamed toactions
- the
activity
relation of theLogsActivity
trait has been renamed toactivities
- the deprecated
loggedActivity
relation has been removed - fix for setting a custom table name for the
Activity
model via the$table
property - support for PHP 7.0 has been dropped
2.8.4
- improve migration
2.8.3
- add support for L5.7
2.8.2
- allow
null
to be passed tocausedBy
2.8.1
- make sure a fresh instance of
ActivityLogger
is used
2.8.0
- add
enableLogging()
anddisableLogging()
2.7.0
- add ability to ignore changes to attributes specified in
$logAttributesToIgnore
2.5.1
- improve support for soft deletes
2.5.0
- allow model to override the default log name
2.4.2
- add compatibility with L5.6