Skip to content

Releases: yajra/laravel-auditable

v12.0.2

22 Mar 01:41
b548659
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.0.1...v12.0.2

v12.0.1

04 Mar 01:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.0.0...v12.0.1

v12.0.0

28 Feb 06:27
6f9ebb0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v12.0.0

v11.0.0

17 Mar 04:37
Compare
Choose a tag to compare
  • Laravel 11 Support #28
  • Implement static analysis tools
  • Add GitHub Actions for CI/CD
  • Add Pint and Rector
  • Upgrade code to PHP 8.2 coding standards
  • Add tests using PestPHP

v4.6.0

11 Apr 04:43
Compare
Choose a tag to compare
  • feat: Add withDefault on deleter #26

v4.5.0

19 Feb 14:25
Compare
Choose a tag to compare

Laravel 10

v4.4.0

09 Feb 02:26
Compare
Choose a tag to compare

Add Laravel 9

v4.3.1

03 Jun 03:15
Compare
Choose a tag to compare
  • Don't clear updated_by if the current user is not authenticated. Allows setting updated_by in factories. #17
  • Fix #16