Skip to content

Releases: devgeniem/acf-codifier

1.5.1

22 Feb 13:03
Compare
Choose a tag to compare

Fixed

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

1.5.0

21 Feb 21:33
Compare
Choose a tag to compare

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

20 Feb 11:03
Compare
Choose a tag to compare
  • 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

09 Feb 05:09
Compare
Choose a tag to compare
  • Updated the class documentation.

1.3.2

08 Feb 16:27
Compare
Choose a tag to compare
  • Fixed a bug in a function add_field_location() which is used by the functions add_field_before() and add_field_after().

1.3.1

08 Feb 15:31
Compare
Choose a tag to compare
  • Enhanced the checking of non-unique field keys.

1.3.0

07 Feb 15:37
Compare
Choose a tag to compare

Added

  • A support for installing the Codifier as an ordinary plugin instead of autoloaded mu-plugin.
  • A check that non-unique field keys throw a notice, and debug information if WP_DEBUG is set.

Changed

  • Enhanced the documentation to reflect the above-mentioned changes.

1.1.4

16 Jan 07:55
d543cae
Compare
Choose a tag to compare

Fixed

  • Fixed the CSS on the hide_label() method to prevent affecting child elements.

Added a possibility to hide a field label easily on the admin side

21 Nov 08:44
Compare
Choose a tag to compare
0.2.0

Added a possibility to hide a field label easily on the admin side

First stable release

17 Nov 08:16
Compare
Choose a tag to compare

All basic functionality should be working.