Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
and updated tested versions
  • Loading branch information
crstauf committed Oct 20, 2023
1 parent 2785209 commit 7f63534
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions query-monitor-extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
* Plugin Name: Query Monitor Extend
* Plugin URI: https://github.com/crstauf/query-monitor-extend
* Description: Additional panels for Query Monitor by John Blackbourn.
* Version: 1.6
* Version: 1.6.1
* Author: Caleb Stauffer
* Author URI: https://develop.calebstauffer.com
* Update URI: false
*
* QM tested up to: 3.13.1
* QM tested up to: 3.14.0
*/

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

defined( 'QMX_DISABLED' ) || define( 'QMX_DISABLED', false );
defined( 'QMX_TESTED_WITH_QM' ) || define( 'QMX_TESTED_WITH_QM', '3.13.1' );
defined( 'QMX_TESTED_WITH_QM' ) || define( 'QMX_TESTED_WITH_QM', '3.14.0' );

if ( defined( 'QM_DISABLED' ) && constant( 'QM_DISABLED' ) ) {
return;
Expand Down Expand Up @@ -56,7 +56,7 @@
'Tested up to <a href="%1$s" rel="noopener noreferrer">Query Monitor</a> <a href="%2$s%3$s" rel="noopener noreferrer">%3$s</a>',
'https://wordpress.org/plugins/query-monitor/',
'https://github.com/johnbillion/query-monitor/releases/tag/',
QMX_TESTED_WITH_QM,
constant( 'QMX_TESTED_WITH_QM' ),
)
);

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.3.2](https://img.shields.io/badge/WP-Tested_v6.3.2-blue)
![QM tested up to 3.13.1](https://img.shields.io/badge/QM-Tested_v3.13.1-blue)
![QM tested up to 3.14.0](https://img.shields.io/badge/QM-Tested_v3.14.0-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 7f63534

Please sign in to comment.