From 60b68a61b9864738d23ca06adb9278ec57c38bb5 Mon Sep 17 00:00:00 2001 From: tijmen Date: Sat, 27 Jun 2026 15:05:20 +0200 Subject: [PATCH] 3.7.0 --- readme.txt | 3 ++- src/class-tiny-plugin.php | 2 +- tiny-compress-images.php | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 486c9306..54d3eb43 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://tinypng.com/ Tags: compress images, compression, image size, page speed, performance Requires at least: 4.0 Tested up to: 7.0 -Stable tag: 3.6.14 +Stable tag: 3.7.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -176,6 +176,7 @@ A: When the conversion feature is enabled (to convert images to AVIF or WebP), e == Changelog == = 3.7.0 = * chore: migrated meta key from `tiny_compress_images` to `_tiny_compress_images` +* feat: when original is set to be compressed, it will also compress images filtered by big_image_size_threshold. = 3.6.14 = * fix: added check for valid path before deleting converted image diff --git a/src/class-tiny-plugin.php b/src/class-tiny-plugin.php index 90d0eac0..66519179 100644 --- a/src/class-tiny-plugin.php +++ b/src/class-tiny-plugin.php @@ -18,7 +18,7 @@ * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ class Tiny_Plugin extends Tiny_WP_Base { - const VERSION = '3.6.14'; + const VERSION = '3.7.0'; const MEDIA_COLUMN = self::NAME; const DATETIME_FORMAT = 'Y-m-d G:i:s'; diff --git a/tiny-compress-images.php b/tiny-compress-images.php index 567894db..e8483e25 100644 --- a/tiny-compress-images.php +++ b/tiny-compress-images.php @@ -2,7 +2,7 @@ /** * Plugin Name: TinyPNG - JPEG, PNG & WebP image compression * Description: Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG. - * Version: 3.6.14 + * Version: 3.7.0 * Author: TinyPNG * Author URI: https://tinypng.com * Text Domain: tiny-compress-images