Releases: owen-it/laravel-auditing
Releases · owen-it/laravel-auditing
v13.0.1
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.
- Fix README.md by @erikn69 in #693
- Default user guard by @MortenDHansen in #695
Full Changelog: v13.0.0...v13.0.1
v13.0.0
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
What's Changed
- Update composer.json by @MortenDHansen in #687
- Add audit exclude test by @MortenDHansen in #690
- Update README.md by @erikn69 in #686
- Dont publish migration if migration exists by @MortenDHansen in #692 (thanks to @corbancode pr #644)
New Contributors
Full Changelog: v12.2.0...v12.2.1
v12.2.0
Date serialization happens through the auditable model - Thanks to @bskl
What's Changed
- Use date serialization from auditable by @MortenDHansen in #683
- Makes Audit interface compatible with Laravel and MongoDB by @claudsonm in #618
New Contributors
- @claudsonm made their first contribution in #618
Full Changelog: 12.1.0...v12.2.0
12.1.0
- 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
- Apply fixes from StyleCI by @MortenDHansen in #676
- Add test-matrix for versions supported by @MortenDHansen in #678
- Fix: Disable audits with config even if is running on console by @marcoocram in #583
- add config for api guard by @MortenDHansen in #679
- 12.1.0 dev by @MortenDHansen in #675
- Laravels arrayObject cast does not take passed value by @MortenDHansen in #680
New Contributors
- @MortenDHansen made their first contribution
- @marcoocram made their first contribution
Full Changelog: v12.0.0...12.1.0
v12.0.0
Add PHP 8.0 support
thanks @henriquebremenkanp
v11.0.0
Laravel 8 Compatibility
Includes :
- PHP version bump;
- Change usage of deprecated $app;
- Updated readme and travis/scrutinizer;
- Config updated.
v10.0.0
Merge pull request #581 from RossAHC/laravel-7 Upgrade to Laravel 7
v9.3.2
Merge pull request #550 from specialtactics/bugfix/fix-for-non-intege…
v9.3.1
Fixes support for laravel version 5.8