Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
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
DebugKit 3.1.1 released
- Fixed error when serializing instances of
Cake\Form\Form
DebugKit 3.1.0 Released
DebugKit 3.0.1 Released
Changes:
- Using stable CakePHP release in composer.json
