SG Optimizer - Version 5.7.16

Version Description

Download this release

Release Info

Developer sstoqnov
Plugin Icon 128x128 SG Optimizer
Version 5.7.16
Comparing to
See all releases

Code changes from version 5.7.15 to 5.7.16

core/Admin/Admin.php CHANGED
@@ -143,7 +143,7 @@ class Admin {
143
 
144
  $data = array(
145
  'rest_base' => untrailingslashit( get_rest_url( null, Rest::REST_NAMESPACE ) ),
146
- 'home_url' => Helper::get_site_url(),
147
  'is_cron_disabled' => Helper::is_cron_disabled(),
148
  'is_avalon' => Helper::is_avalon(),
149
  'modules' => $this->modules->get_active_modules(),
143
 
144
  $data = array(
145
  'rest_base' => untrailingslashit( get_rest_url( null, Rest::REST_NAMESPACE ) ),
146
+ 'home_url' => Helper::get_home_url(),
147
  'is_cron_disabled' => Helper::is_cron_disabled(),
148
  'is_avalon' => Helper::is_avalon(),
149
  'modules' => $this->modules->get_active_modules(),
core/Combinator/Css_Combinator.php CHANGED
@@ -15,6 +15,9 @@ class Css_Combinator extends Abstract_Combinator {
15
  * @var array Array containing all styles that will be loaded.
16
  */
17
  private $combined_styles_exclude_list = array(
 
 
 
18
  'uag-style',
19
  'buy_sell_ads_pro_template_stylesheet', // Too big file.
20
  );
15
  * @var array Array containing all styles that will be loaded.
16
  */
17
  private $combined_styles_exclude_list = array(
18
+ 'amelia-elementor-widget-font',
19
+ 'amelia_booking_styles_vendor',
20
+ 'amelia_booking_styles',
21
  'uag-style',
22
  'buy_sell_ads_pro_template_stylesheet', // Too big file.
23
  );
core/Combinator/Js_Combinator.php CHANGED
@@ -493,6 +493,7 @@ class Js_Combinator extends Abstract_Combinator {
493
  'wp-api-fetch',
494
  'wp-i18n',
495
  'wp-polyfill',
 
496
  );
497
 
498
  /**
493
  'wp-api-fetch',
494
  'wp-i18n',
495
  'wp-polyfill',
496
+ 'wp-url',
497
  );
498
 
499
  /**
core/Front_End_Optimization/Front_End_Optimization.php CHANGED
@@ -54,6 +54,7 @@ class Front_End_Optimization {
54
  'wp-api-fetch',
55
  'wp-i18n',
56
  'wp-polyfill',
 
57
  );
58
 
59
  /**
54
  'wp-api-fetch',
55
  'wp-i18n',
56
  'wp-polyfill',
57
+ 'wp-url',
58
  );
59
 
60
  /**
readme.txt CHANGED
@@ -217,6 +217,11 @@ Our plugin uses a cookie in order to function properly. It does not store person
217
 
218
  == Changelog ==
219
 
 
 
 
 
 
220
  = Version 5.7.15 =
221
  * Improved Contact Form 7 support
222
 
217
 
218
  == Changelog ==
219
 
220
+ = Version 5.7.16 =
221
+ * Improved Contact Form 7 support
222
+ * Improved Amelia booking support
223
+ * Improved support for sites with custom wp-content dir
224
+
225
  = Version 5.7.15 =
226
  * Improved Contact Form 7 support
227
 
sg-cachepress.php CHANGED
@@ -10,7 +10,7 @@
10
  * Plugin Name: SG Optimizer
11
  * Plugin URI: https://siteground.com
12
  * Description: This plugin will link your WordPress application with all the performance optimizations provided by SiteGround
13
- * Version: 5.7.15
14
  * Author: SiteGround
15
  * Author URI: https://www.siteground.com
16
  * Text Domain: sg-cachepress
@@ -31,7 +31,7 @@ if ( ! defined( 'WPINC' ) ) {
31
 
32
  // Define version constant.
33
  if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) {
34
- define( __NAMESPACE__ . '\VERSION', '5.7.15' );
35
  }
36
 
37
  // Define slug constant.
10
  * Plugin Name: SG Optimizer
11
  * Plugin URI: https://siteground.com
12
  * Description: This plugin will link your WordPress application with all the performance optimizations provided by SiteGround
13
+ * Version: 5.7.16
14
  * Author: SiteGround
15
  * Author URI: https://www.siteground.com
16
  * Text Domain: sg-cachepress
31
 
32
  // Define version constant.
33
  if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) {
34
+ define( __NAMESPACE__ . '\VERSION', '5.7.16' );
35
  }
36
 
37
  // Define slug constant.