Added
- hook
wps/loaded
, which allows to add silenced error paths $wp_current_filters
and admin$current_screen
data to error outputsymfony/var-dumper
for pretty-print of objects in data table
Changed
- general plugin rewrite
- removed global access to plugin instance
- marked everything from
WP_CONTENT_DIR
as application code to filter it from WordPress' stack trace - plugin requires at least PHP 7.2
- vendor libraries are now prefixed to avoid version collision
- updated dependencies (whoops 2.15.2, Pimple 3.5.0)
Fixed
- line highlighting from upstream bug in filp/whoops
Full Changelog: 13babd7...v2.0.0