Releases: devgeniem/acf-codifier
Releases · devgeniem/acf-codifier
1.12.2
Added
- A possibility to give a callable function instead of an array for the Select's
set_choices()
method.
1.12.1
Changed
- Separated load_save_terms in Taxonomy field to load_terms and save_terms which were introduced in ACF version 5.2.7.
1.12.0
Added
- The
load_field
filter function that was missing from the Field object for some reason.
- Possibility to set a title field for a collapsed repeater item.
Changed
- The
PHP
field callback now gets the field object as a parameter.
1.11.0
Added
- The
PHP
field that allows the developer to run their own code within the field area.
Changed
- Datetime functions' default formats to mimic those of the ACF's core.
1.10.4
Fixed
- A minor bug caused by the previous fix.
1.10.3
Fixed
- A bug with the filter functions that didn't run on Repeaters or Group fields.
1.10.0
Added
- A possibility to define priorities and accepted arguments on the filter functions.
Fixed
- Set
Field->$conditional_logic
to be an empty array by default as otherwise it causes a warning in GroupableField.php:81.
1.9.2
Fixed
- A pair of minor bugs that could cause PHP warnings.
1.9.1
Fixed
- A bug on Image field that would cause an error on JavaScript.