Skip to content

Releases: cakephp/debug_kit

DebugKit 3.2.9 released

28 May 15:50
Compare
Choose a tag to compare
  • Fixed issue with displaying certain type of queries @pgmassari
  • Fixed the checkbox for sorting variables in the Variables panel

DebugKit 3.2.7 Released

07 Apr 03:06
3.2.7
Compare
Choose a tag to compare
  • Fix debug kit not working when custom inflections are use in an
    application.

DebugKit 3.2.6 Released

07 Apr 03:05
3.2.6
Compare
Choose a tag to compare
  • Use debugger to output constants. This solves issues with non-scalar
    constants (@markstory)
  • Force the base View class. This avoids issues with incompatible
    AppView classes (@lorenzo)
  • Include panel includes more detailed package breakdown (@lorenzo)

CakePHP DebugKit 3.2.5 released

05 Jan 09:18
Compare
Choose a tag to compare
  • The panels data is now stored in a binary column, to avoid problem in postgresql
  • Fixed problem with displaying queries having identifier quoting enabled

DebugKit 3.2.2 released

21 Oct 19:59
Compare
Choose a tag to compare
  • Fixed errors caused by changes in CakePHP 3.1.2

DebugKit 3.1.10 Released

24 Aug 07:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixed regression in previous release that made impossible to serialize certain objects