Skip to content

Releases: cakephp/debug_kit

DebugKit 3.2.2 released

21 Oct 19:59

Choose a tag to compare

  • Fixed errors caused by changes in CakePHP 3.1.2

DebugKit 3.1.10 Released

24 Aug 07:38

Choose a tag to compare

  • Fixed SQL error when using DebugKit with Mysql as storage engine

DebugKit 3.1.9 Released

28 Jul 08:22

Choose a tag to compare

  • Fixed a packaging issue that was omitting Fixtures, which were required for initial plugin install

DebugKit 3.1.8 Released

28 Jul 07:45

Choose a tag to compare

  • The SQL panel will now show formatted and syntax highlighted queries
  • Added Brazilian Portuguese translations

DebugKit 3.1.7 Released

30 Jun 07:52

Choose a tag to compare

  • Improved variable dumper panel
  • Fixed custom panel discovery when they are placed in the main app
  • Improved compatibility with other databases other than sqlite for storing internal debugkit state
  • Visual improvements

DebugKit 3.1.2 Released

11 May 10:42

Choose a tag to compare

  • Fixed regression in previous release that made impossible to serialize certain objects

DebugKit 3.1.1 released

10 May 11:05

Choose a tag to compare

  • Fixed error when serializing instances of Cake\Form\Form

DebugKit 3.1.0 Released

26 Apr 14:24

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

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

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.