Skip to content

Commit

Permalink
bump qm tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
crstauf committed Jul 26, 2024
1 parent 05f2156 commit 02e37fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions query-monitor-extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
* Update URI: false
* Requires Plugins: query-monitor
*
* QM tested up to: 3.16.3
* QM tested up to: 3.16.4
*/

defined( 'WPINC' ) || die();

defined( 'QMX_DISABLED' ) || define( 'QMX_DISABLED', false );
defined( 'QMX_TESTED_WITH_QM' ) || define( 'QMX_TESTED_WITH_QM', '3.16.3' );
defined( 'QMX_TESTED_WITH_QM' ) || define( 'QMX_TESTED_WITH_QM', '3.16.4' );

if ( defined( 'QM_DISABLED' ) && constant( 'QM_DISABLED' ) ) {
return;
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![WP tested 6.6.1](https://img.shields.io/badge/WP-Tested_v6.6.1-blue)
![QM tested up to 3.16.3](https://img.shields.io/badge/QM-Tested_v3.16.3-blue)
![QM tested up to 3.16.4](https://img.shields.io/badge/QM-Tested_v3.16.4-blue)
![License: GPL v3](https://img.shields.io/badge/License-GPL_v3-blue)
[![PHPCS](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpcs.yml/badge.svg)](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpcs.yml)
[![PHPStan](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpstan.yml/badge.svg)](https://github.com/crstauf/query-monitor-extend/actions/workflows/phpstan.yml)
Expand Down

0 comments on commit 02e37fc

Please sign in to comment.