From bff5b933d639ebc16808c1a8daf5e64b0c337b85 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 11 Jan 2024 14:13:20 -0500 Subject: [PATCH] Bump version for release --- README.md | 5 ++++- a2-optimized.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ed8c5a..53d6855 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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.2 -Stable tag: 3.0.7.2 +Stable tag: 3.0.8 Requires PHP: 5.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -153,6 +153,9 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin ## Changelog +### 3.0.8 +* Fixed an issue where sites with low memory limits and tens of thousands of large images may experience problems loading the A2 Optimized dashboard. + ### 3.0.7 * Revised list of Best Practices * Built-in Disk Caching will now auto-detect and apply optimizations for WooCommerce diff --git a/a2-optimized.php b/a2-optimized.php index 67857f2..b5ef990 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.7.2 + * Version: 3.0.8 * 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.7.2' ); +define( 'A2OPT_FULL_VERSION', '3.0.8' ); 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 80d3e39..db16438 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ 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.2 -Stable tag: 3.0.7.2 +Stable tag: 3.0.8 Requires PHP: 5.6 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -152,6 +152,9 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin == Changelog == += 3.0.7 = +* Fixed an issue where sites with low memory limits and tens of thousands of large images may experience problems loading the A2 Optimized dashboard + = 3.0.7 = * Revised list of Best Practices * Built-in Disk Caching will now auto-detect and apply optimizations for WooCommerce