Skip to content

3.0.0

Compare
Choose a tag to compare
@tschortsch tschortsch released this 28 Nov 10:10
· 160 commits to master since this release

Released: 2018-11-28

This release fixes an issue in WordPress where srcsets are generated with images of a ratio that doesn't match the ratio of the requested image size. This happens when the requested size is larger than the original image. When requesting an image size with a fixed ratio and the original image is smaller than this size you would expect to get all smaller sizes of the same ratio.

To achieve this behavior this release changes the way images are downsized by WordPress. This means that you need to regenerate the thumbnails when you activate and deactivate this plugin. This can be done for example with the following plugin: https://wordpress.org/plugins/regenerate-thumbnails/

Everything works fine if you don't do it but the fix will then only apply to newly uploaded images.

Changelog

  • [BUGFIX] Fix WordPress bug where srcsets are generated with images of a wrong ratio.
  • [BUGFIX] Fix warning in media library if attachment metadata is not yet generated after file upload.
  • [UPDATE] Update rokka-client-php to v1.8.0