Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 3.1.1 released
- Fixed error when serializing instances of
Cake\Form\Form
DebugKit 3.1.0 Released
DebugKit 3.0.1 Released
Changes:
- Using stable CakePHP release in composer.json
DebugKit 3.0.0 Released
Changes:
- Fixed toolbar failing in IE.
- Improved documentation.
- Exceptions caused by serializing panel data are now caught and dealt
with. - Validation errors are only shown when they exist.
- Improved table output.
- Panel data is periodically cleared out preventing huge SQLite
databases. - Foreign keys have been added to the table definitions. This helps
improve performance for MySQL.
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.