Skip to content

Commit 84b2646

Browse files
committed
🚀 RELEASE: v1.0.2
1 parent 9be5087 commit 84b2646

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.0.2
4+
5+
* Fixed issue with BenchPress assets loading on non-target pages in `benchpress.php`
6+
37
## 1.0.1
48

59
* Updated benchmarks to allow for PHP 7.4 compatibility in `benchpress.php`

benchpress.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin Name: BenchPress
1313
* Description: A tool for benchmarking PHP code snippets and WordPress® queries to help developers optimize performance.
1414
* Plugin URI: https://github.com/robertdevore/benchpress/
15-
* Version: 1.0.1
15+
* Version: 1.0.2
1616
* Author: Robert DeVore
1717
* Author URI: https://robertdevore.com/
1818
* License: GPL-2.0+
@@ -32,7 +32,7 @@
3232

3333
// Define constants.
3434
define( 'BENCHPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
35-
define( 'BENCHPRESS_VERSION', '1.0.1' );
35+
define( 'BENCHPRESS_VERSION', '1.0.2' );
3636

3737
// Add the Plugin Update Checker.
3838
require 'vendor/plugin-update-checker/plugin-update-checker.php';

0 commit comments

Comments
 (0)