Skip to content

Releases: devgeniem/acf-codifier

1.12.2

14 Sep 11:23
Compare
Choose a tag to compare

Added

  • A possibility to give a callable function instead of an array for the Select's set_choices() method.

1.12.1

06 Sep 06:53
Compare
Choose a tag to compare

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

08 Aug 13:29
Compare
Choose a tag to compare

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

31 May 13:41
Compare
Choose a tag to compare

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

18 May 12:22
Compare
Choose a tag to compare

Fixed

  • A minor bug caused by the previous fix.

1.10.3

18 May 11:31
Compare
Choose a tag to compare

Fixed

  • A bug with the filter functions that didn't run on Repeaters or Group fields.

1.10.1

17 Apr 07:28
Compare
Choose a tag to compare

Fixed

  • A minor bug fix.

1.10.0

17 Apr 07:22
Compare
Choose a tag to compare

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

12 Apr 09:55
Compare
Choose a tag to compare

Fixed

  • A pair of minor bugs that could cause PHP warnings.

1.9.1

12 Apr 09:30
Compare
Choose a tag to compare

Fixed

  • A bug on Image field that would cause an error on JavaScript.