File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## 1.0.1
4+
5+ * Updated benchmarks to allow for PHP 7.4 compatibility in ` benchpress.php `
6+ * Updated text strings for localization in ` languages/benchpress.pot `
7+
8+ ## 1.0.0
9+
10+ * Initial release
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.0
15+ * Version: 1.0.1
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.0 ' );
35+ define ( 'BENCHPRESS_VERSION ' , '1.0.1 ' );
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