Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 4.3.6
Fixes
- Improve PHP8 compatibility.
- Update composer requirement to allow 1.x or 2.x
- Moved CI to GitHub Actions.
DebugKit 4.3.5
Fixes
DebugEngine::setMultiple()now correctly forwards the default value to the wrappedCacheEngineinstance.
DebugKit 4.3.4
Fixes
- Improved internal IP address detection so that 172 ranges and private IPv6 addresses are detected properly.
- Improved readme documentation.
DebugKit 4.3.3
Fixes
- Fixed sorting on variables panel.
- Fixed collapsing on variables panel.
DebugKit 4.3.2
Fixes
- Variable dumps in panels now use the new debug output features in CakePHP.
Deprecations
ToolbarHelper::makeNeatArray()is deprecated.
DebugKit 4.3.1
Fixes
- Fixed CSRF token reading in Request panel.
DebugKit 4.3.0
Fixed
- Fixed double encoded data in the Environment panel.
- Bumped minimum required CakePHP to 4.1, as earlier versions do not work with the environment panel changes.
DebugKit 4.2.0
Added
DebugKit.ignorePathsPatternwas added. It takes a regex pattern (including delimiter) to prevent DebugKit from recording data about matching paths.
DebugKit 4.1.3
Fixes
- Improved save & cleanup methods to not fail during concurrent requests.
DebugKit 4.1.2
Fixes
- The sqlite db that caches requests is cleared more consistently to avoid large file sizes.