Skip to content

Releases: johnbillion/query-monitor

2.1.5

13 Jul 23:08
Compare
Choose a tag to compare
  • 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

13 Jul 23:09
Compare
Choose a tag to compare
  • Add full support for multiple DB instances to the Environment component
  • Improve PHP error function stack

2.1.3

13 Jul 23:09
Compare
Choose a tag to compare
  • Fix display of wp_admin_bar instantiated queries
  • Fix function trace for HTTP calls and transients

2.1.2

13 Jul 23:09
Compare
Choose a tag to compare
  • 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

13 Jul 23:09
Compare
Choose a tag to compare
  • 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

13 Jul 23:09
Compare
Choose a tag to compare
2.1
  • Let's split everything up into components. Lots of optimisations to come.

2.5.1

13 Jul 23:05
Compare
Choose a tag to compare
  • Un-break query filtering
  • Performance improvements

2.5

13 Jul 23:05
Compare
Choose a tag to compare
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

13 Jul 23:05
Compare
Choose a tag to compare
  • 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

2.4.1

13 Jul 23:06
Compare
Choose a tag to compare
  • Un-break all the things