Skip to content

Releases: johnbillion/query-monitor

3.20.2

11 Dec 22:15
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Prevents a PHP error being triggered under certain conditions and when no database queries are performed.

3.20.1

08 Dec 23:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Confirms support for WordPress 6.9.
  • Removes calls to deprecated jQuery.focus() method.
  • Add line breaks to HTML output to keep your browser happy when viewing the page source.

3.20.0

07 Sep 22:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Defers loading of translation files as late as possible to minimise the chance of triggering the Translation loading for the query-monitor domain was triggered too early error
  • Implements some initial compatibility tweaks for the upcoming PHP 8.5

3.19.0

23 Jul 17:23

Choose a tag to compare

  • Adds Guzzle middleware support for logging HTTP client requests.
  • Fixes plugin conflicts caused by the global qm JavaScript variable by renaming it to QueryMonitorData.
  • Corrects invalid HTML markup where <th> elements were closed with </td> tags.

3.18.0

16 Jun 15:35

Choose a tag to compare

  • Adds more comprehensive handling of HTTP API requests which were overridden by the pre_http_request filter.
  • Corrects the handling of suppressed PHP errors on both PHP 7 and PHP 8.
  • Confirms support for WordPress 6.8.

3.17.2

04 Feb 22:15

Choose a tag to compare

  • Reinstates the "Blocks" panel

3.17.1

02 Feb 21:20

Choose a tag to compare

  • Prevents use of the deprecated E_STRICT constant in PHP 8.4.
  • Avoids use of the deprecated setted_transient and setted_site_transient actions in WordPress 6.8.
  • Skips showing the _load_textdomain_just_in_time notices when they're caused by Query Monitor itself.
  • Uses more appropriate formatting for a fatal error in REST API and Ajax contexts.

3.17.0

27 Nov 20:36

Choose a tag to compare

  • Support for WordPress 6.7.
  • Support for PHP 8.4.
  • Inline scripts are now output using wp_print_inline_script_tag() so a Content Security Policy can be fully implemented.
  • Various improvements and fixes.

3.16.4

25 Jul 10:23

Choose a tag to compare

  • Confirms support for WordPress 6.6.

3.16.3

22 May 22:04

Choose a tag to compare

  • Prevents an infinite loop when logging doing it wrong calls and deprecated calls.
  • Removes a global from query-monitor.php