You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,14 @@ The other plugin is not actively maintained and does not work well with latest A
106
106
107
107
== Changelog ==
108
108
109
+
= 6.0.0-beta (2021-02-07) =
110
+
* Breaking change: Changed how minimum and maximum image pixel sizes work
111
+
* Minimum image size previously only affected the uploaded file in aspect ratio mode. Now crop area must be larger than minimum dimensions.
112
+
* 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
113
+
* These changes do not apply to front end image crop at the moment.
114
+
* These changes do not apply to free crop mode, free crop minimum and maximum dimensions are disabled at the moment
115
+
* 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.
116
+
109
117
= 5.1.0 (2021-01-30) =
110
118
* 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.
0 commit comments