Skip to content

Releases: owen-it/laravel-auditing

v13.0.1

09 Mar 10:46
8b86d30
Compare
Choose a tag to compare

What's Changed

Default guards as defined in the distributed config does not comply with all supported laravel versions. Instead of changing and risking break of older installations, guards are now skipped if they can't be resolved.

Full Changelog: v13.0.0...v13.0.1

v13.0.0

02 Mar 08:10
1ec0aab
Compare
Choose a tag to compare

What's Changed

Please see pr #684 for more details on changes with v13

Most noticeably

  • new resolvers implementation allowing for more custom data or adjustments to the written meta-data
  • new way to register custom audits around an Auditable model.
  • Using custom events, properties from relations can now be audited as part of the parent Auditable

Please be sure to see the upgrade from 12 to 13 and read the documentation

v12.2.1

23 Feb 14:29
98f1cfd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.2.0...v12.2.1

v12.2.0

07 Feb 11:05
d332fee
Compare
Choose a tag to compare

Date serialization happens through the auditable model - Thanks to @bskl

What's Changed

New Contributors

Full Changelog: 12.1.0...v12.2.0

12.1.0

02 Feb 12:03
4b63986
Compare
Choose a tag to compare
  • Added Laravel 9 support
  • Fixes issue with Laravels AsArrayObject cast which would cause getModified to display wrong output

A number of adjustments to the project testsuite and repository

What's Changed

New Contributors

Full Changelog: v12.0.0...12.1.0

v12.0.0

15 Dec 19:21
5659c73
Compare
Choose a tag to compare

Add PHP 8.0 support

thanks @henriquebremenkanp

v11.0.0

14 Sep 00:03
60fb60a
Compare
Choose a tag to compare

Laravel 8 Compatibility

Includes :

  • PHP version bump;
  • Change usage of deprecated $app;
  • Updated readme and travis/scrutinizer;
  • Config updated.

v10.0.0

23 Mar 22:50
50b0d9b
Compare
Choose a tag to compare
Merge pull request #581 from RossAHC/laravel-7

Upgrade to Laravel 7

v9.3.2

19 Sep 04:05
38de27e
Compare
Choose a tag to compare
Merge pull request #550 from specialtactics/bugfix/fix-for-non-intege…

v9.3.1

12 Sep 12:37
71af2b7
Compare
Choose a tag to compare
Fixes support for laravel version 5.8