Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
DebugKit 3.15.1
Fixed a regression in the previous release that prevented passing custom config to the ToolbarService.
DebugKit 3.15.0
- 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 keyDebugkit.forceEnable
DebugKit 3.14.1
Bugfixes
Fixed syntax errors and regression in 3.14.0.
DebugKit 3.8.0 Released
Added:
- New MailerPreview and Sent emails panel
DebugKit 3.5.1
Compatibility with CakePHP 3.4
DebugKit 3.3.5
- Correctly checking for local storage before using it
DebugKit 3.2.9 released
- Fixed issue with displaying certain type of queries @pgmassari
- Fixed the checkbox for sorting variables in the Variables panel
DebugKit 3.2.7 Released
- Fix debug kit not working when custom inflections are use in an
application.
DebugKit 3.2.6 Released
- 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
- The panels data is now stored in a binary column, to avoid problem in postgresql
- Fixed problem with displaying queries having identifier quoting enabled