File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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+
3232
3333// Define constants.
3434define ( '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.
3838require 'vendor/plugin-update-checker/plugin-update-checker.php ' ;
You can’t perform that action at this time.
0 commit comments