Skip to content

Commit c916b8d

Browse files
committed
Release v1.0.7
1 parent 8a951a8 commit c916b8d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

acf-image-aspect-ratio-crop.php

Lines changed: 2 additions & 2 deletions
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.6
7+
Version: 1.0.7
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later
@@ -41,7 +41,7 @@ function __construct()
4141
// settings
4242
// - these will be passed into the field class.
4343
$this->settings = array(
44-
'version' => '1.0.6',
44+
'version' => '1.0.7',
4545
'url' => plugin_dir_url(__FILE__),
4646
'path' => plugin_dir_path(__FILE__),
4747
);

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.6",
3+
"version": "1.0.7",
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: joppuyo
33
Tags: acf, field, image, crop
44
Requires at least: 4.9.0
5-
Tested up to: 4.9.0
5+
Tested up to: 4.9.8
66
Requires PHP: 5.3
77
Stable tag: trunk
88
License: GPLv2 or later
@@ -42,8 +42,11 @@ Special thanks to Anders Thorborg for [ACF Image Crop](https://github.com/anders
4242

4343
== Changelog ==
4444

45+
= 1.0.7 =
46+
* Update compatibility information
47+
4548
= 1.0.6 =
46-
* Fix bug with detecting the same aspect ration
49+
* Fix bug with detecting the same aspect ratio
4750

4851
= 1.0.5 =
4952
* User interface improvements

0 commit comments

Comments
 (0)