Skip to content

Commit 5a2f853

Browse files
committed
Release v1.2.0
1 parent 723dafb commit 5a2f853

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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: 1.1.2
7+
Version: 1.2.0
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": "1.1.2",
3+
"version": "1.2.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ such as alt text, description and title this way.
4949

5050
== Changelog ==
5151

52+
= 1.2.0 =
53+
* Feature: It's now possible to edit original image data instead of cropped image data when pressing the pencil button
54+
in the image field. This is handy if you have meta data such as alt text that you want to share between the original
55+
image and its cropped variants. Toggle this by selecting `Settings` in the plugin list.
56+
* Feature: There is now a progress indicator (spinner) displayed while the image is being cropped
57+
* Feature: If an error occurs while cropping an image, the error message is displayed inline in the modal instead of
58+
a browser alert window
59+
* Feature: Improved styles for the cropped
60+
* Feature: Modern and improved build process with webpack
61+
* Feature: Make it possible to localize UI texts
62+
5263
= 1.1.2 =
5364
* Fix: Bump supported WordPress version to 5.1
5465

0 commit comments

Comments
 (0)