Skip to content

Commit bfdbdad

Browse files
committed
🚀 RELEASE: v1.0.0
1 parent e2ac95b commit bfdbdad

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.1.0
4+
5+
* [📦 NEW: Added benchpress_admin_header helper function](https://github.com/robertdevore/benchpress/commit/057921bdc32b0d1d7be7a56aa124d3af19fd8577)
6+
* [📦 NEW: Added 'settings' link to Plugins page](https://github.com/robertdevore/benchpress/commit/f36bebff527cd2e65f50ac1d04fc4fedea952fe6)
7+
* [📦 NEW: Added Spanish translation](https://github.com/robertdevore/benchpress/commit/e2ac95b4747bd3ae77f2a0c7f7548f46ad2f2fea)
8+
* [👌 IMPROVE: General code cleanup](https://github.com/robertdevore/benchpress/commit/9d296afe29073b57b1554ef9298f2ce31261864b)
9+
* [👌 IMPROVE: Updated text strings for localization](https://github.com/robertdevore/benchpress/commit/a06865769ffa22f3203b9bcdc274e7b62d0e95f9)
10+
311
## 1.0.2
412

513
* Fixed issue with BenchPress assets loading on non-target pages 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.2
15+
* Version: 1.1.0
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.2' );
35+
define( 'BENCHPRESS_VERSION', '1.1.0' );
3636

3737
// Create variable for settings link filter.
3838
$plugin_name = plugin_basename( __FILE__ );

0 commit comments

Comments
 (0)