File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
Plugin Name: Advanced Custom Fields: Image Aspect Ratio Crop
5
5
Plugin URI: https://github.com/joppuyo/acf-image-aspect-ratio-crop
6
6
Description: ACF field that allows user to crop image to a specific aspect ratio or pixel size
7
- Version: 3.3.0
7
+ Version: 3.3.1
8
8
Author: Johannes Siipola
9
9
Author URI: https://siipo.la
10
10
License: GPLv2 or later
11
11
License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
12
Text Domain: acf-image-aspect-ratio-crop
13
- Stable Tag: 3.3.0
13
+ Stable Tag: 3.3.1
14
14
*/
15
15
16
16
// exit if accessed directly
Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ The other plugin is not actively maintained and does not work well with latest A
89
89
90
90
== Changelog ==
91
91
92
+ = 3.3.1 =
93
+ * Fix: Fix issue where hidden required field prevented saving custom fields
94
+ * Fix: Remove duplicated field hint
95
+
92
96
= 3.3.0 =
93
97
* Feature: Added option for free cropping, special thanks to @phildittrich on GitHub for contributing this feature
94
98
* Fix: Fixed issue where min height and min width are not save when using pixel size option
You can’t perform that action at this time.
0 commit comments