Skip to content

Commit

Permalink
Release 6.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Feb 7, 2021
1 parent 703525c commit cc7245c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion acf-image-aspect-ratio-crop.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: Advanced Custom Fields: Image Aspect Ratio Crop
Plugin URI: https://github.com/joppuyo/acf-image-aspect-ratio-crop
Description: ACF field that allows user to crop image to a specific aspect ratio or pixel size
Version: 5.1.0
Version: 6.0.0-beta1
Author: Johannes Siipola
Author URI: https://siipo.la
License: GPLv2 or later
Expand Down
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ The other plugin is not actively maintained and does not work well with latest A

== Changelog ==

= 6.0.0-beta (2021-02-07) =
* 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.

= 5.1.0 (2021-01-30) =
* 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
Expand Down

0 comments on commit cc7245c

Please sign in to comment.