Releases: clarifynl/responsive-pics
Releases · clarifynl/responsive-pics
Version 1.8.3
Fixes
🐛 Use $resize_path
to check for existing file in responsive_pics_file_exists
filter (credits: @manuelportela).
Version 1.8.2
Fixes
- Prevent images being added to the queue on every page load when using S3 offload by using the
responsive_pics_file_exists
instead (credits: @joshuafredrickson).
Version 1.8.1
Features
- Only re-init WP Offload Media's
Media_Library_Item
cache after successfully offloading item.
Version 1.8.0
Features
- Use requested
width
andheight
as S3 object keys instead of resized imagewidth
andheight
.
Fixes
- Fix Slow TTFB when checking
file_exists
on s3 uri by @joshuafredrickson (closes #62).
Version 1.7.8
Version 1.7.7
Fixes
- Fix undefined array key 'ratio' in
get_picture
when mime type is not supported or when it's an animated gif.
Version 1.7.6
Features
- Update Action Scheduler library to version 3.6.4.
Fixes
- Fix PHP 8.2
Deprecated: Creation of dynamic property
warnings (fixes #56). - Fix PHP 8.2
Use of "self" in callables
deprecation warning inclass-breakpoints.php
.
Version 1.7.5
Fixes
• Prevent missing $meta_data
info when attachment is in non supported mime types.
Version 1.7.4
Features
• Return animated
, breakpoint
, width
, height
& ratio
properties in definition when mime-type
is not supported or when it's an animated gif.
Fixes
• Return original image src in get_image
when attachment is an animated gif and use original
size in wp_get_attachment_image_src
.
• Return false
when image $id
is 0
.
Version 1.7.3
Fixes
• Return get_data
functions immediately if $image
is false (Fixes #48).