Skip to content

Releases: cakephp/debug_kit

DebugKit 3.20.4

31 Oct 01:33
ba396be
Compare
Choose a tag to compare
  • Garbage collection now uses a subquery instead of hydrating a list of IDs.

DebugKit 3.20.3

09 Oct 01:56
Compare
Choose a tag to compare
  • Added VACUUM call to cleanup method when using SQLite.

DebugKit 3.20.2

27 Aug 01:54
0ea1b56
Compare
Choose a tag to compare
  • Fixed notice errors when routes lack the plugin key in their defaults.

DebugKit 3.20.1

12 Aug 01:28
2d2a984
Compare
Choose a tag to compare
  • Add CSRF token to POST requests made in toolbar panels.

DebugKit 3.20.0

11 Aug 03:21
f05c9ea
Compare
Choose a tag to compare
  • Routes Panel now hides debugkit routes by default. They can be displayed by toggling them on with a button.
  • Improved error message when debugkit's SQLite database couldn't be created.

DebugKit 3.19.0

31 May 13:48
e2d856e
Compare
Choose a tag to compare
  • DebugKit no longer proxies cache engines that are missing the className key.
    Doing so masked errors about missing cache configurations.
  • Documentation is now located in this repository.
  • Project configuration files are no longer included in zip ball exports.

DebugKit 3.18.0

04 Apr 17:29
6f5ab6a
Compare
Choose a tag to compare
  • Added compatibility for turbolinks based applications.

DebugKit 3.17.1

04 Mar 09:18
b850256
Compare
Choose a tag to compare
  • Test against PHP 7.3
  • Don't treat "dev" as a safe TLD by default.
    It's now a publicly available TLD.

DebugKit 3.17.0

02 Dec 03:28
Compare
Choose a tag to compare
  • Removed usage of methods deprecated in 3.7.0
  • Improve DebugKitTransport's ability to proxy custom transports by implementing PHP magic methods.

DebugKit 3.16.7

21 Dec 04:07
556d7b9
Compare
Choose a tag to compare
  • Improve DebugKitTransport's ability to proxy custom transports by implementing PHP magic methods.