Version Description
Download this release
Release Info
Developer | sstoqnov |
Plugin | SG Optimizer |
Version | 5.0.2 |
Comparing to | |
See all releases |
Code changes from version 5.0.1 to 5.0.2
core/Install_Service/Install_5_0_0.php
CHANGED
@@ -125,6 +125,9 @@ class Install_5_0_0 extends Install {
|
|
125 |
'first_run' => get_option( 'SGCP_FristRun', 0 ),
|
126 |
'last_fail' => get_option( 'SGCP_LastFail', 0 ),
|
127 |
);
|
|
|
|
|
|
|
128 |
}
|
129 |
|
130 |
// Add the ssl option to other options.
|
125 |
'first_run' => get_option( 'SGCP_FristRun', 0 ),
|
126 |
'last_fail' => get_option( 'SGCP_LastFail', 0 ),
|
127 |
);
|
128 |
+
|
129 |
+
// Backward compatibility.
|
130 |
+
add_option( 'sg_cachepress', $options );
|
131 |
}
|
132 |
|
133 |
// Add the ssl option to other options.
|
sg-cachepress.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* @wordpress-plugin
|
10 |
* Plugin Name: SG Optimizer
|
11 |
* Description: This plugin will link your WordPress application with all the performance optimizations provided by SiteGround
|
12 |
-
* Version: 5.0.
|
13 |
* Author: SiteGround
|
14 |
* Text Domain: sg-cachepress
|
15 |
* Domain Path: /languages
|
9 |
* @wordpress-plugin
|
10 |
* Plugin Name: SG Optimizer
|
11 |
* Description: This plugin will link your WordPress application with all the performance optimizations provided by SiteGround
|
12 |
+
* Version: 5.0.2
|
13 |
* Author: SiteGround
|
14 |
* Text Domain: sg-cachepress
|
15 |
* Domain Path: /languages
|