Skip to content

Releases: devgeniem/acf-codifier

1.18.0

05 Aug 06:27
Compare
Choose a tag to compare

[1.18.0] - 2019-08-05

Added

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

1.17.0

08 Jul 11:19
Compare
Choose a tag to compare

[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

17 Apr 12:54
Compare
Choose a tag to compare

[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

19 Feb 11:46
Compare
Choose a tag to compare

[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

18 Feb 14:05
Compare
Choose a tag to compare

[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.

1.14.4

29 Oct 10:41
Compare
Choose a tag to compare

[1.14.4] - 2018-10-25

Fixed

  • A bug that threw a notice when a Flexible Layout where used.

1.14.3

25 Oct 07:41
Compare
Choose a tag to compare

[1.14.3] - 2018-10-18

Fixed

  • Allow hide label functionality for Groupables if they are an instance of Field.
  • A bug that prevented User field's remove_role() function from working if there were no previously set roles for the field.

1.14.2

16 Oct 10:23
Compare
Choose a tag to compare

[1.14.2] - 2018-10-16

Fixed

  • A bug in disabling the Select field

1.14.1

16 Oct 06:58
Compare
Choose a tag to compare

[1.14.1] - 2018-10-10

Added

  • Possibility to make a Select field disabled.

[1.14.0] - 2018-09-20

Changed

  • Changed Groupable functionality to be a trait instead of multi-inherited class.

1.13.0

19 Sep 13:49
Compare
Choose a tag to compare

Added

  • TimePicker field
  • PostContent and PostExcerpt fields.