Skip to content

Commit e251ef9

Browse files
committed
Release 1.0.1
1 parent 4f1eaf0 commit e251ef9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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.0.0
7+
Version: 1.0.1
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later

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.0.0",
3+
"version": "1.0.1",
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== Advanced Custom Fields: Image Aspect Ratio Crop Field ===
2-
Contributors: Johannes Siipola
2+
Contributors: joppuyo
33
Tags: acf, field, image, crop
44
Requires at least: 3.6.0
55
Tested up to: 4.9.0
@@ -20,12 +20,17 @@ This ACF field type is compatible with:
2020

2121
== Installation ==
2222

23-
1. Copy the `textdomain` folder into your `wp-content/plugins` folder
23+
1. Copy the `acf-image-aspect-ratio-crop` folder into your `wp-content/plugins` folder
2424
2. Activate the Image Aspect Ratio Crop plugin via the plugins admin page
2525
3. Create a new field via ACF and select the Image Aspect Ratio Crop type
2626
4. Read the description above for usage instructions
2727

2828
== Changelog ==
2929

30+
= 1.0.1 =
31+
* Fix issue where the cropper broke if multiple images were selected inside a repeater
32+
* Cropper is now disabled while cropping is in progress
33+
* Fix issue where is was not possible to re-crop image before saving the post
34+
3035
= 1.0.0 =
3136
* Initial Release.

0 commit comments

Comments
 (0)