Plugin Directory

Changeset 3168674


Ignore:
Timestamp:
10/14/2024 02:49:41 PM (18 months ago)
Author:
a2hosting
Message:

v3.0.11

Location:
a2-optimized-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • a2-optimized-wp/trunk/a2-optimized.php

    r3168601 r3168674  
    1010 * Plugin Name: A2 Optimized WP
    1111 * Plugin URI: https://wordpress.org/plugins/a2-optimized/
    12  * Version: 3.0.10
     12 * Version: 3.0.11
    1313 * Author: A2 Hosting
    1414 * Author URI: https://www.a2hosting.com/
     
    102102        new A2_Optimized_SiteHealth;
    103103
    104         $benchmarks = new A2_Optimized_Benchmarks;
     104        $benchmarks = new A2_Optimized_Benchmark;
    105105        $benchmarks->prune_benchmarks('backend', 10);
    106106        $benchmarks->prune_benchmarks('frontend', 5);
  • a2-optimized-wp/trunk/readme.txt

    r3168601 r3168674  
    33Tags: a2 hosting, cache, speed, optimize, site performanceRequires at least: 5.1
    44Tested up to: 6.6
    5 Stable tag: 3.0.10
     5Stable tag: 3.0.11
    66Requires PHP: 7.0
    77License: GPLv3
Note: See TracChangeset for help on using the changeset viewer.