Skip to content

Commit

Permalink
final tweaks for 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nosilver4u committed Nov 29, 2018
1 parent 67eb99d commit 39c64eb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
@@ -1,3 +1,9 @@
= 4.5.2 =
* added: automatic migration to move image paths from absolute to relative
* changed: default quality for PNG to JPG did not match WordPress default
* fixed: legacy absolute paths not matched during bulk scanner when relative matching is enabled
* fixed: PNG to JPG auto-convert produces larger JPG images in some cases

= 4.5.1 =
* changed: optimization results are tracked by relative urls instead of absolute ones for better portability, migration tool coming soon
* changed: ExactDN defaults to crop when explicit dimensions are given to image_downsize(), revert to scaling with EXACTDN_IMAGE_DOWNSIZE_SCALE
Expand Down
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -23,7 +23,7 @@
exit;
}

define( 'EWWW_IMAGE_OPTIMIZER_VERSION', '451.0' );
define( 'EWWW_IMAGE_OPTIMIZER_VERSION', '452.0' );

// Initialize a couple globals.
$ewww_debug = '';
Expand Down
2 changes: 1 addition & 1 deletion ewww-image-optimizer.php
Expand Up @@ -14,7 +14,7 @@
Description: Reduce file sizes for images within WordPress including NextGEN Gallery and GRAND FlAGallery. Uses jpegtran, optipng/pngout, and gifsicle.
Author: Exactly WWW
Text Domain: ewww-image-optimizer
Version: 4.5.1
Version: 4.5.2
Author URI: https://ewww.io/
License: GPLv3
*/
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -5,7 +5,7 @@ Tags: image, compress, resize, optimize, optimization, lossless, lossy, seo, web
Requires at least: 4.9
Tested up to: 5.0
Requires PHP: 5.6
Stable tag: 4.5.1
Stable tag: 4.5.2
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 39c64eb

Please sign in to comment.