Skip to content

Releases: cakephp/debug_kit

DebugKit 3.21.0

10 Nov 02:42
74c289c
Compare
Choose a tag to compare
  • Added a new dashboard endpoint for clearing the DebugKit database. It can be found at /debug-kit/dashboard.

DebugKit 3.20.5

01 Nov 01:21
7c39939
Compare
Choose a tag to compare
  • Moved debug kit toggle button to the top of the routes panel.

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.