Advanced Custom Fields: Image Crop Add-on - Version 1.1.3

Version Description

  • Fixed another issue with save to media option
Download this release

Release Info

Developer andersthorborg
Plugin Icon wp plugin Advanced Custom Fields: Image Crop Add-on
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

Files changed (3) hide show
  1. acf-image-crop-v5.php +1 -1
  2. acf-image-crop.php +1 -1
  3. readme.txt +4 -1
acf-image-crop-v5.php CHANGED
@@ -282,7 +282,7 @@ class acf_field_image_crop extends acf_field_image {
282
  'data-width' => $width,
283
  'data-height' => $height,
284
  'data-force_crop' => $field['force_crop'] == 'yes' ? 'true' : 'false',
285
- 'data-save_to_media_library' => $field['save_in_media_library'] == 'yes' ? 'true' : 'false',
286
  'data-save_format' => $field['save_format'],
287
  'data-preview_size' => $field['preview_size'],
288
  'data-library' => $field['library']
282
  'data-width' => $width,
283
  'data-height' => $height,
284
  'data-force_crop' => $field['force_crop'] == 'yes' ? 'true' : 'false',
285
+ 'data-save_to_media_library' => $field['save_in_media_library'],
286
  'data-save_format' => $field['save_format'],
287
  'data-preview_size' => $field['preview_size'],
288
  'data-library' => $field['library']
acf-image-crop.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Advanced Custom Fields: Image Crop Add-on
4
  Plugin URI: https://github.com/andersthorborg/ACF-Image-Crop
5
  Description: An image field making it possible/required for the user to crop the selected image to the specified image size or dimensions
6
- Version: 1.1.2
7
  Author: Anders Thorborg
8
  Author URI: http://thorb.org
9
  License: GPLv2 or later
3
  Plugin Name: Advanced Custom Fields: Image Crop Add-on
4
  Plugin URI: https://github.com/andersthorborg/ACF-Image-Crop
5
  Description: An image field making it possible/required for the user to crop the selected image to the specified image size or dimensions
6
+ Version: 1.1.3
7
  Author: Anders Thorborg
8
  Author URI: http://thorb.org
9
  License: GPLv2 or later
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: andersthorborg
3
  Tags: afc, advanced custom fields, image crop, image, crop
4
  Requires at least: 3.5
5
  Tested up to: 3.9.1
6
- Stable tag: 1.1.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -61,6 +61,9 @@ function my_register_fields()
61
 
62
  == Changelog ==
63
 
 
 
 
64
  = 1.1.2 =
65
  * Fixed issue with force crop option
66
  * Fixed issue with save to media option
3
  Tags: afc, advanced custom fields, image crop, image, crop
4
  Requires at least: 3.5
5
  Tested up to: 3.9.1
6
+ Stable tag: 1.1.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
61
 
62
  == Changelog ==
63
 
64
+ = 1.1.3 =
65
+ * Fixed another issue with save to media option
66
+
67
  = 1.1.2 =
68
  * Fixed issue with force crop option
69
  * Fixed issue with save to media option