Skip to content

Releases: devgeniem/acf-codifier

1.28.0

07 Feb 12:42
Compare
Choose a tag to compare

Added

  • MultisiteTaxonomy field for choosing taxonomy terms from other multisite blogs.
  • Ability to set Multitaxonomy and MultisiteTaxonomy fields as "disabled".

1.27.0 with Gutenberg block creation support

31 Jan 11:01
Compare
Choose a tag to compare

[1.27.0] - 2020-01-31

Added

  • RediPress support for update_field() function.

[1.26.0] - 2020-01-31

Added

  • Support for Gutenberg block styles.
  • A possibility to create Gutenberg blocks with ACF's register block feature using Codifier's object-oriented model. More information in the Readme file.

1.25.1

18 Dec 10:28
Compare
Choose a tag to compare

[1.25.1] - 2019-12-18

Fixed

  • A bug regarding RediPress custom schema fields.

1.25.0

11 Dec 14:21
Compare
Choose a tag to compare

[1.25.0] - 2019-12-11

Added

  • User query filter.
  • Wysiwyg field delay attribute.

Fixed

  • A bug in RediPress queryable field functionality.

1.24.0

21 Nov 13:52
Compare
Choose a tag to compare

[1.24.0] - 2019-11-21

Added

  • A new custom field: Multitaxonomy. This field enables selecting terms from multiple taxonomies.

1.23.0

19 Nov 08:59
Compare
Choose a tag to compare

[1.23.0] - 2019-11-19

Added

  • Support for Select field's return format that was introduced in ACF version 5.4.0.

Fixed

  • A bug in Flexible Content's export function.

1.22.0

08 Nov 08:23
Compare
Choose a tag to compare

[1.22.0] - 2019-11-08

Added

  • Support for RediPress user indexing and custom fields there.
  • Multisite Relationship field that allows the user to pick posts from other sites of a multisite.

1.21.0

25 Oct 12:11
Compare
Choose a tag to compare

[1.21.0] - 2019-10-25

Added

  • Added the ability to use Allow null setting with the Radio field.

1.20.0

10 Oct 13:49
Compare
Choose a tag to compare

[1.20.0] - 2019-10-10

Changed

  • Removed the dependency for the external plugin for the Gravity Forms field.

NOTE! If you have used the field previously with the return format set as "object", this will change the behaviour.

1.19.0

13 Sep 09:47
Compare
Choose a tag to compare

Added

  • The ability to disable all or some of the options in the Checkbox field.

Fixed

  • acf/render_field function wrapped to work only with the specific field the method is used on.