From e42f796b12577d968310580cd6d71e1d0389b93d Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 15 Nov 2023 10:12:29 -0500 Subject: [PATCH] bump version for release --- README.md | 8 ++++++-- a2-optimized.php | 4 ++-- readme.txt | 8 ++++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 39921df..691f7d9 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Contributors: a2hosting, supersoju Tags: a2 hosting, cache, caching, speed, fast, optimize, site performance, image optimization, image compression, site security, seo, gzip compression, minify code, code minification Requires at least: 5.1 -Tested up to: 6.4 -Stable tag: 3.0.6.6 +Tested up to: 6.4.1 +Stable tag: 3.0.7 Requires PHP: 5.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -153,6 +153,10 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin ## Changelog +### 3.0.7 +* Revised list of Best Practices +* Built-in Disk Caching will now auto-detect and apply optimizations for WooCommerce + ### 3.0.6.6 * Tested with WordPress 6.4 * Additional A2 TurboHub functionality diff --git a/a2-optimized.php b/a2-optimized.php index e44790d..aa0cbde 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.6.6 + * Version: 3.0.7 * Author: A2 Hosting * Author URI: https://www.a2hosting.com/ * Description: Automatically optimizes performance and security. Works together with LiteSpeed Cache. @@ -24,7 +24,7 @@ } define( 'A2OPT_VERSION', '3.0' ); -define( 'A2OPT_FULL_VERSION', '3.0.6.6' ); +define( 'A2OPT_FULL_VERSION', '3.0.7' ); define( 'A2OPT_MIN_PHP', '5.6' ); define( 'A2OPT_MIN_WP', '5.1' ); define( 'A2OPT_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index a9c70e4..76ef286 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: a2hosting, supersoju Tags: a2 hosting, cache, caching, speed, fast, optimize, site performance, image optimization, image compression, site security, seo, gzip compression, minify code, code minification Requires at least: 5.1 -Tested up to: 6.4 -Stable tag: 3.0.6.6 +Tested up to: 6.4.1 +Stable tag: 3.0.7 Requires PHP: 5.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -152,6 +152,10 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin == Changelog == += 3.0.7 = +* Revised list of Best Practices +* Built-in Disk Caching will now auto-detect and apply optimizations for WooCommerce + = 3.0.6.6 = * Tested with WordPress 6.4 * Additional A2 TurboHub functionality