Releases: cakephp/debug_kit
Releases · cakephp/debug_kit
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
DebugKit 3.0.0 Released
Changes:
- Fixed toolbar failing in IE.
- Improved documentation.
- Exceptions caused by serializing panel data are now caught and dealt
with. - Validation errors are only shown when they exist.
- Improved table output.
- Panel data is periodically cleared out preventing huge SQLite
databases. - Foreign keys have been added to the table definitions. This helps
improve performance for MySQL.
