Version Description
= 2.0.10.9 = Important security update. Please upgrade immediately.
= 2.0 = New GPL plugin, now updates are through the wordpress.org repository
Download this release
Release Info
Developer | a2hosting |
Plugin | A2 Optimized WP |
Version | 2.1.4.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.4.6 to 2.1.4.6.1
- A2_Optimized_Optimizations.php +2 -3
- a2-optimized.php +1 -1
- readme.txt +1 -1
A2_Optimized_Optimizations.php
CHANGED
@@ -32,7 +32,7 @@ class A2_Optimized_Optimizations {
|
|
32 |
$checked_gzip = get_transient('a2_checked_gzip');
|
33 |
if (false === $checked_gzip) {
|
34 |
$w3tc = $this->thisclass->get_w3tc_config();
|
35 |
-
if(is_array($w3tc)){
|
36 |
$previous_setting = $w3tc['browsercache.html.compression'];
|
37 |
$this->thisclass->disable_w3tc_gzip();
|
38 |
if ($previous_setting && is_object($this->server_info)) {
|
@@ -667,9 +667,8 @@ class A2_Optimized_Optimizations {
|
|
667 |
if (class_exists('A2_Optimized_Private_Optimizations')) {
|
668 |
$a2opt_priv = new A2_Optimized_Private_Optimizations();
|
669 |
|
670 |
-
if(method_exists($a2opt_priv, 'get_redis_socket')){
|
671 |
$file_path = $a2opt_priv->get_redis_socket();
|
672 |
-
$optimizations['a2_object_cache']['description'] .= "<br />$file_path";
|
673 |
}
|
674 |
}
|
675 |
}
|
32 |
$checked_gzip = get_transient('a2_checked_gzip');
|
33 |
if (false === $checked_gzip) {
|
34 |
$w3tc = $this->thisclass->get_w3tc_config();
|
35 |
+
if (is_array($w3tc)) {
|
36 |
$previous_setting = $w3tc['browsercache.html.compression'];
|
37 |
$this->thisclass->disable_w3tc_gzip();
|
38 |
if ($previous_setting && is_object($this->server_info)) {
|
667 |
if (class_exists('A2_Optimized_Private_Optimizations')) {
|
668 |
$a2opt_priv = new A2_Optimized_Private_Optimizations();
|
669 |
|
670 |
+
if (method_exists($a2opt_priv, 'get_redis_socket')) {
|
671 |
$file_path = $a2opt_priv->get_redis_socket();
|
|
|
672 |
}
|
673 |
}
|
674 |
}
|
a2-optimized.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: A2 Optimized WP
|
4 |
Plugin URI: https://wordpress.org/plugins/a2-optimized/
|
5 |
-
Version: 2.1.4.6
|
6 |
Author: A2 Hosting
|
7 |
Author URI: https://www.a2hosting.com/
|
8 |
Description: A2 Optimized - WordPress Optimization Plugin
|
2 |
/*
|
3 |
Plugin Name: A2 Optimized WP
|
4 |
Plugin URI: https://wordpress.org/plugins/a2-optimized/
|
5 |
+
Version: 2.1.4.6.1
|
6 |
Author: A2 Hosting
|
7 |
Author URI: https://www.a2hosting.com/
|
8 |
Description: A2 Optimized - WordPress Optimization Plugin
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: A2BCool, a2hosting, dmatteson, sputala
|
|
3 |
Tags: Speed, Optimize, Secure, Fast, LiteSpeed, LSCache, A2, Hosting
|
4 |
Requires at least: 5.1
|
5 |
Tested up to: 6.0
|
6 |
-
Stable tag: 2.1.4.6
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
3 |
Tags: Speed, Optimize, Secure, Fast, LiteSpeed, LSCache, A2, Hosting
|
4 |
Requires at least: 5.1
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 2.1.4.6.1
|
7 |
Requires PHP: 5.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|