Skip to content

Releases: rokka-io/rokka-wordpress-plugin

5.1.0

24 Feb 15:03
Compare
Choose a tag to compare
  • [FIX] Create stacks for custom site_icon sizes. If the theme registers custom site_icon sizes via the site_icon_image_sizes filter, the stacks for those sizes haven't been created in rokka which resulted in not rendering the favicons correctly in some cases. Please check if your stacks are up-to-date after updating to this version.

5.0.0

11 Nov 10:27
Compare
Choose a tag to compare
  • Breaking Change [CHANGE] Removed autoformat option. The autoformat option has been removed. This option is now always enabled on every stack. There is no reason anymore to disable this option. Please check if your stacks are up-to-date after updating to this version.
  • [COMPATIBILITY] Tested with WordPress 6.1.

4.0.0

17 May 12:37
5f44972
Compare
Choose a tag to compare

Starting with this version the plugin only supports WordPress version >= 4.7 and PHP versions >= 7.1. This step was needed to be compatible with the latest rokka PHP client library.

  • [COMPATIBILITY] Dropped support for WordPress < 4.7 and PHP < 7.1. Please update your website if you still would like to receive updates for this plugin.
  • [COMPATIBILITY] Tested with WordPress 6.0.

3.3.1

05 Oct 13:39
Compare
Choose a tag to compare

Changelog

  • [FIX] The autoformat option wasn't respected in the stack synchronization for the no-operation (full) stack.

3.3.0

22 Sep 13:25
f4d35e6
Compare
Choose a tag to compare

Changelog

  • [FEATURE] Add possibility to remove all rokka hashes from files. This can be useful after copying a database from one environment to another.
  • [FIX] Use new block_editor_settings_all filter instead of deprecated block_editor_settings to disable image editing (WP >= 5.8).
  • [NOTICE] Tested with WordPress 5.8.1.

3.2.0

11 Aug 09:39
Compare
Choose a tag to compare

Released: 2020-08-11

Changelog

  • [NOTICE] Tested with WordPress 5.5.
  • [FIX] Disabled image editing in block editor.

3.1.1

09 Apr 08:11
Compare
Choose a tag to compare

Released: 2020-04-09

Changelog

  • [NOTICE] Tested with WordPress 5.4.
  • [UPDATE] Update dependency versions.

3.1.0

31 Oct 13:38
c7db000
Compare
Choose a tag to compare

Released: 2019-10-31

This release fixes some compatibility issues with WordPress 5.3. The new version of WordPress introduces a big_image_size_threshold filter (see: https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/) which limits the image size of new uploaded images. Since this could lead to unexpected behaviour when loading bigger image sizes we disable this filter when the rokka plugin is enabled.

Changelog

  • [FIX] Fix styling issues with WordPress 5.3.
  • [NOTICE] Disable new big_image_size_threshold filter which was introduced in WordPress 5.3.

3.0.1

18 Jun 08:31
a582a41
Compare
Choose a tag to compare

Released: 2019-06-18

Changelog

  • [IMPROVEMENT] Improve admin settings
  • [UPDATE] Update rokka-client-php to v1.10.0

3.0.0

28 Nov 10:10
Compare
Choose a tag to compare

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