Skip to content

Releases: joppuyo/acf-image-aspect-ratio-crop

v6.0.3

17 Aug 13:20
Compare
Choose a tag to compare
  • Fix: Bump compatibility to WP 6.3
  • Fix: Fixed deprecation errors in PHP 8.1
  • Fix: Fixed warning about aiarc_temp_post_id if post is updated outside admin screen
  • Fix: Improved mime validation for frontend crop

v6.0.2

24 Aug 08:38
Compare
Choose a tag to compare
  • Fix: Bump compatibility to WP 6.0

v6.0.1

01 Feb 10:12
Compare
Choose a tag to compare
  • Fix: Bump compatibility to WP 5.9

Note: I'm currently working on version 7.0.0 of the plugin. This release will retain all the core functionality of the plugin, but it will feature a much improved code structure. This will make it easier to extend and to add more features to the plugin. Until 7.0.0 is released, I will not be adding any more features in the 6.x.x branch of the plugin. Despite this, bug fixes are of course provided. I have a lot of ideas for new features and improvements once 7.0.0 is released, so stay tuned!

v6.0.0

20 Oct 13:02
Compare
Choose a tag to compare
  • Breaking change: Changed how minimum and maximum image pixel sizes work
  • Minimum image size previously only affected the original uploaded file in aspect ratio mode. Now crop area must be larger than minimum dimensions.
  • Maximum image size previously only affected the original uploaded file in aspect ratio mode. Now if cropped area is larger than maximum dimensions, final image will be scaled down to maximum dimensions.
  • These changes do not apply to free crop mode, free crop minimum and maximum dimensions are disabled.
  • Pixel size mode has always had minimum dimensions. Enforcing maximum dimensions are now disabled for pixel size mode since the image is always scaled down to pixel size.

v5.1.4

18 Sep 11:13
Compare
Choose a tag to compare
  • Fix: Bump compatibility to WP 5.8

v5.1.3

18 Sep 10:48
Compare
Choose a tag to compare
  • Fix: Fix potential issue with translations, see this thread for more information

v5.1.2

11 Mar 20:00
Compare
Choose a tag to compare
  • Fix: Bump stable tag

v5.1.1

11 Mar 19:12
Compare
Choose a tag to compare
  • Fix: Bump compatibility to WP 5.7

v6.0.0-beta1

07 Feb 17:08
Compare
Choose a tag to compare
v6.0.0-beta1 Pre-release
Pre-release
  • Breaking change: Changed how minimum and maximum image pixel sizes work
    • Minimum image size previously only affected the uploaded file in aspect ratio mode. Now crop area must be larger than minimum dimensions.
    • Maximum image size previously only affected the uploaded file in aspect ratio mode. Now if cropped area is larger than maximum dimensions, final image will be scaled down to maximum dimensions
    • These changes do not apply to front end image crop at the moment.
    • These changes do not apply to free crop mode, free crop minimum and maximum dimensions are disabled at the moment
    • Pixel size mode has always had minimum dimensions. Maximum dimensions are now disabled for pixel size mode since the image is always scaled down to pixel size.

v5.1.0

30 Jan 19:56
Compare
Choose a tag to compare
  • Feature: Added REST API compatibility mode. This enables you to crop images in the WordPress administration interface with admin-ajax.php instead of the REST API. You can enable this by going to Plugins -> ACF Image Aspect Ratio Crop -> Settings. Please note that this is a temporary fix for sites that don’t have REST API enabled. The compatibility mode will be removed in a future major release of the plugin.
  • Fix: Improved error logging