Skip to content

Releases: devgeniem/acf-codifier

1.6.0

Choose a tag to compare

@Nomafin Nomafin released this 26 Mar 07:39

Added

  • Support for Button group field type.
  • Support for Accordion field type.
  • Support for Return format setting for User field type.

Changed

  • Enhanced documentation and corrected a few typos.

1.5.5

Choose a tag to compare

@Nomafin Nomafin released this 16 Mar 16:28

Fixed

  • A bug that caused fields to occur multiple times in a tab inside an options page.

1.5.4

Choose a tag to compare

@Nomafin Nomafin released this 06 Mar 18:15

Fixed

  • A bug that prevented removing fields from tab afterwards

1.5.3

Choose a tag to compare

@Nomafin Nomafin released this 05 Mar 13:58

Fixed

  • A bug in post type filtering within the PostObject field.
  • A bug in cloning a groupable field with conditional logic in it.
  • A bug with the key uniqueness check that would throw a warning if WP_DEBUG was not set true.

1.5.2

Choose a tag to compare

@Nomafin Nomafin released this 23 Feb 13:19

Fixed

  • A bug with remove_field() function.

1.5.1

Choose a tag to compare

@Nomafin Nomafin released this 22 Feb 13:03

Fixed

  • A bug where cloning a Flexible Content layout would not update the references to it in all places.

1.5.0

Choose a tag to compare

@Nomafin Nomafin released this 21 Feb 21:33

Added

  • A possibility to filter Flexible Content layouts by field name.

Fixed

  • A few minor bug fixes on various things.

Changed

  • Removed array_unique check from FlexibleContent class because it doesn't work.

1.4.0

Choose a tag to compare

@Nomafin Nomafin released this 20 Feb 11:03
  • A possibility to filter Flexible Content layouts by post types and page templates.
  • Key prefixing for tabs to eliminate the possibility of collisions.

1.3.3

Choose a tag to compare

@Nomafin Nomafin released this 09 Feb 05:09
  • Updated the class documentation.

1.3.2

Choose a tag to compare

@Nomafin Nomafin released this 08 Feb 16:27
  • Fixed a bug in a function add_field_location() which is used by the functions add_field_before() and add_field_after().