Releases: joppuyo/acf-image-aspect-ratio-crop
Releases · joppuyo/acf-image-aspect-ratio-crop
v3.4.1
- Fix: Fixed issue where min height and width are not set when using pixel size (Backported from v4.0.1)
v3.4.0
v3.3.2
- Fix: Fixed issue where pixel size image is not scaled when it matches the aspect ratio
- Fix: Fixed file name when using free crop, use actual file dimensions instead of 0x0
v3.3.1
- Fix: Fix issue where hidden required field prevented saving custom fields
- Fix: Remove duplicated field hint
v3.3.0
- Feature: Added option for free cropping, special thanks to @phildittrich on GitHub for contributing this feature
- Fix: Fixed issue where min height and min width are not save when using pixel size option
v3.2.0
- Feature: Added an option to use a pixel size instead of aspect ratio. Check the readme for more information about how it works.
- Fix: Fixed images displaying in wrong rotation in WP < 5.3
- Fix: Visual bug fixes to cropper and field edit buttons to prevent overflowing of elements
- Change: updated tested WP version to 5.4
v3.1.12
- Fix: Improved compatibility with WordPress 5.3 large image handing
- Fix: Allow closing crop modal with escape key
- Change: change file name suffix aspect ratio from x to dash because this caused some issues with WP 5.3.
Now file my-image-aspect-ratio-16x9.jpeg will be called my-image-aspect-ratio-16-9.jpeg instead - Fix: Fix problem where "delete unused cropped images" did not work properly with nested fields
v3.1.11
- Remove ramsey/uuid dependency in favor of using native wp function since the dependency caused issues in some server configurations