Skip to content

Releases: cakephp/debug_kit

DebugKit 3.1.1 released

10 May 11:05
Compare
Choose a tag to compare
  • Fixed error when serializing instances of Cake\Form\Form

DebugKit 3.1.0 Released

26 Apr 14:24
Compare
Choose a tag to compare

This release includes the new XHR logger that is embedded in the History panel. With this feature, it is now possible to inspect the SQL log, timers and any other log message for any of your AJAX requests

ajax panel

DebugKit 3.0.1 Released

22 Mar 18:06
Compare
Choose a tag to compare

Changes:

  • Using stable CakePHP release in composer.json

DebugKit 3.0.0 Released

21 Mar 17:47
3.0.0
Compare
Choose a tag to compare

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

16 Mar 14:54
2.2.5
Compare
Choose a tag to compare

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

DebugKit 2.2.4

09 Oct 01:24
2.2.4
Compare
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
Compare
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
Compare
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.