Skip to content

Releases: cakephp/debug_kit

DebugKit 3.15.1

19 Apr 15:11
81829b4

Choose a tag to compare

Fixed a regression in the previous release that prevented passing custom config to the ToolbarService.

DebugKit 3.15.0

19 Apr 14:57
3.15.0

Choose a tag to compare

  • Require cakephp 3.6.0 min
  • Don't use deprecated methods.
  • DebugKit now attempts to prevent display in environments that look
    like non-local environments as we've had a number of reported issues of
    debugkit displaying in production environments by poorly configured
    systems. This can be overridden by using the configuration key Debugkit.forceEnable

DebugKit 3.14.1

19 Feb 13:18
f9aedbc

Choose a tag to compare

Bugfixes

Fixed syntax errors and regression in 3.14.0.

DebugKit 3.8.0 Released

31 Jan 11:24

Choose a tag to compare

Added:

  • New MailerPreview and Sent emails panel

DebugKit 3.5.1

15 Jan 10:16

Choose a tag to compare

Compatibility with CakePHP 3.4

DebugKit 3.3.5

11 Oct 08:13

Choose a tag to compare

  • Correctly checking for local storage before using it

DebugKit 3.2.9 released

28 May 15:50

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

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

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

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