Version Description
- Relevanssi can now index Gutenberg reusable blocks. (This functionality broke once already before release, so that can happen, since Gutenberg is still in very active development.)
- The
post__in
andpost__not_in
parameters didn't work, and are now fixed.post_parent__in
andpost_parent__not_in
are also improved. - You can use named meta queries for sorting posts. Meta query sorting is improved in other ways as well.
- Log export didn't work properly.
- Adding stopwords from the common word list has been fixed.
- The
relevanssi_get_words_having
filter hook is now also applied to the free version Did you mean queries. - New filters:
relevanssi_1day
andrelevanssi_7days
can be used to adjust the number of days for log displays, so instead of 1, 7 and 30 days you can have anything you want.
Download this release
Release Info
Developer | deployer |
Plugin | Relevanssi – A Better Search |
Version | 4.1.1 |
Comparing to | |
See all releases |
Code changes from version 4.1.1.1 to 4.1.1
- relevanssi.php +1 -1
relevanssi.php
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* Plugin Name: Relevanssi
|
14 |
* Plugin URI: https://www.relevanssi.com/
|
15 |
* Description: This plugin replaces WordPress search with a relevance-sorting search.
|
16 |
-
* Version: 4.1.1
|
17 |
* Author: Mikko Saari
|
18 |
* Author URI: http://www.mikkosaari.fi/
|
19 |
* Text Domain: relevanssi
|
13 |
* Plugin Name: Relevanssi
|
14 |
* Plugin URI: https://www.relevanssi.com/
|
15 |
* Description: This plugin replaces WordPress search with a relevance-sorting search.
|
16 |
+
* Version: 4.1.1
|
17 |
* Author: Mikko Saari
|
18 |
* Author URI: http://www.mikkosaari.fi/
|
19 |
* Text Domain: relevanssi
|