owen-it/laravel-auditing
Track and review changes to your Eloquent models with minimal setup. Laravel Auditing stores a history of updates, helps spot discrepancies or suspicious activity, and makes it easy to retrieve and display audit records in your Laravel app.
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.7.3...v13.7.4
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v14.0.2...v14.0.3
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v14.0.1...v14.0.2
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.7.2...v13.7.3
created_at and updated_at values for phpstan by @aSeriousDeveloper in https://github.com/owen-it/laravel-auditing/pull/1023auditable_type and auditable_id properties to Audit Model by @aSeriousDeveloper in https://github.com/owen-it/laravel-auditing/pull/1025Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v14.0.0...v14.0.1
This package now supports PHP >= 8.2 and Laravel >= 11. Deprecated code has been removed.
If you are using custom auditing, you will almost definitely need to change Event::dispatch(AuditCustom::class, [$yourModel]); to Event::dispatch(new AuditCustom($yourModel));
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.7.0...v14.0.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.9...v13.7.0
Core
Tests
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.8...v13.6.9
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.7...v13.6.8
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.6...v13.6.7
id as audit model primary key by @erikn69 in https://github.com/owen-it/laravel-auditing/pull/933withoutAuditing() callback method to temporarily disable auditing for one class by @derekmd in https://github.com/owen-it/laravel-auditing/pull/917withoutAuditing() by @erikn69 in https://github.com/owen-it/laravel-auditing/pull/938auditSyncWithPivotValues method by @erikn69 in https://github.com/owen-it/laravel-auditing/pull/939Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.5...v13.6.6
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.4...v13.6.5
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.3...v13.6.4
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.2...v13.6.3
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.1...v13.6.2
https for the homepage on the composer.json file by @majidalaeinia in https://github.com/owen-it/laravel-auditing/pull/875Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.6.0...v13.6.1
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.5.1...v13.6.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.5.1...v13.6.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.5.0...v13.5.1
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.4.0...v13.5.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.3.0...v13.4.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.2.0...v13.3.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.1.0...v13.2.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.0.5...v13.1.0
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.0.4...v13.0.5
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.0.3...v13.0.4
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.0.2...v13.0.3
$auditEvent from protected to public to make AuditCustom possible by @r0lodex in https://github.com/owen-it/laravel-auditing/pull/699Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v13.0.1...v13.0.2
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: https://github.com/owen-it/laravel-auditing/compare/v13.0.0...v13.0.1
Please see pr #684 for more details on changes with v13
Most noticeably
Please be sure to see the upgrade from 12 to 13 and read the documentation
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v12.2.0...v12.2.1
Date serialization happens through the auditable model - Thanks to @bskl
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/12.1.0...v12.2.0
A number of adjustments to the project testsuite and repository
Full Changelog: https://github.com/owen-it/laravel-auditing/compare/v12.0.0...12.1.0
Add PHP 8.0 support
thanks @henriquebremenkanp
How can I help you explore Laravel packages today?