Skip to content

Commit

Permalink
fix typo, bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
supersoju committed Oct 14, 2024
1 parent 2df0677 commit 08a5acd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions a2-optimized.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08a5acd

Please sign in to comment.