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
ACF field that allows user to crop image to a specific aspect ratio or pixel size
13
13
@@ -106,13 +106,12 @@ 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) =
109
+
= 6.0.0 (2021-10-20) =
110
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.
111
+
* Minimum image size previously only affected the original uploaded file in aspect ratio mode. Now crop area must be larger than minimum dimensions.
112
+
* 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.
113
+
* These changes do not apply to free crop mode, free crop minimum and maximum dimensions are disabled.
114
+
* 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.
0 commit comments