ShortPixel Image Optimizer - Version 4.11.2

Version Description

Release date: 20th August 2018

  • Fix "Image files are missing" warning when thumbails optimization is activated but all the thumbnails are excepted from optimization and the bulk is ran a second time.
  • Fix not saving properly the metadata on some situations
Download this release

Release Info

Developer ShortPixel
Plugin Icon 128x128 ShortPixel Image Optimizer
Version 4.11.2
Comparing to
See all releases

Code changes from version 4.11.1 to 4.11.2

class/db/shortpixel-meta-facade.php CHANGED
@@ -192,7 +192,7 @@ class ShortPixelMetaFacade {
192
  unset($rawMeta['ShortPixel']['ErrCode']);
193
  }
194
 
195
- update_post_meta($this->ID, '_wp_attachment_metadata', $this->rawMeta);
196
  //wp_update_attachment_metadata($_ID, $rawMeta);
197
  update_post_meta($_ID, '_shortpixel_status', $this->meta->getStatus());
198
 
@@ -222,7 +222,7 @@ class ShortPixelMetaFacade {
222
  unset($rawMeta['ShortPixelPng2Jpg']);
223
  }
224
  unset($this->meta);
225
- update_post_meta($this->ID, '_wp_attachment_metadata', $this->rawMeta);
226
  //wp_update_attachment_metadata($this->ID, $rawMeta);
227
  $this->rawMeta = $rawMeta;
228
  } else {
192
  unset($rawMeta['ShortPixel']['ErrCode']);
193
  }
194
 
195
+ update_post_meta($_ID, '_wp_attachment_metadata', $rawMeta);
196
  //wp_update_attachment_metadata($_ID, $rawMeta);
197
  update_post_meta($_ID, '_shortpixel_status', $this->meta->getStatus());
198
 
222
  unset($rawMeta['ShortPixelPng2Jpg']);
223
  }
224
  unset($this->meta);
225
+ update_post_meta($this->ID, '_wp_attachment_metadata', $rawMeta);
226
  //wp_update_attachment_metadata($this->ID, $rawMeta);
227
  $this->rawMeta = $rawMeta;
228
  } else {
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === ShortPixel Image Optimizer ===
2
  Contributors: ShortPixel
3
- Tags: compress, image, compression, optimize, image optimizer, image optimiser, image compression, resize, compress pdf, compress jpg, compress png, image compression
4
  Requires at least: 3.2.0
5
  Tested up to: 4.9
6
  Requires PHP: 5.2
7
- Stable tag: 4.11.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -241,7 +241,17 @@ The ShortPixel Image Optimiser plugin calls the following actions and filters:
241
 
242
  == Changelog ==
243
 
 
 
 
 
 
 
 
244
  = 4.11.1 =
 
 
 
245
  * compatibility with the MediaPress plugin
246
  * new action to be called by when thumbnails are regenerated: shortpixel-thumbnails-regenerated
247
  * accept '+' inside the e-mail address
@@ -258,6 +268,9 @@ The ShortPixel Image Optimiser plugin calls the following actions and filters:
258
  * fix admin when domain is internationalized but the setting in admin uses the punycode-encrypted version
259
 
260
  = 4.11.0 =
 
 
 
261
  * add bulk menu options: restore, reoptimize
262
  * filter the media list by optimization status
263
  * sort the media list by optimization status
1
  === ShortPixel Image Optimizer ===
2
  Contributors: ShortPixel
3
+ Tags: compressor, image, compression, optimize, image optimizer, image optimiser, image compression, resize, compress pdf, compress jpg, compress png, image compression
4
  Requires at least: 3.2.0
5
  Tested up to: 4.9
6
  Requires PHP: 5.2
7
+ Stable tag: 4.11.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
241
 
242
  == Changelog ==
243
 
244
+ = 4.11.2 =
245
+
246
+ Release date: 20th August 2018
247
+
248
+ * Fix "Image files are missing" warning when thumbails optimization is activated but all the thumbnails are excepted from optimization and the bulk is ran a second time.
249
+ * Fix not saving properly the metadata on some situations
250
+
251
  = 4.11.1 =
252
+
253
+ Release date: 28th August 2018
254
+
255
  * compatibility with the MediaPress plugin
256
  * new action to be called by when thumbnails are regenerated: shortpixel-thumbnails-regenerated
257
  * accept '+' inside the e-mail address
268
  * fix admin when domain is internationalized but the setting in admin uses the punycode-encrypted version
269
 
270
  = 4.11.0 =
271
+
272
+ Release date: 3rd July 2018
273
+
274
  * add bulk menu options: restore, reoptimize
275
  * filter the media list by optimization status
276
  * sort the media list by optimization status
wp-shortpixel.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: ShortPixel Image Optimizer
4
  * Plugin URI: https://shortpixel.com/
5
  * Description: ShortPixel optimizes images automatically, while guarding the quality of your images. Check your <a href="options-general.php?page=wp-shortpixel" target="_blank">Settings &gt; ShortPixel</a> page on how to start optimizing your image library and make your website load faster.
6
- * Version: 4.11.1
7
  * Author: ShortPixel
8
  * Author URI: https://shortpixel.com
9
  * Text Domain: shortpixel-image-optimiser
3
  * Plugin Name: ShortPixel Image Optimizer
4
  * Plugin URI: https://shortpixel.com/
5
  * Description: ShortPixel optimizes images automatically, while guarding the quality of your images. Check your <a href="options-general.php?page=wp-shortpixel" target="_blank">Settings &gt; ShortPixel</a> page on how to start optimizing your image library and make your website load faster.
6
+ * Version: 4.11.2
7
  * Author: ShortPixel
8
  * Author URI: https://shortpixel.com
9
  * Text Domain: shortpixel-image-optimiser