PackageTrack
Sign in Get early access

owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

v14.0.6 39M downloads/mo #564 most downloaded on Packagist owen-it/laravel-auditing

What this package is like to depend on

Last release 2 months ago

20 Jun 2026

Ships unpredictably

gaps range from 8 days to 13 months

Some releases are documented

notes for 43 of 139 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

139 releases · first in 2015

9 releases in the last 12 months

see the full history below

Release timeline

138 releases · Aug 2015 to Jun 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 139
  1. v14.0.6 20 Jun 2026
    Release notes

    What's Changed

    Full Changelog: v14.0.5...v14.0.6

    Open source →
  2. v14.0.5 18 Jun 2026
    Release notes

    What's Changed

    • Refactor audit creation to use savepoint by @erikn69 in #1056
    • fix(test): rewrite test to properly validate functionality by @erikn69 in #1057
    • Also audit when model is already bootstrapped before auditing was enabled by @gisostallenberg in #1040

    New Contributors

    Full Changelog: v14.0.4...v14.0.5

    Open source →
  3. v14.0.4 12 Jun 2026
    Release notes

    What's Changed

    • Refactor model property access using ReflectionClass by @erikn69 in #1055
    • Avoid stopping other update events when restoring by @erikn69 in #1054

    Full Changelog: v14.0.3...v14.0.4

    Open source →
  4. v14.0.3 27 Mar 2026
    Release notes

    What's Changed

    Full Changelog: v14.0.2...v14.0.3

    Open source →
  5. v14.0.2 18 Mar 2026
    Release notes

    What's Changed

    • Remove deprecated ReflectionProperty::setAccessible() for php 8.5 by @erikn69 in #1046

    Full Changelog: v14.0.1...v14.0.2

    Open source →
  6. v14.0.1 17 Mar 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v14.0.0...v14.0.1

    Open source →
  7. v14.0.0 26 Feb 2025
    Release notes

    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

    Open source →
  8. v13.7.5 12 Jun 2026
    Release notes
    • Avoid stopping other update events when restoring #1054

    Full Changelog: v13.7.4...v13.7.5

    Open source →
  9. v13.7.4 27 Mar 2026
    Release notes
    • Avoid listeners when auditing is disabled

    Full Changelog: v13.7.3...v13.7.4

    Open source →
  10. v13.7.3 18 Mar 2026
    Release notes
    • Fix php 8.5 deprecation

    Full Changelog: v13.7.2...v13.7.3

    Open source →
  11. v13.7.2 21 Feb 2025

    Nothing published for this version

  12. v13.7.1 18 Feb 2025

    Nothing published for this version

  13. v13.7.0 17 Feb 2025

    Nothing published for this version

  14. v13.6.9 27 Dec 2024

    Nothing published for this version

  15. v13.6.8 26 Jun 2024

    Nothing published for this version

  16. v13.6.7 30 May 2024

    Nothing published for this version

  17. v13.6.6 28 May 2024

    Nothing published for this version

  18. v13.6.5 14 Mar 2024

    Nothing published for this version

  19. v13.6.4 31 Dec 2023

    Nothing published for this version

  20. v13.6.3 20 Dec 2023

    Nothing published for this version

  21. v13.6.2 18 Dec 2023

    Nothing published for this version

  22. v13.6.1 17 Dec 2023

    Nothing published for this version

  23. v13.6.0 14 Dec 2023

    Nothing published for this version

  24. v13.5.1 19 Jun 2023

    Nothing published for this version

  25. v13.5.0 17 Mar 2023

    Nothing published for this version

  26. v13.4.0 13 Mar 2023

    Nothing published for this version

  27. v13.3.0 10 Mar 2023

    Nothing published for this version

  28. v13.2.0 10 Mar 2023

    Nothing published for this version

  29. v13.1.0 25 Jan 2023

    Nothing published for this version

  30. v13.0.5 29 Jul 2022

    Nothing published for this version

  31. v13.0.4 14 Jul 2022

    Nothing published for this version

  32. v13.0.3 20 Apr 2022

    Nothing published for this version

  33. v13.0.2 14 Mar 2022

    Nothing published for this version

  34. v13.0.1 08 Mar 2022

    Nothing published for this version

  35. v13.0.0 01 Mar 2022
    Release notes

    Added

    • dynamic resolvers | Option to add/disable resolvers in config
    • Resolvers extend same contract and does not enforce a specific returntype at contract level
    • a new "exclude" config key for setting a global default exclude (#637)
    Open source →
  36. v12.2.1 22 Feb 2022

    Nothing published for this version

  37. v12.2.0 05 Feb 2022

    Nothing published for this version

  38. 12.1.0 02 Feb 2022

    Nothing published for this version

  39. v12.0.0 15 Dec 2020
    Release notes

    Added

    • PHP 8.0 support

    Removed

    • Illuminate 5.8 support
    Open source →
  40. v11.0.0 13 Sep 2020

    Nothing published for this version

  41. v10.0.0 23 Mar 2020

    Nothing published for this version

  42. v9.3.2 19 Sep 2019

    Nothing published for this version

  43. v9.3.1 12 Sep 2019

    Nothing published for this version

  44. v9.3.0 11 Sep 2019

    Nothing published for this version

  45. v9.2.0 11 Apr 2019

    Nothing published for this version

  46. v9.1.0 07 Mar 2019

    Nothing published for this version

  47. v9.0.0 06 Mar 2019
    Release notes

    Added

    • Illuminate 5.8 support
    Open source →
  48. v8.0.4 20 Nov 2018
    Release notes

    Changed

    • Make the auditable() and user() method return types loose
    Open source →
  49. v8.0.3 25 Oct 2018
    Release notes

    Fixed

    • Cast auditable_id property by default to avoid transitionTo() errors (#432)
    Open source →
  50. v8.0.2 02 Oct 2018
    Release notes

    Fixed

    • Lumen compatibility issue (#447)
    Open source →
  51. v8.0.1 28 Aug 2018
    Release notes

    Added

    • Illuminate 5.7 support
    Open source →
  52. v8.0.0 13 Aug 2018
    Release notes

    Added

    • AttributeModifier and AttributeEncoder interfaces (#437)

    Changed

    • AttributeRedactor replaces AuditRedactor

    Removed

    • audit.redact boolean configuration entry
    • Unnecessary Artisan commands for publishing the configuration/migration
    Open source →
  53. v7.2.0 12 Sep 2019

    Nothing published for this version

  54. v7.1.0 12 Sep 2019

    Nothing published for this version

  55. v7.0.1 29 Jun 2018
    Release notes

    Fixed

    • Illuminate 5.2 compatibility issues (#431)
    Open source →
  56. v7.0.0 12 May 2018
    Release notes

    Added

    • Audit Multi User feature (#421)
    Open source →
  57. v6.1.1 27 Apr 2018
    Release notes

    Fixed

    • Audit presentation issue when using trans() or @lang() (#418)
    Open source →
  58. v6.1.0 23 Apr 2018
    Release notes

    Added

    • Audit redactor feature (#395)

    Changed

    • Minor optimisations
    • Increase test coverage to 100%

    Fixed

    • deleted_at attribute exclusion from the Audit
    • InvalidArgumentExceptionTrailing when using a different $dateFormat (#409)
    Open source →
  59. v6.0.2 02 Apr 2018
    Release notes

    Changed

    • Minor optimisations

    Fixed

    • Illuminate 5.2/5.3 incompatibility issue (#401)
    Open source →
  60. v6.0.1 15 Feb 2018
    Release notes

    Added

    • Ability to quickly enable/disable auditing (#387)
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive