Releases: Yoast/yoast-acf-analysis
Releases · Yoast/yoast-acf-analysis
2.7-RC1
2.6
2.5
2.6-RC1
2.5.0-RC1
= 2.5.0 =
Other:
- Makes the plugin compatible with JavaScript changes introduced in Yoast SEO 14.6. We used to depend on JavaScript files which aren't there anymore. We now depend on
post-edit.js
orterm-edit.js
. - Sets the minimum supported Yoast SEO version to 14.6.
2.4.1
2.4.1-RC2
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.
2.4.0-RC1
= 2.4.0 =
Released May 26th, 2020
Enhancements:
Other:
Deprecations:
- Deprecates
Yoast_ACF_Analysis_Facade::get_filter_name()
. Use hard-coded hook names instead. - This deprecates the
yoast-acf-analysis/config
filter hook in favour of theYoast\WP\ACF\config
hook. - This deprecates the
yoast-acf-analysis/headlines
filter hook in favour of theYoast\WP\ACF\headlines
hook. - This deprecates the
yoast-acf-analysis/blacklist_type
filter hook in favour of theYoast\WP\ACF\blacklist_type
hook. - This deprecates the
yoast-acf-analysis/blacklist_name
filter hook in favour of theYoast\WP\ACF\blacklist_name
hook. - This deprecates the
yoast-acf-analysis/scraper_config
filter hook in favour of theYoast\WP\ACF\scraper_config
hook. - This deprecates the
yoast-acf-analysis/refresh_rate
filter hook in favour of theYoast\WP\ACF\refresh_rate
hook. - This deprecates the
yoast-acf-analysis/field_selectors
filter hook in favour of theYoast\WP\ACF\field_selectors
hook. - This deprecates the
yoast-acf-analysis/field_order
filter hook in favour of theYoast\WP\ACF\field_order
hook.
#229 For all the ones mentioned above.