Skip to content

Releases: owen-it/laravel-auditing

v14.0.0

26 Feb 16:47
f92602d
Compare
Choose a tag to compare

This package now supports PHP >= 8.2 and Laravel >= 11. Deprecated code has been removed.

Breaking Change

If you are using custom auditing, you will almost definitely need to change Event::dispatch(AuditCustom::class, [$yourModel]); to Event::dispatch(new AuditCustom($yourModel));

What's Changed

New Contributors

Full Changelog: v13.7.0...v14.0.0

v13.7.2

21 Feb 15:04
Compare
Choose a tag to compare

v13.7.1

18 Feb 16:10
Compare
Choose a tag to compare

Full Changelog: v13.7.0...v13.7.1

v13.7.0

17 Feb 15:06
7339563
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.6.9...v13.7.0

v13.6.9

02 Jan 15:47
559b391
Compare
Choose a tag to compare

What's Changed

Core

  • Consider possible null values for Audit::$old_values and Audit::$new_… by @tminich in #959
  • PHP 8.4 tests, fix "Implicitly nullable parameter declarations deprecated" by @erikn69 in #981
  • 🐛 void function does not return by @willpower232 in #987

Tests

New Contributors

Full Changelog: v13.6.8...v13.6.9

v13.6.8

26 Jun 20:59
28ecd2d
Compare
Choose a tag to compare

What's Changed

  • Fix database prune, offset not working on some dbs by @erikn69 in #948

Full Changelog: v13.6.7...v13.6.8

v13.6.7

30 May 13:32
22682dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.6.6...v13.6.7

v13.6.6

28 May 16:18
5dd4036
Compare
Choose a tag to compare

What's Changed

  • Read Audit Implementation from Auditable by @erikn69 in #874
  • Fix Laravel 11 event auto-discovery by registering listeners in AuditingServiceProvider by @onlime in #916
  • Add config to allow records array values by @rizkypujiraharja in #915
  • Fix DispatchAudit Serialization Problems by @erikn69 in #893
  • 12.x EOL by @erikn69 in #934
  • Avoid only using id as audit model primary key by @erikn69 in #933
  • Add withoutAuditing() callback method to temporarily disable auditing for one class by @derekmd in #917
  • Globally disable auditing on withoutAuditing() by @erikn69 in #938
  • feat (Auditable): customized relationship for Attach, Detach and Sync by @wilianx7 in #921
  • Added auditSyncWithPivotValues method by @erikn69 in #939

New Contributors

Full Changelog: v13.6.5...v13.6.6

v13.6.5

14 Mar 13:43
27e1b31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.6.4...v13.6.5

v13.6.4

31 Dec 09:18
42ebec8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.6.3...v13.6.4