Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Meerwaldt committed May 14, 2020
1 parent e957aee commit c0ed251
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 5.2
Tested up to: 5.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Stable tag: 2.3.0
Stable tag: 2.4.0-RC1
Requires PHP: 5.6.20

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
Expand Down Expand Up @@ -55,6 +55,29 @@ Previously called Yoast ACF Analysis.

== Changelog ==

= 2.4.0 =

Released May 26th, 2020

Enhancements:

* Add support for ACF blocks. Props to [TimVevida](https://github.com/TimVevida).

Other:

* Fixes a couple of typos in the code documentation. Props to [akkspros](https://github.com/akkspros).

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.

= 2.3.0 =

Released May 15th, 2019
Expand Down
2 changes: 1 addition & 1 deletion yoast-acf-analysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Plugin Name: ACF Content Analysis for Yoast SEO
* Plugin URI: https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
* Description: Ensure that Yoast SEO analyzes all Advanced Custom Fields 4 and 5 content including Flexible Content and Repeaters.
* Version: 2.3.0
* Version: 2.4.0-RC1
* Author: Thomas Kräftner, ViktorFroberg, marol87, pekz0r, angrycreative, Team Yoast
* Author URI: http://angrycreative.se
* License: GPL v3
Expand Down

0 comments on commit c0ed251

Please sign in to comment.