A2 Optimized WP - Version 2.1.4.5.1

Version Description

  • Optimize database tables was not being called correctly in some cases.
Download this release

Release Info

Developer a2hosting
Plugin Icon 128x128 A2 Optimized WP
Version 2.1.4.5.1
Comparing to
See all releases

Code changes from version 2.1.4.5 to 2.1.4.5.1

A2_Optimized_DB_Optimizations.php CHANGED
@@ -112,7 +112,7 @@ class A2_Optimized_DBOptimizations {
112
  $this->remove_expired_transients();
113
  }
114
  if ($toggles['optimize_tables']) {
115
- $this->remove_optimize_tables();
116
  }
117
  }
118
 
112
  $this->remove_expired_transients();
113
  }
114
  if ($toggles['optimize_tables']) {
115
+ $this->optimize_tables();
116
  }
117
  }
118
 
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.5
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.5.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.5
7
  Requires PHP: 5.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -133,7 +133,10 @@ Yes. A2 Optimized works on any host that supports WordPress; however, A2 Hostin
133
 
134
  == Changelog ==
135
 
136
- = 2.1.4 =
 
 
 
137
  * Fix for issue where TurboCache was not being correctly identified.
138
 
139
  = 2.1.4 =
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.5.1
7
  Requires PHP: 5.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
133
 
134
  == Changelog ==
135
 
136
+ = 2.1.4.5.1 =
137
+ * Optimize database tables was not being called correctly in some cases.
138
+
139
+ = 2.1.4.5 =
140
  * Fix for issue where TurboCache was not being correctly identified.
141
 
142
  = 2.1.4 =