Skip to content

Commit

Permalink
final tweaks for 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nosilver4u committed Sep 10, 2019
1 parent c4d4b32 commit aedc9c0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
= 4.9.3 =
* fixed: ExactDN incorrectly scales Elementor background images rather than cropping
* fixed: ExactDN cannot work with Divi/Elementor background images due to use of external CSS files
* fixed: JS WebP rewriting picture tags that already have WebP markup in Force WebP mode
* fixed: JS WebP incorrectly parses GIF/SVG images in Force WebP mode
* fixed: JS WebP does not support lazy load + infinite scroll
* fixed: Lazy Load auto-scaling breaks if background image is enclosed in encoded quotes

= 4.9.2 =
* fixed: generating lazy load PNG placeholders with large heights causes 500 errors
* fixed: error when importing media via WordPress Importer plugin
Expand Down
3 changes: 0 additions & 3 deletions classes/class-eio-alt-webp.php
Original file line number Diff line number Diff line change
Expand Up @@ -655,9 +655,6 @@ function filter_page_output( $buffer ) {
}
}
ewwwio_debug_message( 'all done parsing page for alt webp' );
if ( true ) { // Set to true for extra logging.
ewww_image_optimizer_debug_log();
}
return $buffer;
}

Expand Down
5 changes: 1 addition & 4 deletions common.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
exit;
}

define( 'EWWW_IMAGE_OPTIMIZER_VERSION', '492.15' );
define( 'EWWW_IMAGE_OPTIMIZER_VERSION', '493.0' );

// Initialize a couple globals.
$eio_debug = '';
Expand Down Expand Up @@ -7965,9 +7965,6 @@ function ewww_image_optimizer_get_image_sizes() {
if ( is_array( $image_sizes ) ) {
ewwwio_debug_message( 'sizes: ' . implode( '<br>', $image_sizes ) );
}
if ( false ) { // set to true to enable more debugging.
ewwwio_debug_message( print_r( $_wp_additional_image_sizes, true ) );
}
if ( ewww_image_optimizer_iterable( $image_sizes ) ) {
foreach ( $image_sizes as $_size ) {
if ( in_array( $_size, array( 'thumbnail', 'medium', 'medium_large', 'large' ), true ) ) {
Expand Down
2 changes: 1 addition & 1 deletion ewww-image-optimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Plugin URI: https://wordpress.org/plugins/ewww-image-optimizer/
Description: Reduce file sizes for images within WordPress including NextGEN Gallery and GRAND FlAGallery. Uses jpegtran, optipng/pngout, and gifsicle.
Author: Exactly WWW
Version: 4.9.2.1
Version: 4.9.3
Author URI: https://ewww.io/
License: GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: optimize, image, convert, webp, resize, compress, lazy load, optimization,
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 4.9.2
Stable tag: 4.9.3
License: GPLv3

Speed up your website and improve your visitors' experience by automatically compressing and resizing images and PDFs. Boost SEO and improve sales.
Expand Down

0 comments on commit aedc9c0

Please sign in to comment.