Skip to content

Releases: spatie/laravel-activitylog

1.12.0

04 Feb 13:54
Compare
Choose a tag to compare
  • drop support for L5.2 and lower
  • add ability to log attributes of related models

1.11.0

23 Jan 15:44
Compare
Choose a tag to compare
  • add support for L5.4

1.10.4

20 Jan 19:23
Compare
Choose a tag to compare
  • Activity now extends from Model instead of Eloquent

1.10.3

26 Nov 16:01
Compare
Choose a tag to compare
  • fix compatibilty for Laravel 5.1

1.10.2

20 Nov 15:09
Compare
Choose a tag to compare
  • fix various bugs around working with custom models

1.10.1

11 Oct 21:59
Compare
Choose a tag to compare
  • fix scopeCausedBy and scopeForSubject

1.10.0

10 Oct 14:21
Compare
Choose a tag to compare
  • add support for restored event

1.9.2

27 Sep 07:34
Compare
Choose a tag to compare
  • fixed a bug where the delete event would not be logged

1.9.1

16 Sep 16:08
Compare
Choose a tag to compare
  • fixed the return value of activity()->log(). It will now return the created Activity-model.

1.9.0

16 Sep 14:53
Compare
Choose a tag to compare

added Macroable to ActivityLogger