SG Optimizer - Version 5.7.19

Version Description

Download this release

Release Info

Developer stoyangeorgiev
Plugin Icon 128x128 SG Optimizer
Version 5.7.19
Comparing to
See all releases

Code changes from version 5.7.18 to 5.7.19

assets/images/logo-white.svg CHANGED
File without changes
core/Images_Optimizer/Images_Optimizer_Webp.php CHANGED
@@ -270,7 +270,7 @@ class Images_Optimizer_Webp {
270
  break;
271
  case 'lossless':
272
  default:
273
- $quality = 75;
274
  $quality_type = '-lossless';
275
  break;
276
  }
270
  break;
271
  case 'lossless':
272
  default:
273
+ $quality = 100;
274
  $quality_type = '-lossless';
275
  break;
276
  }
readme.txt CHANGED
@@ -217,6 +217,9 @@ Our plugin uses a cookie in order to function properly. It does not store person
217
 
218
  == Changelog ==
219
 
 
 
 
220
  = Version 5.7.18 =
221
  * Improved REST API cache invalidation
222
 
217
 
218
  == Changelog ==
219
 
220
+ = Version 5.7.19 =
221
+ * Change loseless quality
222
+
223
  = Version 5.7.18 =
224
  * Improved REST API cache invalidation
225
 
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.18
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.18' );
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.19
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.19' );
35
  }
36
 
37
  // Define slug constant.