Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
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
DebugKit 3.2.2 released
- Fixed errors caused by changes in CakePHP 3.1.2
DebugKit 3.1.10 Released
- Fixed SQL error when using DebugKit with Mysql as storage engine
DebugKit 3.1.9 Released
- Fixed a packaging issue that was omitting Fixtures, which were required for initial plugin install
DebugKit 3.1.8 Released
- The SQL panel will now show formatted and syntax highlighted queries
- Added Brazilian Portuguese translations
DebugKit 3.1.7 Released
- 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
- Fixed regression in previous release that made impossible to serialize certain objects