Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@scottchiefbaker scottchiefbaker released this 07 Aug 01:56
· 2 commits to master since this release

Various bugfixes and modernization for both the PHP and Javascript code bases. Krumo fully supports PHP 8.1 now.

Note: Minimum required version of PHP is now 7.0. We are officially dropping support for PHP 5.x with this release.

What's Changed

  • fix leading whitespace tooltip by @shadowwa in #62
  • remove javascript warning when clicking on leaf element by @shadowwa in #61
  • Fix an error with newer PHP versions erroring on date() calls by @scottchiefbaker in #63
  • Fix deprecation message appearing in CLI context with PHP 8.1 by @driehle in #65
  • Fix deprecated message appearing in web context with PHP 8.1 by @driehle in #64

New Contributors

Full Changelog: v0.6.1...v0.7.0