Skip to content

Releases: sourcetoad/Logger

v6.1.0

26 Nov 19:09
198bbdf
Compare
Choose a tag to compare
  • Allow deleted entities and owners to be resolved when running the audit resolver command.
  • Prevent LazyLoadingViolation errors when running the audit resolver command.

v6.0.1

21 Nov 16:52
Compare
Choose a tag to compare
  • Add error checking and documentation to prevent morph maps from using a 0 key in the logger config.
  • Fix an issue where audit_changes.owner_type and audit_models.owner_type were not properly set as integers.

v6.0.0

19 Nov 17:24
Compare
Choose a tag to compare
  • Drop User model associations on tracked entities in favor of polymorphic "owner" associations.

v5.1.1

31 Oct 18:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v5.1.1

v5.1.0

31 Oct 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v5.1.0

v5.0.1

18 Jul 14:30
v5.0.1
06dd433
Compare
Choose a tag to compare

What's Changed

  • fix: Removed throw exception on migration down method by @benjie-wd in #47

New Contributors

Full Changelog: v2.1.0...v5.0.1

v5.0.0

17 Jul 11:52
v5.0.0
66ebd51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v5.0.0

v4.2.0

03 Mar 15:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v4.2.0

v4.1.0

17 Jan 22:18
v4.1.0
c7520cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v4.1.0

v4.0.0

30 Aug 14:15
v4.0.0
762f052
Compare
Choose a tag to compare
  • Drop PHP < 8 support.
  • Add PHP 8.1 support.
  • Add Laravel 9 support
  • Drop Laravel < 9 support.