Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 3.22.1
Changes
- Added the
DebugKit.ignoreAuthorization
configuration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.
DebugKit 3.21.1
Changes
- Added a new dashboard page.
- Fixed notice and warning contexts referencing the wrong file/frame.
- Reverted the subquery used to truncate request history as MySQL doesn't support subqueries in delete queries.
DebugKit 4.0.5
Fixes
- Mail Panel no longer double wraps mail transports in a DebugKit proxy. This fixes undefined index errors in tests.
DebugKit 4.0.4
Fixes
- Commands provided by DebugKit are explicitly added to the console collection, skipping filesystem chatter.
DebugKit 4.0.3
Fixes
- Fix notice error in routes panel when routes have
plugin
in the route template.
DebugKit 4.0.2
Fixes
- Data collection is disabled by default in cli environments.
DebugKit 4.0.1
- Remove dev dependencies.
- Removed TidyHelper as it is unused and was intended to be removed from 4.0.0
- Remove usage of
File
as it is deprecated.
DebugKit 4.0.0
- Compatible with CakePHP 4.0.0
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.