Version Description
Release Date - 12 May 2020
- Fix - Fixed bug in ACF Blocks where "inserter examples" and "block templates" did not load the defined "data".
- Fix - Reverted "fix" in 5.8.9 regarding Taxonomy fields saving terms to non "post" objects.
- Fix - Fixed bug allowing the Image field to save the value of a deleted attachment.
- Fix - Improved Select field
format_value()
behaviour to correctly cast value types depending on the "multiple" setting. - Tweak - Changed language fallback for "zh_HK" to "zh_TW".
- Tweak - Changed Time Picker field settings to display in a localized format via
date_i18n()
. - Tweak - Improved CSS styling of menu item fields.
- i18n - Updated Finnish translation thanks to Mikko Kekki
- i18n - Updated French translation thanks to Maxime Bernard-Jacquet.
- i18n - Updated Turkish translation thanks to Emre Erkan.
Download this release
Release Info
Developer | elliotcondon |
Plugin | Advanced Custom Fields |
Version | 5.8.11 |
Comparing to | |
See all releases |
Code changes from version 5.8.10 to 5.8.11
- acf.php +2 -2
- readme.txt +6 -1
acf.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: https://www.advancedcustomfields.com
|
5 |
Description: Customize WordPress with powerful, professional and intuitive fields.
|
6 |
-
Version: 5.8.
|
7 |
Author: Elliot Condon
|
8 |
Author URI: https://www.advancedcustomfields.com
|
9 |
Text Domain: acf
|
@@ -17,7 +17,7 @@ if( ! class_exists('ACF') ) :
|
|
17 |
class ACF {
|
18 |
|
19 |
/** @var string The plugin version number. */
|
20 |
-
var $version = '5.8.
|
21 |
|
22 |
/** @var array The plugin settings array. */
|
23 |
var $settings = array();
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: https://www.advancedcustomfields.com
|
5 |
Description: Customize WordPress with powerful, professional and intuitive fields.
|
6 |
+
Version: 5.8.11
|
7 |
Author: Elliot Condon
|
8 |
Author URI: https://www.advancedcustomfields.com
|
9 |
Text Domain: acf
|
17 |
class ACF {
|
18 |
|
19 |
/** @var string The plugin version number. */
|
20 |
+
var $version = '5.8.11';
|
21 |
|
22 |
/** @var array The plugin settings array. */
|
23 |
var $settings = array();
|
readme.txt
CHANGED
@@ -67,7 +67,7 @@ From your WordPress dashboard
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
-
= 5.8.
|
71 |
*Release Date - 12 May 2020*
|
72 |
|
73 |
* Fix - Fixed bug in ACF Blocks where "inserter examples" and "block templates" did not load the defined "data".
|
@@ -81,6 +81,11 @@ From your WordPress dashboard
|
|
81 |
* i18n - Updated French translation thanks to Maxime Bernard-Jacquet.
|
82 |
* i18n - Updated Turkish translation thanks to Emre Erkan.
|
83 |
|
|
|
|
|
|
|
|
|
|
|
84 |
= 5.8.9 =
|
85 |
*Release Date - 26 March 2020*
|
86 |
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
= 5.8.11 =
|
71 |
*Release Date - 12 May 2020*
|
72 |
|
73 |
* Fix - Fixed bug in ACF Blocks where "inserter examples" and "block templates" did not load the defined "data".
|
81 |
* i18n - Updated French translation thanks to Maxime Bernard-Jacquet.
|
82 |
* i18n - Updated Turkish translation thanks to Emre Erkan.
|
83 |
|
84 |
+
= 5.8.10 =
|
85 |
+
*Release Date - 12 May 2020*
|
86 |
+
|
87 |
+
* See hotfix version 5.8.11 for release notes.
|
88 |
+
|
89 |
= 5.8.9 =
|
90 |
*Release Date - 26 March 2020*
|
91 |
|