Skip to content

Commit 6ec5936

Browse files
tijmenbruggemanrkoopmans
authored andcommitted
chore: up version to 3.6.5
1 parent f36a568 commit 6ec5936

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://tinypng.com/
44
Tags: compress images, compression, image size, page speed, performance
55
Requires at least: 4.0
66
Tested up to: 6.8
7-
Stable tag: 3.6.4
7+
Stable tag: 3.6.5
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -174,6 +174,9 @@ A: You can upgrade to a paid account by adding your *Payment details* on your [a
174174
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.
175175

176176
== Changelog ==
177+
= 3.6.5 =
178+
* fix: prevent picture element when using a page builder
179+
177180
= 3.6.4 =
178181
* added a guard to prevent bulk processing to requeue already processed images
179182

src/class-tiny-helpers.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ public static function get_mimetype( $input ) {
113113

114114
/**
115115
* Checks wether a user is viewing from a page builder
116+
*
117+
* @since 3.6.5
116118
*/
117119
public static function is_pagebuilder_request() {
118120
$pagebuilder_keys = array(

src/class-tiny-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
*/
2020
class Tiny_Plugin extends Tiny_WP_Base {
21-
const VERSION = '3.6.4';
21+
const VERSION = '3.6.5';
2222
const MEDIA_COLUMN = self::NAME;
2323
const DATETIME_FORMAT = 'Y-m-d G:i:s';
2424

tiny-compress-images.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: TinyPNG - JPEG, PNG & WebP image compression
44
* Description: Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.
5-
* Version: 3.6.4
5+
* Version: 3.6.5
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* Text Domain: tiny-compress-images

0 commit comments

Comments
 (0)