Fixed: AJAX requests for removed or unknown actions no longer surface as a critical PHP error in wp-admin. The router now returns a JSON 404 and logs the attempt instead of throwing an uncaught exception.
Fixed: admin-bar debug toggle script and styles are no longer injected on admin screens where the toggle is not rendered (AJAX, REST, cron, network admin, or for users without the required capability), resolving Vue 2 conflicts on JetEngine and Crocoblock editor screens.
Improved: WP.org readme metadata — bumped Tested up to 7.0, Requires at least 6.0, Requires PHP 7.4, and refreshed tags and description copy for clearer search discoverability.
Improved: synced plugin header (Requires at least, Requires PHP, Tested up to) so the in-WordPress plugin updater agrees with the readme.
3.0.5
Added last fatal error snapshots so the log screen can show the most recent fatal captured during shutdown.
Added read-only terminal commands for inspecting options, posts, users, and metadata without arbitrary PHP execution.
Improved Query Log so missing or unchanged debug log files no longer hide collected database queries.
Improved Query Log sorting and labels to show the most expensive queries first with execution time, duplicate count, and duplicate total time.
Hardened first-run and upgrade behavior so activation, deactivation, settings reads, and log reads do not silently change debug constants or create a new debug log path.
Defaulted terminal access to disabled for fresh installs while preserving saved terminal settings.
Refreshed README and WordPress.org copy around safe first-run log management and optional advanced tools.
3.0.4
Refreshed the plugin directory banner and icon with a softer visual style.
3.0.3
Refreshed plugin directory assets and feature documentation.
3.0.2
Improved debug log time labels so older entries show exact dates instead of misleading relative age text.
Normalized the plugin name spelling on public plugin metadata.
3.0.1
Maintenance release with refreshed plugin metadata.
3.0.0
Hardened AJAX route verification to fail closed for invalid requests, missing permissions, and bad nonces.
Added a guarded debug log file viewer endpoint with wp-content path containment and latest 1 MB reads for large files.
Improved debug log migration safety by checking file containment, readability, and writability without overwriting the original default log.
Reworked the admin interface with a compact top navigation, cleaner WordPress admin page spacing, and suppressed third-party notices on the plugin screen.
Improved debug log readability with structured timeline rows, stack trace formatting, database call-chain formatting, safer text rendering, and cleaner expand/collapse behavior.
Refined Safe Mode, Notifications, Terminal, Terminal Settings, and Overview screens for a more consistent settings-page experience.