From 4680f5c69666368ec68e8fd7dfdc992ff7ce9768 Mon Sep 17 00:00:00 2001 From: Sertii <36940685+Sreini@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:34:38 +0100 Subject: [PATCH 1/2] release: 3.6.10 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 565e7c67..aa6e9ea1 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: 6.9 -Stable tag: 3.6.9 +Stable tag: 3.6.10 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From d11c9eaa8265042cba9c0cd8512373aa5c7e4cf2 Mon Sep 17 00:00:00 2001 From: tijmen Date: Thu, 7 May 2026 21:41:42 +0200 Subject: [PATCH 2/2] 3.6.14 --- readme.txt | 6 +++++- src/class-tiny-plugin.php | 2 +- tiny-compress-images.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 7c7c5fe5..c2b7dc6f 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.13 +Stable tag: 3.6.14 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -174,6 +174,10 @@ A: You can upgrade to a paid account by adding your *Payment details* on your [a A: When the conversion feature is enabled (to convert images to AVIF or WebP), each image will use double the number of credits: one for compression and one for format conversion. == Changelog == += 3.6.14 = +* fix: added check for valid path before deleting converted image +* fix: use hook uninstall_plugin instead of uninstall.php to prevent dependency deletion + = 3.6.13 = * fix: will copy sizes attribute to picture element * fix: will no longer clear logs on each save settings diff --git a/src/class-tiny-plugin.php b/src/class-tiny-plugin.php index f0d324bb..820da686 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.8'; + const VERSION = '3.6.14'; 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 f77bd680..e6aa9cad 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.13 + * Version: 3.6.14 * Author: TinyPNG * Author URI: https://tinypng.com * Text Domain: tiny-compress-images