Skip to content

Releases: Yoast/yoast-acf-analysis

2.7-RC1

28 Aug 13:22
Compare
Choose a tag to compare
2.7-RC1 Pre-release
Pre-release

= 2.7.0 =

Released September 1st, 2020

Other:

  • Compatibility with Yoast SEO 14.9.

2.6

04 Aug 08:11
Compare
Choose a tag to compare
2.6

Release of version 2.6

2.5

21 Jul 12:09
Compare
Choose a tag to compare
2.5

Release of version 2.5

2.6-RC1

21 Jul 14:13
Compare
Choose a tag to compare
2.6-RC1 Pre-release
Pre-release

= 2.6.0 =

Bugfixes:

  • Fixes a bug where the content of ACF blocks in 'auto' mode was not taken into account when the block (automatically) switched to preview mode. Props to TimVevida. #262

2.5.0-RC1

30 Jun 13:24
Compare
Choose a tag to compare
2.5.0-RC1 Pre-release
Pre-release

= 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 or term-edit.js.
  • Sets the minimum supported Yoast SEO version to 14.6.

2.4.1

10 Jun 06:30
Compare
Choose a tag to compare

Release of version 2.4.1

2.4.1-RC2

09 Jun 11:53
Compare
Choose a tag to compare
2.4.1-RC2 Pre-release
Pre-release

= 2.4.1 =

Released: TBD

Bugfixes:

  • Fixes a bug where an error would be thrown when using the Classic Editor plugin.
  • Fixes a bug where custom fields were no longer analysed when using the Classic Editor plugin.

2.4.0

04 Jun 06:10
e5eb5c9
Compare
Choose a tag to compare

= 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/configfilter hook in favor of theYoast\WP\ACF\config` hook.
  • Deprecates the yoast-acf-analysis/headlines filter hook in favor of the Yoast\WP\ACF\headlines hook.
  • Deprecates the yoast-acf-analysis/blacklist_type filter hook in favor of the Yoast\WP\ACF\blacklist_type hook.
  • Deprecates the yoast-acf-analysis/blacklist_name filter hook in favor of the Yoast\WP\ACF\blacklist_name hook.
  • Deprecates the yoast-acf-analysis/scraper_config filter hook in favor of the Yoast\WP\ACF\scraper_config hook.
  • Deprecates the yoast-acf-analysis/refresh_rate filter hook in favor of the Yoast\WP\ACF\refresh_rate hook.
  • Deprecates the yoast-acf-analysis/field_selectors filter hook in favor of the Yoast\WP\ACF\field_selectors hook.
  • Deprecates the yoast-acf-analysis/field_order filter hook in favor of the Yoast\WP\ACF\field_order hook.

2.4.0-RC1

15 May 07:00
Compare
Choose a tag to compare
2.4.0-RC1 Pre-release
Pre-release

= 2.4.0 =
Released May 26th, 2020

Enhancements:

Other:

  • Fixes a couple of typos in the code documentation. Props to akkspros. #242

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 the Yoast\WP\ACF\config hook.
  • This deprecates the yoast-acf-analysis/headlines filter hook in favour of the Yoast\WP\ACF\headlines hook.
  • This deprecates the yoast-acf-analysis/blacklist_type filter hook in favour of the Yoast\WP\ACF\blacklist_type hook.
  • This deprecates the yoast-acf-analysis/blacklist_name filter hook in favour of the Yoast\WP\ACF\blacklist_name hook.
  • This deprecates the yoast-acf-analysis/scraper_config filter hook in favour of the Yoast\WP\ACF\scraper_config hook.
  • This deprecates the yoast-acf-analysis/refresh_rate filter hook in favour of the Yoast\WP\ACF\refresh_rate hook.
  • This deprecates the yoast-acf-analysis/field_selectors filter hook in favour of the Yoast\WP\ACF\field_selectors hook.
  • This deprecates the yoast-acf-analysis/field_order filter hook in favour of the Yoast\WP\ACF\field_order hook.
    #229 For all the ones mentioned above.

2.3.0

15 May 08:45
Compare
Choose a tag to compare

= 2.3.0 =

Released May 15th, 2019

Enhancements:

  • ACF URL fields are nou analyzed as links. Props to t49tran.