2.4.0
= 2.4.0 =
Released June 4th, 2020
Enhancements:
- Add support for ACF blocks. Props to TimVevida.
Other:
- Fixes a couple of typos in the code documentation. Props to akkspros.
- Deprecates
Yoast_ACF_Analysis_Facade::get_filter_name()
. Use hard-coded hook names instead. - Deprecates the yoast-acf-analysis/config
filter hook in favor of the
Yoast\WP\ACF\config` hook. - Deprecates the
yoast-acf-analysis/headlines
filter hook in favor of theYoast\WP\ACF\headlines
hook. - Deprecates the
yoast-acf-analysis/blacklist_type
filter hook in favor of theYoast\WP\ACF\blacklist_type
hook. - Deprecates the
yoast-acf-analysis/blacklist_name
filter hook in favor of theYoast\WP\ACF\blacklist_name
hook. - Deprecates the
yoast-acf-analysis/scraper_config
filter hook in favor of theYoast\WP\ACF\scraper_config
hook. - Deprecates the
yoast-acf-analysis/refresh_rate
filter hook in favor of theYoast\WP\ACF\refresh_rate
hook. - Deprecates the
yoast-acf-analysis/field_selectors
filter hook in favor of theYoast\WP\ACF\field_selectors
hook. - Deprecates the
yoast-acf-analysis/field_order
filter hook in favor of theYoast\WP\ACF\field_order
hook.