Skip to content

Commit 684c857

Browse files
committed
🚀 RELEASE: v1.0.1
1 parent 304472a commit 684c857

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

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.0
15+
* Version: 1.0.1
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.0' );
35+
define( 'BENCHPRESS_VERSION', '1.0.1' );
3636

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

0 commit comments

Comments
 (0)