Skip to content

Releases: cakephp/debug_kit

Debugkit 2.2.5 for CakePHP 2 released

16 Mar 14:54
2.2.5

Choose a tag to compare

Fixes problems with recursive calls to Controller::beforeRender()

DebugKit 2.2.4

09 Oct 01:24
2.2.4

Choose a tag to compare

  • 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

01 Feb 21:19
2.2.3

Choose a tag to compare

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

07 Nov 18:16

Choose a tag to compare

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.