Skip to content

Commit d305295

Browse files
committed
Update version
1 parent ea83717 commit d305295

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

acf-image-aspect-ratio-crop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
7-
Version: 3.1.11
7+
Version: 3.1.12
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later
1111
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1212
Text Domain: acf-image-aspect-ratio-crop
13-
Stable Tag: 3.1.11
13+
Stable Tag: 3.1.12
1414
*/
1515

1616
// exit if accessed directly

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ Also, as of 2019, the other plugin is not actively maintained anymore and does n
6565

6666
== Changelog ==
6767

68+
= 3.1.12 =
69+
* Fix: Improved compatibility with WordPress 5.3 large image handing
70+
* Fix: Allow closing crop modal with escape key
71+
* Change: change file name suffix aspect ratio from x to dash because this caused some issues with WP 5.3.
72+
Now file my-image-aspect-ratio-16x9.jpeg will be called my-image-aspect-ratio-16-9.jpeg instead
73+
* Fix: Fix problem where "delete unused cropped images" did not work properly with nested fields
74+
6875
= 3.1.11 =
6976
* Fix: Remove ramsey/uuid dependency in favor of using native wp function since the dependency caused issues in some
7077
server configurations

0 commit comments

Comments
 (0)