All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to Keep a CHANGELOG.
- 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
- 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)
- line highlighting from upstream bug in filp/whoops
- plain text handler for CLI context
- updated dependencies (whoops 2.3.1)
- WP REST API handler
- Updated dependencies (whoops 2.1.12, Pimple 3.2.2)
- Initial stable release.