PluginProbe
Autoptimize / 2.1.2
Autoptimize v2.1.2
2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 All 107 releases
← All changes | classlesses/autoptimizeUpdateCode.php +0 -2 2.2.22.1.2 View file →
@@ -2,10 +2,8 @@
2 2 /*
3 3 * below code handles updates and is only included by autoptimize.php if/ when needed
4 4 */
5 5
6 -if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
7 -
8 6 $majorUp = false;
9 7 $autoptimize_major_version=substr($autoptimize_db_version,0,3);
10 8
11 9 switch($autoptimize_major_version) {