Skip to content

Releases: devgeniem/acf-codifier

1.23.0

Choose a tag to compare

@Nomafin Nomafin released this 19 Nov 08:59

[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

Choose a tag to compare

@Nomafin Nomafin released this 08 Nov 08:23

[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

Choose a tag to compare

@Nomafin Nomafin released this 25 Oct 12:11

[1.21.0] - 2019-10-25

Added

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

1.20.0

Choose a tag to compare

@Nomafin Nomafin released this 10 Oct 13:49

[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

Choose a tag to compare

@Nomafin Nomafin released this 13 Sep 09:47

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.

1.18.0

Choose a tag to compare

@Nomafin Nomafin released this 05 Aug 06:27

[1.18.0] - 2019-08-05

Added

  • Support for acf/fields/taxonomy/result filter.

1.17.0

Choose a tag to compare

@Nomafin Nomafin released this 08 Jul 11:19

[1.17.0] - 2019-07-08

Added

  • Ability to define the priority for RediPress field filter functions as a second parameter.

Changed

  • Groupable export function's filter registration to resemble the one of normal fields.

1.16.0

Choose a tag to compare

@Nomafin Nomafin released this 17 Apr 12:54

[1.16.0] - 2019-04-17

Added

Fixed

  • A problem that would cause notices when wrapper classes were defined for a clone field.

1.15.1

Choose a tag to compare

@Nomafin Nomafin released this 19 Feb 11:46

[1.15.1] - 2019-02-19

Changed

  • Moved the field registration from acf/init back to wp_loaded as it apparently causes problems in some cases.

1.15.0

Choose a tag to compare

@Nomafin Nomafin released this 18 Feb 14:05

[1.15.0] - 2019-02-18

Added

  • Wrap file extension methods on top of ACF's misleadingly named mime types.

Changed

  • Moved redundant functionalities to traits

Fixed

  • A bug that caused tabs to appear twice in situations where field group was already registered before adding the tab.