Releases: johnbillion/query-monitor
Releases · johnbillion/query-monitor
2.1.6
- Small tweaks to conditionals and HTTP components
- Allow filtering of ignore_class, ignore_func and show_arg on QM and QM DB
2.1.5
- Tweak a few conditional outputs
- Full support for all WPDB instances
- Tweak query var output
- Initial code for data logging before redirects (incomplete)
2.1.4
- Add full support for multiple DB instances to the Environment component
- Improve PHP error function stack
2.1.3
- Fix display of wp_admin_bar instantiated queries
- Fix function trace for HTTP calls and transients
2.1.2
- Lots more behind the scenes improvements
- Better future-proof CSS
- Complete separation of data/presentation in db_queries
- Complete support for multiple database connections
2.1.1
- Lots of behind the scenes improvements
- More separation of data from presentation
- Fewer cross-component dependencies
- Nicer way of doing menu items, classes & title
2.1
- Let's split everything up into components. Lots of optimisations to come.
2.5.1
- Un-break query filtering
- Performance improvements
2.5
- Display the component for HTTP requests, transients, PHP errors, and hook actions
- Improved visual appearance and layout
- Add an action component filter to the Hooks panel
- Log errors returned in the
pre_http_request
filter QM_DB_LIMIT
is now a soft limit- Performance improvements
2.4.2
- Add a hook name filter to the Hooks panel
- Update db.php to match latest wp-db.php
- Avoid fatal error if the plugin is manually deleted
- Add the new
is_main_network()
conditional - Lots more tweaks