Skip to content

Commit

Permalink
updated tested to string
Browse files Browse the repository at this point in the history
  • Loading branch information
supersoju committed Oct 12, 2023
1 parent a35465f commit 9cd76ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 3.0.6.5
Tested up to: 6.4
Stable tag: 3.0.6.5.1
Requires PHP: 5.6
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.6.5
* Version: 3.0.6.5.1
* 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.6.5' );
define( 'A2OPT_FULL_VERSION', '3.0.6.5.1' );
define( 'A2OPT_MIN_PHP', '5.6' );
define( 'A2OPT_MIN_WP', '5.1' );
define( 'A2OPT_FILE', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
Stable tag: 3.0.6.5
Tested up to: 6.4
Stable tag: 3.0.6.5.1
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit 9cd76ec

Please sign in to comment.