Skip to content

Commit cc7245c

Browse files
committed
Release 6.0.0-beta1
1 parent 703525c commit cc7245c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

acf-image-aspect-ratio-crop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: Advanced Custom Fields: Image Aspect Ratio Crop
55
Plugin URI: https://github.com/joppuyo/acf-image-aspect-ratio-crop
66
Description: ACF field that allows user to crop image to a specific aspect ratio or pixel size
7-
Version: 5.1.0
7+
Version: 6.0.0-beta1
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later

readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ The other plugin is not actively maintained and does not work well with latest A
106106

107107
== Changelog ==
108108

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+
109117
= 5.1.0 (2021-01-30) =
110118
* 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.
111119
* Fix: Improved error logging

0 commit comments

Comments
 (0)