Skip to content

Releases: cakephp/debug_kit

DebugKit 4.0.3

10 Jan 15:04

Choose a tag to compare

Fixes

  • Fix notice error in routes panel when routes have plugin in the route template.

DebugKit 4.0.2

02 Jan 00:20
6ce871a

Choose a tag to compare

Fixes

  • Data collection is disabled by default in cli environments.

DebugKit 4.0.1

19 Dec 01:40

Choose a tag to compare

  • Remove dev dependencies.
  • Removed TidyHelper as it is unused and was intended to be removed from 4.0.0
  • Remove usage of File as it is deprecated.

DebugKit 4.0.0

16 Dec 03:21

Choose a tag to compare

  • Compatible with CakePHP 4.0.0

DebugKit 3.21.0

10 Nov 02:42
74c289c

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

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

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

Choose a tag to compare

  • Added VACUUM call to cleanup method when using SQLite.

DebugKit 3.20.2

27 Aug 01:54
0ea1b56

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

Choose a tag to compare

  • Add CSRF token to POST requests made in toolbar panels.