From 33a471d27bcf3270db02455dd00a70ef0f2e8915 Mon Sep 17 00:00:00 2001 From: tijmen Date: Mon, 22 Dec 2025 08:35:06 +0100 Subject: [PATCH 1/3] chore: update version to 3.6.6 --- tiny-compress-images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny-compress-images.php b/tiny-compress-images.php index cf454bc..f0a7103 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.5 + * Version: 3.6.6 * Author: TinyPNG * Author URI: https://tinypng.com * Text Domain: tiny-compress-images From c2e9e9d939d60b5c0f1ee4cb96a25b2f96a51f60 Mon Sep 17 00:00:00 2001 From: tijmen Date: Mon, 22 Dec 2025 08:52:17 +0100 Subject: [PATCH 2/3] 3.6.7 --- readme.txt | 5 ++++- src/class-tiny-plugin.php | 2 +- tiny-compress-images.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index dfb719e..c647bd3 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.8 -Stable tag: 3.6.6 +Stable tag: 3.6.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -174,6 +174,9 @@ 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.7 = +* Added support for WordPress 6.9 + = 3.6.6 = * fix: Improve compatibility with Avada page builder diff --git a/src/class-tiny-plugin.php b/src/class-tiny-plugin.php index 29b9020..f6ff1d1 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.6'; + const VERSION = '3.6.7'; 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 f0a7103..2efa12f 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.6 + * Version: 3.6.7 * Author: TinyPNG * Author URI: https://tinypng.com * Text Domain: tiny-compress-images From 4f099f0a48f953db4469c69468e20dd7141d2b10 Mon Sep 17 00:00:00 2001 From: tijmen Date: Mon, 22 Dec 2025 09:31:24 +0100 Subject: [PATCH 3/3] Tested up to 6.9 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index c647bd3..6841db7 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: TinyPNG Donate link: https://tinypng.com/ Tags: compress images, compression, image size, page speed, performance Requires at least: 4.0 -Tested up to: 6.8 +Tested up to: 6.9 Stable tag: 3.6.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html