Skip to content

Commit c8e8c3c

Browse files
Improve changelog for 27.8
1 parent 2fb14ae commit c8e8c3c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

changelogs/wordpress-seo.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ Yoast SEO 27.8 brings more enhancements and bugfixes. [Find more information abo
66

77
#### Enhancements
88

9-
* Makes the schema aggregator faster by drastically reducing the roundtrips to the database, when indexables are disabled.
10-
* Makes the SEO optimization faster by drastically reducing the roundtrips to the database.
11-
* Optimizes expensive DB queries when performing actions in admin pages related to SEO optimization.
12-
* Significantly reduces loading times of the root sitemap on sites with many users.
9+
* Makes the schema aggregator faster by reducing database roundtrips when indexables are disabled.
10+
* Speeds up the SEO optimization analysis by cutting down the number of database queries it runs.
11+
* Optimizes resource-heavy database queries when performing actions on admin pages related to SEO optimization.
12+
* Reduces loading times of the root sitemap on sites with many users.
1313
* Reduces loading times of the author sitemap on sites with many users.
14-
* Prevents unnecessary expensive DB queries when admin pages are being visited.
14+
* Prevents unnecessary database queries when someone visits an admin page.
1515

1616
#### Bugfixes
1717

1818
* Ensures compatibility with the React 19 version bundled in Gutenberg 23.3 (WordPress 7.1), fixing several screens and components that could otherwise fail to render.
19-
* Fixes a bug where NaN was set as the Primary taxonomy and triggered a console error.
20-
* Fixes a bug where the dismiss button in the Webinar promo notice in general page was transparent.
21-
* Improves post editor rendering performance by stabilising Redux selector and `withSelect` references in multiple components to prevent unnecessary re-renders.
19+
* Fixes a bug where NaN became the Primary taxonomy and triggered a console error.
20+
* Fixes a bug where the dismiss button in the Webinar promo notice on the General page was transparent.
21+
* Improves post editor rendering performance by stabilizing Redux selector and `withSelect` references in multiple components to prevent unnecessary re-renders.
2222

2323
#### Other
2424

25-
* Introduces the `wpseo_custom_fields_pre_query` filter, allowing sites to short-circuit the potentially expensive custom-fields lookup in Yoast settings, with a pre-computed list or a custom query.
25+
* Introduces the `wpseo_custom_fields_pre_query` filter, letting sites skip the resource-heavy custom-fields lookup in Yoast settings by supplying a pre-computed list or a custom query.
2626
* Removes the Yoast group from the filter bar on the WordPress plugins list.
27-
* Sets the title of a child task to "(no title)" in the task list, when the related post has no title.
27+
* Sets the title of a child task to "(no title)" in the task list when the related post has no title.
2828

2929
= 27.7 =
3030

0 commit comments

Comments
 (0)