Releases: hoppinger/advanced-custom-fields-wpcli
Load field groups on acf/init hook
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
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
Version 3
Version 2 release
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
small fix in authors name
1.2.0
ACF5 multisite support, bedrock composer integration
ACF 5 integration
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.