From 08a5acd210dc959ed02b27158073d7f2145b9987 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 14 Oct 2024 10:49:19 -0400 Subject: [PATCH] fix typo, bump version for release --- README.md | 2 +- a2-optimized.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 198876b..f62e1f2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Contributors: a2hosting, supersoju Tags: a2 hosting, cache, speed, optimize, site performance Requires at least: 5.1 Tested up to: 6.6 -Stable tag: 3.0.10 +Stable tag: 3.0.11 Requires PHP: 7.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/a2-optimized.php b/a2-optimized.php index 73790ea..b04cfad 100644 --- a/a2-optimized.php +++ b/a2-optimized.php @@ -9,7 +9,7 @@ * @wordpress-plugin * Plugin Name: A2 Optimized WP * Plugin URI: https://wordpress.org/plugins/a2-optimized/ - * Version: 3.0.10 + * Version: 3.0.11 * Author: A2 Hosting * Author URI: https://www.a2hosting.com/ * Description: Automatically optimizes performance and security. Works together with LiteSpeed Cache. @@ -101,7 +101,7 @@ function run_a2_optimized() { if (is_admin()) { new A2_Optimized_SiteHealth; - $benchmarks = new A2_Optimized_Benchmarks; + $benchmarks = new A2_Optimized_Benchmark; $benchmarks->prune_benchmarks('backend', 10); $benchmarks->prune_benchmarks('frontend', 5); diff --git a/readme.txt b/readme.txt index 3072d65..9c4e723 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: a2hosting, supersoju Tags: a2 hosting, cache, speed, optimize, site performanceRequires at least: 5.1 Tested up to: 6.6 -Stable tag: 3.0.10 +Stable tag: 3.0.11 Requires PHP: 7.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html