Acf Image Aspect Ratio Crop Versions Save

Image Aspect Ratio Crop field for Advanced Custom Fields

v6.0.3

9 months ago
  • 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

1 year ago
  • Fix: Bump compatibility to WP 6.0

v6.0.1

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • Fix: Bump compatibility to WP 5.8

v5.1.3

2 years ago
  • Fix: Fix potential issue with translations, see this thread for more information

v5.1.2

3 years ago
  • Fix: Bump stable tag

v5.1.1

3 years ago
  • Fix: Bump compatibility to WP 5.7

v6.0.0-beta1

3 years ago
  • 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

3 years ago
  • 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