Skip to content

Commit

Permalink
releasing version 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nosilver4u committed Mar 6, 2024
1 parent 149f8cc commit 35025a5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
= 7.4.0 =
*Release Date - March 6, 2024*

* added: async bulk optimizer on settings page
* added: store WebP results/errors for display in Media Library, and in optimization table/results
* added: ability to view pending/queued images, remove images from queue, and sort queue by original image size
* fixed: restoring images from optimization table
* fixed: attempting to install x64 binaries on arm64 servers

= 7.3.0 =
*Release Date - February 20, 2024*

Expand Down
4 changes: 2 additions & 2 deletions 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: Smaller Images, Faster Sites, Happier Visitors. Comprehensive image optimization that doesn't require a degree in rocket science.
Author: Exactly WWW
Version: 7.3.0.1
Version: 7.4.0
Requires at least: 6.1
Requires PHP: 7.3
Author URI: https://ewww.io/
Expand All @@ -34,7 +34,7 @@
add_action( 'admin_notices', 'ewww_image_optimizer_dual_plugin' );
} elseif ( false === strpos( add_query_arg( '', '' ), 'ewwwio_disable=1' ) ) {

define( 'EWWW_IMAGE_OPTIMIZER_VERSION', 730.14 );
define( 'EWWW_IMAGE_OPTIMIZER_VERSION', 740 );

if ( WP_DEBUG && function_exists( 'memory_get_usage' ) ) {
$ewww_memory = 'plugin load: ' . memory_get_usage( true ) . "\n";
Expand Down
9 changes: 5 additions & 4 deletions 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: 6.1
Tested up to: 6.4
Requires PHP: 7.3
Stable tag: 7.3.0
Stable tag: 7.4.0
License: GPLv3

Smaller Images, Faster Sites, Happier Visitors. Comprehensive image optimization that doesn't require a degree in rocket science.
Expand Down Expand Up @@ -140,13 +140,14 @@ That's not a question, but since I made it up, I'll answer it. See this resource
* Feature requests can be viewed and submitted on our [feedback portal](https://feedback.ewww.io/b/features)
* If you would like to help translate this plugin in your language, [join the team](https://translate.wordpress.org/projects/wp-plugins/ewww-image-optimizer/)

= 7.3.1 =
*Release Date - TBD*
= 7.4.0 =
*Release Date - March 6, 2024*

* added: async bulk optimizer on settings page
* added: store WebP results/errors for display in Media Library, and in optimization table/results
* added: ability to view pending/queued images, remove images from queue, and sort queue by original image size
* fixed: restoring images from tools page
* fixed: restoring images from optimization table
* fixed: attempting to install x64 binaries on arm64 servers

= 7.3.0 =
*Release Date - February 20, 2024*
Expand Down

0 comments on commit 35025a5

Please sign in to comment.