Skip to content

Releases: johnbillion/query-monitor

3.8.2

07 Jan 20:45
Compare
Choose a tag to compare
  • Fixes some deprecated notices with PHP 8.1
  • Improves the handling of SQL queries that consist only of MySQL comments

3.8.1

02 Jan 01:05
Compare
Choose a tag to compare
  • Fixes an incompatibility with PHP versions prior to 7.2
  • Fixes a warning that was being triggered within the PHP header dispatcher
  • Introduces the qm/component_type/{$type} filter
  • Introduces a QM_VERSION constant

3.8.0

27 Dec 01:28
Compare
Choose a tag to compare
  • Introduces the ability for a third party to cease all further data collection and output at any point by calling do_action( 'qm/cease' ), for example to prevent memory exhaustion during long-running operations
  • Reduces the width of the admin toolbar menu item by using lower decimal precision
  • Improves the Template panel information when a block theme is in use (for Full Site Editing)
  • Improves the performance and accuracy of stack traces and calling function information
  • Corrects some formatting of numbers and error messages in the REST API output
  • Adds more useful information when a persistent object cache or opcode cache isn't in use
  • Improves clarity in the Scripts and Styles panels when any of the URLs include a port number
  • Introduces the qm/component_context/{$type} filter to complement qm/component_name/{$type} and qm/component_dirs
  • Improves internal code quality, internationalisation, and further reduces overall memory usage

3.7.1

13 May 13:45
Compare
Choose a tag to compare
  • Add a fallback for timing processing during Ajax requests that are dispatched before the shutdown hook.

3.7.0

13 May 12:11
Compare
Choose a tag to compare

3.6.8

09 May 14:47
Compare
Choose a tag to compare
  • Add WordPress memory usage statistic to Overview panel
  • Add block context information to the Blocks panel
  • Fix row highlighting of TH cells
  • Fix some panel resizing bugs

3.6.7

20 Jan 23:01
Compare
Choose a tag to compare
  • Implement a QM_DB_SYMLINK constant to prevent the db.php symlink being put into place.
  • Remove a dependency on SAVEQUERIES in the query collector.
  • Remove invalid scope attributes on table cells.

3.6.6

13 Jan 21:07
Compare
Choose a tag to compare
  • PHP 8 fix.
  • Improve the display for various empty values when logging.
  • Don't display child menus until the parent menu is active. Makes the menu clearer.
  • Detect local host names in HTTP API requests and don't mark them as ignoring certificate verification.
  • Prevent the text in toggle buttons from being selected when selecting data in tables.
  • Remove support for the Dark Mode plugin which isn't Dark Mode any more.

3.6.5

13 Nov 17:45
Compare
Choose a tag to compare
  • Always show the Logs panel, with a link to help docs.
  • Whole bunch of improvements to QM's "broken" state handling.
  • Remove usage of deprecated jQuery methods.
  • Add support for Altis dependencies as components.
  • Add innodb_buffer_pool_size variable to the mysql environment list.
  • Preformat the Logger output
  • Fix the PHP version check.

3.6.4

20 Aug 15:45
Compare
Choose a tag to compare
  • Correct an error introduced in 3.6.2 with the extra early error handling (ironic).