Releases: bart-jaskulski/wps
Releases · bart-jaskulski/wps
v2.0.0
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
v2.0.0-alpha.1: Refresh plugin with various functionalities
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.1, Pimple 3.5.0)
Fixed
- line highlighting, which is currently not working in filp/whoops. See: filp/whoops#747