Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
Debugkit 2.2.5 for CakePHP 2 released
Fixes problems with recursive calls to Controller::beforeRender()
DebugKit 2.2.4
- Improved SQL Log panel to be clearer when there is no data.
- Improved dutch translation.
- Updated to jQuery 1.11.x
- Fixed errors when RequestHandlerComponent is active with json extension parsing.
- SQL Explain links fixed.
- Logged exceptions objects with closures in the stack trace can now be loaded
from history panel correctly. - Possible XSS from constants/environment in environment panel has been fixed.
DebugKit 2.2.3
2.2.3 is a bugfix release for the 2.2.x release branch. The following issues were fixed:
- Improved documentation for FirePHP plugins.
- Cyclic references can be output in the toolbar now.
- SQL explanations always use sha1 to checksum queries now.
- If jQuery exists on the page it should be properly restored now.
DebugKit 2.2.2
This is a bug fix release for the CakePHP 2.2+ compatible branch. It fixes the following issues:
- Cache configuration is now merged if existing configuration is found.
- Checksums for SQL explains are always generated with SHA1 now.
- E_STRICT errors with CakePHP 2.4 in PHP 5.4+ have been fixed.
- History retrieval is more reliable now.
- If a suitable version of jQuery is found on the page a second copy will not
be downloaded. - Documentation has been improved.
- Objects can now be output in view variables panel.