Features
- PHP 8.5 support (thx @fvsch)
- Clear log dialog allows to choose between flushing full log or only log for failures (thx @verstecken)
- Improved SQLite database handling for better performance (thx @tobimori, @miragecraft)
Fixes
- Fixed
Redirects::update() - Aligned styling of filter input to default Panel filter inputs
- Stats charts animate properly
Refactored
- Removed System tab
- Tweaked colors of the stats graphs
Housekeeping
- Switched to PHPUnit attributes
- Various code quality improvements
Migration
This release adds indices to the database file of Retour for better performance. Those indices are added for new database files but not automatically applied to existing log database files. To add them to your existing log, you can run the following Kirby CLI command:
kirby retour:indices
Make sure to create a backup before.