Skip to content

Commit 8eef87b

Browse files
committed
Release v2.0.3
1 parent 0a5617e commit 8eef87b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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
7-
Version: 2.0.2
7+
Version: 2.0.3
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acf-image-aspect-ratio-crop",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "ACF field that allows user to crop image to a specific aspect ratio",
55
"repository": "[email protected]:joppuyo/acf-image-aspect-ratio-crop.git",
66
"author": "Johannes Siipola <[email protected]>",

readme.txt

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

6262
== Changelog ==
6363

64+
= 2.0.3 =
65+
* Fix: Allow cropping in cases when image is hosted remotely and is missing CORS headers
66+
6467
= 2.0.2 =
6568
* Fix: Fix issue where saving in image modal replaced cropped image with original when "Original image" was selected in "Image displayed in attachment edit modal dialog"
6669
* Fix: Actually save plugin version in the database for migration support

0 commit comments

Comments
 (0)