You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -133,6 +133,17 @@ Each document database is full of useless words. All the little words that appea
133
133
* John Calahan for extensive 4.0 beta testing.
134
134
135
135
== Changelog ==
136
+
= 4.4.0 =
137
+
* New feature: It's now possible to exclude image attachments from the index with a simple setting on the indexing settings page.
138
+
* New feature: Page builder short codes are now removed in Relevanssi indexing. This should reduce the amount of garbage data indexed for posts in Divi, Avada and other page builder themes.
139
+
* Changed behaviour: The `relevanssi_page_builder_shortcodes` filter hook is now applied both in indexing and excerpts, and has a second parameter that will inform you of the current context.
140
+
* Minor fix: Stopwords weren't case insensitive like they should. They are now. Also, stopwords are no longer stored in the `wp_relevanssi_stopwords` database table, but are now stored in the `relevanssi_stopwords` option.
141
+
* Minor fix: A comma at the end of the custom field indexing setting made Relevanssi index all custom fields. This doesn't happen anymore and trailing commas are automatically removed, too.
142
+
* Minor fix: Accessibility improvements all around the admin interface. Screen reader support should be better, feel free to report any further ways to make this better.
143
+
* Minor fix: Doing searches without search terms and with the throttle disabled could cause problems. Relevanssi now makes sure throttle is always on when doing termless searches.
144
+
* Minor fix: Untokenized search terms are used for building excerpts, which makes highlighting in excerpts work better.
145
+
* Minor fix: Indexing did not adjust the number of posts indexed at one go like it should.
146
+
136
147
= 4.3.4 =
137
148
* New feature: You can now give Gutenberg blocks a CSS class `relevanssi_noindex` to exclude them from being indexed. Relevanssi will not index Gutenberg blocks that have the class.
138
149
* New feature: Relevanssi automatically skips some custom fields from common plugins that only contain unnecessary metadata.
@@ -187,6 +198,9 @@ Each document database is full of useless words. All the little words that appea
187
198
* Deprecated: `relevanssi_get_term_taxonomy()` function is deprecated and will be removed at some point in the future.
188
199
189
200
== Upgrade notice ==
201
+
= 4.4.0 =
202
+
* Changes in relevanssi_page_builder_shortcodes filter hook, page builder indexing and image attachments.
203
+
190
204
= 4.3.4 =
191
205
* Comment indexing bug fix, compatibility improvements and minor bug fixes and improvements.
0 commit comments