Skip to content

Latest commit

 

History

History
164 lines (85 loc) · 5.3 KB

File metadata and controls

164 lines (85 loc) · 5.3 KB

Changelog

All notable changes to the "Filament Laravel Auditing" will be documented in this file.

v4.1.1 - 2026-08-21

What's Changed

  • Fix audits table crash on scalar nested IDs by @swilla in #73

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.1.0...v4.1.1

v4.1.0 - 2026-08-21

What's Changed

  • Drop PHP 8.2, add PHP 8.5 and Laravel 13 support by @swilla in #68
  • Use Node 24-compatible GitHub Actions by @swilla in #69
  • Add Laravel 13 test support by @swilla in #70
  • Support Pest 5 by @swilla in #71
  • Fix ArgumentCountError when the audited model is missing by @andreia in #72

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.0.9...v4.1.0

v4.0.9 - 2026-02-02

What's Changed

  • fix(views): properly display boolean values by @andrefedalto in #49

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.0.8...v4.0.9

v4.0.8 - 2026-01-24

What's Changed

  • Updates for main branch rename by @andreia in #66

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v4.0.7...v4.0.8

v3.1.1 - 2025-06-04

What's Changed

  • feat: add support to pt_BR by @samuelterra22 in #42

New Contributors

  • @samuelterra22 made their first contribution in #42

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.1.0...v3.1.1

v3.1.0 - 2025-03-15

What's Changed

  • Laravel 12 Support by @swilla in #39

New Contributors

  • @swilla made their first contribution in #39

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.9...v3.1.0

v3.0.9 - 2025-03-08

What's Changed

  • add empty state heading by @erossdev in #38

New Contributors

  • @erossdev made their first contribution in #38

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.8...v3.0.9

v3.0.8 - 2024-12-12

What's Changed

  • Allow multiple parameter methods when extending columns by @intrepidws in #34

New Contributors

  • @intrepidws made their first contribution in #34

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.7...v3.0.8

v3.0.7 - 2024-08-15

What's Changed

  • Add the ability to customize the presentation by @andreia in #26

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.6...v3.0.7

v3.0.6 - 2024-05-31

What's Changed

  • German translation add by @DGINXREAL in #28

New Contributors

  • @DGINXREAL made their first contribution in #28

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.5...v3.0.6

v3.0.5 - 2024-03-24

What's Changed

  • Korean translations add by @corean in #27

New Contributors

  • @corean made their first contribution in #27

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.4...v3.0.5

v3.0.4 - 2024-02-05

What's Changed

  • use Filament::auth() instead of auth() by @eelco2k in #23
  • Add is_lazy configuration by @andreia in #24

New Contributors

  • @eelco2k made their first contribution in #23

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.3...v3.0.4

v3.0.3 - 2024-01-10

What's Changed

  • Added fr_FR translation file for 3.x by @loanbesson in #19

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.2...v3.0.3

v3.0.2 - 2023-09-24

What's Changed

  • Add updateAuditsRelationManager event listener by @andreia in #17

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.1...v3.0.2

v3.0.1 - 2023-09-24

What's Changed

  • Ensure it does not break with null values. by @haringsrob in #16

New Contributors

  • @haringsrob made their first contribution in #16

Full Changelog: https://github.com/TappNetwork/filament-auditing/compare/v3.0.0...v3.0.1

1.0

  • Initial release