Skip to content

Releases: clarifynl/responsive-pics

Version 1.8.3

27 Feb 13:28
57df38f
Compare
Choose a tag to compare

Fixes

🐛 Use $resize_path to check for existing file in responsive_pics_file_exists filter (credits: @manuelportela).

Version 1.8.2

05 Feb 11:30
Compare
Choose a tag to compare

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

26 Dec 11:12
c2d737d
Compare
Choose a tag to compare

Features

  • Only re-init WP Offload Media's Media_Library_Item cache after successfully offloading item.

Version 1.8.0

22 Dec 14:54
Compare
Choose a tag to compare

Features

  • Use requested width and height as S3 object keys instead of resized image width and height.

Fixes

Version 1.7.8

05 Dec 09:58
88943cb
Compare
Choose a tag to compare

Features

  • Use wp_add_inline_script for wpack.io publicPath (merged #60).
  • Update @wpackio to version 3.5.

Version 1.7.7

21 Nov 11:24
f8f262f
Compare
Choose a tag to compare

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

21 Nov 09:13
ca08eea
Compare
Choose a tag to compare

Features

Fixes

  • Fix PHP 8.2 Deprecated: Creation of dynamic property warnings (fixes #56).
  • Fix PHP 8.2 Use of "self" in callables deprecation warning in class-breakpoints.php.

Version 1.7.5

13 Nov 13:15
0595f82
Compare
Choose a tag to compare

Fixes

• Prevent missing $meta_data info when attachment is in non supported mime types.

Version 1.7.4

13 Nov 09:47
75cfeb4
Compare
Choose a tag to compare

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

28 Jun 07:37
9006894
Compare
Choose a tag to compare

Fixes

• Return get_data functions immediately if $image is false (Fixes #48).