Releases: johnbillion/query-monitor
Releases Β· johnbillion/query-monitor
3.17.2
3.17.1
- Prevents use of the deprecated
E_STRICT
constant in PHP 8.4. - Avoids use of the deprecated
setted_transient
andsetted_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
- 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
- Confirms support for WordPress 6.6.
3.16.3
- Prevents an infinite loop when logging doing it wrong calls and deprecated calls.
- Removes a global from query-monitor.php
3.16.2
- Fixes another issue with the PHP autoloader in 3.16.0 and 3.16.1 that was crashing some sites
3.16.1
- Fixes an issue with the PHP autoloader in 3.16.0 that was crashing some sites
3.16.0
- Adds full support for debugging new features in WordPress 6.5: JavaScript modules and PHP translation files
3.15.0
- Adds a new assertion feature via the
qm/assert
action - Confirms the plugin is tested up to WordPress 6.4
3.14.1
- Improves compatibility with WordPress Playground