Commit 08e325e
committed
release: v1.3.0 - Audit Dashboard, Enhanced Actions & Global Localization
Features:
- New Audit Dashboard with Stats, Heatmap, and Chart widgets.
- Integrated Middleware Context (IP, User Agent, Batch UUID) auto-capture.
- Enhanced selective Revert action with field-level rollback.
- Added Restore action for recreating deleted models from logs.
- Added Log Pruning UI and Slim Timeline mode.
- Comprehensive localization sweep for all 11 supported languages.
- Added "show love" message to the install command.
Technical & QA:
- Ensured 100% strict typing and PHPStan [OK] (2G memory limit).
- Verified 72/72 passing Pest tests with 106 assertions.
- Standardized code style via Laravel Pint across 55 files.
- Refined Table Action authorization and visibility logic.1 parent e773f76 commit 08e325e
File tree
46 files changed
+1726
-944
lines changed- config
- resources
- lang
- ar
- de
- en
- es
- fr
- he
- it
- nl
- pt
- ru
- zh_CN
- views
- pages
- widgets
- src
- Actions
- Commands
- Contracts
- Exporters
- Http/Middleware
- Pages
- Policies
- Resources/ActivityLogs
- Tables
- Support
- Taps
- Widgets
- tests
- Feature
- Fixtures
- Unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1726
-944
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
8 | 40 | | |
9 | 41 | | |
10 | 42 | | |
| |||
0 commit comments