Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
supersoju committed Oct 11, 2024
1 parent 1295b46 commit 2df0677
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# A2 Optimized WP - Turbocharge and secure your WordPress site

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
Tags: a2 hosting, cache, speed, optimize, site performance
Requires at least: 5.1
Tested up to: 6.6
Stable tag: 3.0.9
Stable tag: 3.0.10
Requires PHP: 7.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -153,6 +153,9 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin

## Changelog

### 3.0.10
* Automatically clean out old front-end benchmarks results as they were getting quite large for some sites.

### 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.

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.9
* Version: 3.0.10
* Author: A2 Hosting
* Author URI: https://www.a2hosting.com/
* Description: Automatically optimizes performance and security. Works together with LiteSpeed Cache.
Expand All @@ -24,7 +24,7 @@
}

define( 'A2OPT_VERSION', '3.0' );
define( 'A2OPT_FULL_VERSION', '3.0.9' );
define( 'A2OPT_FULL_VERSION', '3.0.10' );
define( 'A2OPT_MIN_PHP', '5.6' );
define( 'A2OPT_MIN_WP', '5.1' );
define( 'A2OPT_FILE', __FILE__ );
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
=== A2 Optimized WP - Turbocharge and secure your WordPress site ===
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
Tags: a2 hosting, cache, speed, optimize, site performanceRequires at least: 5.1
Tested up to: 6.6
Stable tag: 3.0.9
Stable tag: 3.0.10
Requires PHP: 7.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -152,6 +151,12 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin

== Changelog ==

= 3.0.10 =
* Automatically clean out old front-end benchmarks results as they were getting quite large for some sites.

= 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 =
* Fixed an issue where sites with low memory limits and tens of thousands of large images may experience problems loading the A2 Optimized dashboard

Expand Down

0 comments on commit 2df0677

Please sign in to comment.