Skip to content

Releases: spatie/laravel-activitylog

4.5.0

07 Apr 19:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.3...4.5.0

4.4.3

07 Apr 19:31
a177e7e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.2...4.4.3

4.4.2

07 Mar 13:11
600c397
Compare
Choose a tag to compare

4.4.1

04 Mar 10:52
Compare
Choose a tag to compare

4.4.0

12 Jan 17:34
Compare
Choose a tag to compare
  • allow Laravel 9

4.3.1

20 Oct 16:37
334e742
Compare
Choose a tag to compare
  • Fix hardcoded deleted_at column usage - #965

4.3.0

20 Oct 16:31
a53c2c1
Compare
Choose a tag to compare
  • Add \Spatie\Activitylog\LogOptions::useAttributeRawValues() to log uncasted attributes - #972

4.2.0

06 Oct 08:56
f6b3a51
Compare
Choose a tag to compare
  • Add immutable_date cast support - #969

4.1.1

23 Jul 14:02
38701e6
Compare
Choose a tag to compare
  • Fix migration stub names - #914

4.1.0

23 Jul 13:59
e36eb74
Compare
Choose a tag to compare
  • Add \Spatie\Activitylog\LogBatch::setBatch(string $uuid) method to keep batches across requests or multiple jobs - #918