Releases: devgeniem/acf-codifier
Releases · devgeniem/acf-codifier
1.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
A bug that caused fields to occur multiple times in a tab inside an options page.
1.5.4
Compare
Sorry, something went wrong.
No results found
Fixed
A bug that prevented removing fields from tab afterwards
1.5.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
A bug with remove_field() function.
1.5.1
Compare
Sorry, something went wrong.
No results found
Fixed
A bug where cloning a Flexible Content layout would not update the references to it in all places.
1.5.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated the class documentation.
1.3.2
Compare
Sorry, something went wrong.
No results found
Fixed a bug in a function add_field_location() which is used by the functions add_field_before() and add_field_after().