SG Optimizer - Version 5.7.9

Version Description

Download this release

Release Info

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

Code changes from version 5.7.8 to 5.7.9

Files changed (3) hide show
  1. core/Minifier/Minifier.php +1 -0
  2. readme.txt +3 -0
  3. sg-cachepress.php +2 -2
core/Minifier/Minifier.php CHANGED
@@ -74,6 +74,7 @@ class Minifier {
74
  'preview',
75
  'wc-api',
76
  'method',
 
77
  );
78
 
79
  /**
74
  'preview',
75
  'wc-api',
76
  'method',
77
+ 'wc-ajax',
78
  );
79
 
80
  /**
readme.txt CHANGED
@@ -212,6 +212,9 @@ Our plugin uses a cookie in order to function properly. It does not store person
212
 
213
  == Changelog ==
214
 
 
 
 
215
  = Version 5.7.8 =
216
  * Fix HTML Minification Refactoring
217
 
212
 
213
  == Changelog ==
214
 
215
+ = Version 5.7.9 =
216
+ * Fixed bug with WooCommerce ajax
217
+
218
  = Version 5.7.8 =
219
  * Fix HTML Minification Refactoring
220
 
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.8
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.8' );
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.9
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.9' );
35
  }
36
 
37
  // Define slug constant.