Skip to content

Commit 0ee1ad7

Browse files
committed
Release 1.0.2
1 parent d6ce60f commit 0ee1ad7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-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.1
7+
Version: 1.0.2
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.1",
3+
"version": "1.0.2",
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
=== Advanced Custom Fields: Image Aspect Ratio Crop Field ===
22
Contributors: joppuyo
33
Tags: acf, field, image, crop
4-
Requires at least: 3.6.0
4+
Requires at least: 4.9.0
55
Tested up to: 4.9.0
6+
Requires PHP: 5.3
67
Stable tag: trunk
78
License: GPLv2 or later
89
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -11,7 +12,7 @@ ACF field that allows user to crop image to a specific aspect ratio
1112

1213
== Description ==
1314

14-
ACF field that allows user to crop image to a specific aspect ratio
15+
A field for Advanced Custom Field that forces the user to crop their image to specific aspect ratio after uploading.
1516

1617
= Compatibility =
1718

@@ -27,6 +28,9 @@ This ACF field type is compatible with:
2728

2829
== Changelog ==
2930

31+
= 1.0.2 =
32+
* Update readme
33+
3034
= 1.0.1 =
3135
* Fix issue where the cropper broke if multiple images were selected inside a repeater
3236
* Cropper is now disabled while cropping is in progress

0 commit comments

Comments
 (0)