Skip to content

Releases: cakephp/debug_kit

DebugKit 3.22.1

06 Feb 02:47
f2ed910
Compare
Choose a tag to compare

Changes

  • Added the DebugKit.ignoreAuthorization configuration option. Enabling this option will skip authorization checks done by the CakePHP Authorization plugin.

DebugKit 3.21.1

27 Jan 16:18
beb1f55
Compare
Choose a tag to compare

Changes

  • Added a new dashboard page.
  • Fixed notice and warning contexts referencing the wrong file/frame.
  • Reverted the subquery used to truncate request history as MySQL doesn't support subqueries in delete queries.

DebugKit 4.0.5

16 Jan 14:51
5680528
Compare
Choose a tag to compare

Fixes

  • Mail Panel no longer double wraps mail transports in a DebugKit proxy. This fixes undefined index errors in tests.

DebugKit 4.0.4

15 Jan 21:44
Compare
Choose a tag to compare

Fixes

  • Commands provided by DebugKit are explicitly added to the console collection, skipping filesystem chatter.

DebugKit 4.0.3

10 Jan 15:04
Compare
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
Compare
Choose a tag to compare

Fixes

  • Data collection is disabled by default in cli environments.

DebugKit 4.0.1

19 Dec 01:40
Compare
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
Compare
Choose a tag to compare
  • Compatible with CakePHP 4.0.0

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.