Skip to content

Commit bdec253

Browse files
committed
Release v6.0.0
1 parent 253f076 commit bdec253

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
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: 6.0.0-beta1
7+
Version: 6.0.0
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later

readme.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Requires PHP: 5.6
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
Donate link: https://github.com/sponsors/joppuyo
10-
Stable Tag: 5.1.4
10+
Stable Tag: 6.0.0
1111

1212
ACF field that allows user to crop image to a specific aspect ratio or pixel size
1313

@@ -106,13 +106,12 @@ 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) =
109+
= 6.0.0 (2021-10-20) =
110110
* 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.
116115

117116
= 5.1.4 (2021-09-18) =
118117
* Fix: Bump compatibility to WP 5.8

0 commit comments

Comments
 (0)