Skip to content

Releases: spatie/laravel-activitylog

2.8.3

01 Sep 06:37
354cf71
Compare
Choose a tag to compare
  • add support for L5.7

2.8.2

28 Jul 21:37
Compare
Choose a tag to compare
  • allow null to be passed to causedBy

2.8.1

28 Jul 15:20
Compare
Choose a tag to compare
  • make sure a fresh instance of ActivityLogger is used

2.8.0

21 Jul 15:10
001bdbf
Compare
Choose a tag to compare
  • add enableLogging() and disableLogging()

2.7.0

18 Jun 10:00
Compare
Choose a tag to compare
  • add ability to ignore changes to attributes specified in $logAttributesToIgnore

2.5.1

10 Feb 22:20
cd74301
Compare
Choose a tag to compare
  • improve support for soft deletes

2.5.0

09 Feb 23:36
becd1b1
Compare
Choose a tag to compare
  • allow model to override the default log name

2.4.2

08 Feb 07:28
Compare
Choose a tag to compare
  • add compatibility with L5.6

2.4.1

22 Jan 22:50
65927f3
Compare
Choose a tag to compare
  • use a text column for description

2.4.0

20 Jan 14:50
86345df
Compare
Choose a tag to compare
  • add HasActivity