Skip to content

Releases: hoppinger/advanced-custom-fields-wpcli

Load field groups on acf/init hook

30 Nov 12:40

Choose a tag to compare

This release makes it possible to register field groups by putting the filter code in the theme.

Previously this did not work because filters in themes were too late as the apply_filters hook already ran on plugins_loaded.

From now we use the acf/init hook too make sure ACF is loaded and ready to receive field group registrations.

Documentation:

Prevent duplicates on import

30 Nov 08:51
7e448b4

Choose a tag to compare

Handle field groups IDs (post_id) gracefully.

  • no more notices during import
  • no more duplicates during import, instead matching field groups get updated.

Version 3.0.0

06 Dec 16:43

Choose a tag to compare

Version 3

Version 2 release

26 Jan 16:36

Choose a tag to compare

Long overdue release of the version2 branch.

All bugfixes for this release should be done from the v2.0 branch that functions as the master branch of version 2.

1.2.1

27 Nov 08:34

Choose a tag to compare

small fix in authors name

1.2.0

27 Nov 08:34

Choose a tag to compare

ACF5 multisite support, bedrock composer integration

ACF 5 integration

22 Sep 12:41

Choose a tag to compare

This release integrates version 5.* of Advanced Custom Fields. It also enables plugins and themes to register paths for fieldgroups so developers have freedom over where to import/export fieldgroups from.