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.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 `
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.2
15+ * Version: 1.1.0
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.2 ' );
35+ define ( 'BENCHPRESS_VERSION ' , '1.1.0 ' );
3636
3737// Create variable for settings link filter.
3838$ plugin_name = plugin_basename ( __FILE__ );
You can’t perform that action at this time.
0 commit comments