Skip to content

Releases: johnbillion/query-monitor

3.17.0

27 Nov 20:36
Compare
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
Compare
Choose a tag to compare
  • Confirms support for WordPress 6.6.

3.16.3

22 May 22:04
Compare
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

3.16.2

22 May 21:15
Compare
Choose a tag to compare
  • Fixes another issue with the PHP autoloader in 3.16.0 and 3.16.1 that was crashing some sites

3.16.1

22 May 21:12
Compare
Choose a tag to compare
  • Fixes an issue with the PHP autoloader in 3.16.0 that was crashing some sites

3.16.0

22 Apr 13:38
Compare
Choose a tag to compare
  • Adds full support for debugging new features in WordPress 6.5: JavaScript modules and PHP translation files

3.15.0

10 Nov 18:29
Compare
Choose a tag to compare

3.14.1

21 Oct 23:06
Compare
Choose a tag to compare
  • Improves compatibility with WordPress Playground

3.14.0

18 Oct 09:37
Compare
Choose a tag to compare
  • Corrects the port number handling when displaying URLs for scripts and styles
  • Improves the db.php handling when activating and deactivating Query Monitor on a single site within a Multisite network, and when DISALLOW_FILE_MODS is in use
  • Improves check for Debug Bar existence
  • Identifies drop-in plugins as a specific component instead of "other"
  • Simplifies some of the data structure used when logging queries
  • Specifies that Query Monitor supports WordPress versions up to three years old

3.13.1

15 Jul 15:05
Compare
Choose a tag to compare
  • Avoids a fatal error if a deprecated warning is triggered early on during the bootstrap process
  • Avoids a PHP warning that can be triggered during certain HTTP API requests when Curl is not in use
  • Skips loading QM during the plugin update process