Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 3.21.0
- Added a new dashboard endpoint for clearing the DebugKit database. It can be found at
/debug-kit/dashboard
.
DebugKit 3.20.5
- Moved debug kit toggle button to the top of the routes panel.
DebugKit 3.20.4
- Garbage collection now uses a subquery instead of hydrating a list of IDs.
DebugKit 3.20.3
- Added
VACUUM
call to cleanup method when using SQLite.
DebugKit 3.20.2
- Fixed notice errors when routes lack the
plugin
key in their defaults.
DebugKit 3.20.1
- Add CSRF token to POST requests made in toolbar panels.
DebugKit 3.20.0
- Routes Panel now hides debugkit routes by default. They can be displayed by toggling them on with a button.
- Improved error message when debugkit's SQLite database couldn't be created.
DebugKit 3.19.0
- DebugKit no longer proxies cache engines that are missing the
className
key.
Doing so masked errors about missing cache configurations. - Documentation is now located in this repository.
- Project configuration files are no longer included in zip ball exports.
DebugKit 3.18.0
- Added compatibility for turbolinks based applications.
DebugKit 3.17.1
- Test against PHP 7.3
- Don't treat "dev" as a safe TLD by default.
It's now a publicly available TLD.