4.4.0
版本发布时间: 2020-12-21 11:08:21
cakephp/debug_kit最新发布版本:5.1.1(2024-09-17 23:20:20)
Changes
- Improved rendering of variables panel using the new features in Debugger. The variables panel will no longer store serialized view variables, but instead store serialized debug 'node' objects. This fixes all of the issues with unserializable objects being used in templates, and also improves output of objects that implement
toArray()
as the array value is not used now. - Official support for PHP8.
- Requires at least CakePHP 4.2.0