All Notable changes to spatie/laravel-activitylog
will be documented in this file
- drop support for L5.2 and lower
- add ability to log attributes of related models
- add support for L5.4
Activity
now extends fromModel
instead ofEloquent
- fix compatibilty for Laravel 5.1
- fix
scopeCausedBy
andscopeForSubject
- add support for
restored
event
- fixed a bug where the delete event would not be logged
- fixed the return value of
activity()->log()
. It will now return the createdActivity
-model.
- added
Macroable
toActivityLogger
- added
causedBy
andforSubject
scopes
- Added L5.3 compatibility
- Added
enabled
option in the config file.
- Added
ignoreChangedAttributes
- Added support for using a custom
Activity
model
- Added support for soft deletes
- This version replaces version
1.3.0
- Dropped L5.1 compatibility
- this version removes the features introduced in 1.3.0 and is compatible with L5.1
DO NOT USE THIS VERSION IF YOU'RE ON L5.1
Please upgrade to:
1.3.1
for Laravel 5.11.3.2
for Laravel 5.2 and higher
Introduced features
- made the auth driver configurable
- made the auth driver configurable
- use config repo contract
- added
getLogNameToUse
- added
activity
-method on both theCausesActivity
andLogsActivity
-trait
- the package is now compatible with Laravel 5.1
- fixed naming of
inLog
scope - add
inLog
function alias
- fixed error when publishing migrations
- initial release