Skip to content

Releases: spatie/laravel-activitylog

3.6.0

28 May 08:22
Compare
Choose a tag to compare
  • update properties column type from text to json #525
  • update subject_id and causer_id column type from integer to big_integer and unsigned #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

15 Apr 11:02
3bee85a
Compare
Choose a tag to compare
  • add days option to clean command #497
  • add LogsActivity::$submitEmptyLogs #514

3.4.0

09 Apr 14:53
3d7cb41
Compare
Choose a tag to compare
  • use Illuminate\Contracts\Config\Repository instead of Illuminate\Config\Repository #505
  • fix logChanges() #512

3.3.0

08 Apr 07:24
eedee0f
Compare
Choose a tag to compare
  • drop support for Laravel 5.7 and lower
  • drop support for PHP 7.1 and lower

3.2.2

27 Feb 12:47
Compare
Choose a tag to compare
  • 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

01 Feb 21:44
3c340e7
Compare
Choose a tag to compare
  • use Str:: and Arr:: instead of helper methods

3.2.0

29 Jan 14:48
2ed89a8
Compare
Choose a tag to compare
  • add ActivityLogger::tap() method
  • add LogsActivity::tapActivity() method
  • the ActivityLogger will work on an activity model instance instead of cache variables

3.1.2

18 Oct 19:01
59c3a6c
Compare
Choose a tag to compare
  • add shouldLogUnguarded() method
  • fix typo in methodname shouldLogOnlyDirty()

3.1.1

17 Oct 22:21
11b2e09
Compare
Choose a tag to compare
  • fix $logUnguarded

3.1.0

17 Oct 17:02
a958311
Compare
Choose a tag to compare
  • add $logUnguarded