Skip to content

Commit d90e204

Browse files
committed
🚀 RELEASE: v1.2.0
1 parent 32af109 commit d90e204

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
* [📦 NEW: Added WPCom Check to restrict plugin usage on wordpress.com](https://github.com/robertdevore/benchpress/commit/d05d1389ea6a8bdf5847e57813d4338e31bc14df)
6+
* [📦 NEW: Added French translation](https://github.com/robertdevore/benchpress/commit/cac7ae75b370aa83c486e9d01d9d95ab6d6658be)
7+
* [📦 NEW: Added German translation](https://github.com/robertdevore/benchpress/commit/b7a8c46ff9328d0b070071f5a1c3268e4cc667b8)
8+
* [📦 NEW: Added Afrikkans translation](https://github.com/robertdevore/benchpress/commit/54fe254e5775ae93991e60c121086681c2d9fa31)
9+
* [📦 NEW: Added Japanese translation](https://github.com/robertdevore/benchpress/commit/32af109ffb8a4f48df3b87787838b89637268467)
10+
* [👌 IMPROVE: Updated text strings for localization](https://github.com/robertdevore/benchpress/commit/f3edfc6484f2a39c01779e882336a9d184738d97)
11+
* [👌 IMPROVE: Moved the db-table code to it's own file](https://github.com/robertdevore/benchpress/commit/4da9dddeaf75b18d3964e0f035813a0488fac6bf)
12+
* [👌 IMPROVE: Moved the enqueue scripts to their own file](https://github.com/robertdevore/benchpress/commit/2f9f7ea45eb40573b638d0dde6af7be752913704)
13+
* [👌 IMPROVE: Moved ajax codes to their own file](https://github.com/robertdevore/benchpress/commit/612bee6c5093c2c014eb27687d3dee93c9795ce3)
14+
* [👌 IMPROVE: Moved admin settings to it's own file](https://github.com/robertdevore/benchpress/commit/1e17ea197fe112ef7e7630ac7c009277124b9710)
15+
* [👌 IMPROVE: Updated plugin to load text domains for translations](https://github.com/robertdevore/benchpress/commit/bdb503645029869de43be2110d6c05f30c59b155)
16+
317
## 1.1.0
418

519
* [📦 NEW: Added benchpress_admin_header helper function](https://github.com/robertdevore/benchpress/commit/057921bdc32b0d1d7be7a56aa124d3af19fd8577)

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

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

0 commit comments

Comments
 (0)