Skip to content

Releases: cakephp/debug_kit

DebugKit 4.3.6

14 Nov 18:56
f417e78

Choose a tag to compare

Fixes

  • Improve PHP8 compatibility.
  • Update composer requirement to allow 1.x or 2.x
  • Moved CI to GitHub Actions.

DebugKit 4.3.5

08 Oct 06:11
ef39d97

Choose a tag to compare

Fixes

  • DebugEngine::setMultiple() now correctly forwards the default value to the wrapped CacheEngine instance.

DebugKit 4.3.4

03 Sep 01:26
7e0de36

Choose a tag to compare

Fixes

  • Improved internal IP address detection so that 172 ranges and private IPv6 addresses are detected properly.
  • Improved readme documentation.

DebugKit 4.3.3

22 Aug 02:58
086368c

Choose a tag to compare

Fixes

  • Fixed sorting on variables panel.
  • Fixed collapsing on variables panel.

DebugKit 4.3.2

15 Aug 23:59
98eba19

Choose a tag to compare

Fixes

  • Variable dumps in panels now use the new debug output features in CakePHP.

Deprecations

  • ToolbarHelper::makeNeatArray() is deprecated.

DebugKit 4.3.1

29 Jul 15:32
6ca239b

Choose a tag to compare

Fixes

  • Fixed CSRF token reading in Request panel.

DebugKit 4.3.0

19 Jul 02:51
801086c

Choose a tag to compare

Fixed

  • Fixed double encoded data in the Environment panel.
  • Bumped minimum required CakePHP to 4.1, as earlier versions do not work with the environment panel changes.

DebugKit 4.2.0

10 Jun 01:39
940a021

Choose a tag to compare

Added

  • DebugKit.ignorePathsPattern was added. It takes a regex pattern (including delimiter) to prevent DebugKit from recording data about matching paths.

DebugKit 4.1.3

31 May 20:47
a0b70d1

Choose a tag to compare

Fixes

  • Improved save & cleanup methods to not fail during concurrent requests.

DebugKit 4.1.2

02 May 22:29
14d6b6b

Choose a tag to compare

Fixes

  • The sqlite db that caches requests is cleared more consistently to avoid large file sizes.