Version Description
- Small fix for a bug that broke the settings page.
Download this release
Release Info
Developer | msaari |
Plugin | Relevanssi – A Better Search |
Version | 3.5.7.1 |
Comparing to | |
See all releases |
Code changes from version 3.5.7 to 3.5.7.1
- lib/interface.php +1 -1
- readme.txt +7 -1
- relevanssi.php +1 -1
lib/interface.php
CHANGED
@@ -1024,7 +1024,7 @@ function relevanssi_options_form() {
|
|
1024 |
<?php
|
1025 |
echo "<p>" . __("If you enable logs, you can see what your users are searching for. You can prevent your own searches from getting in the logs with the omit feature.", "relevanssi");
|
1026 |
if (!RELEVANSSI_PREMIUM) {
|
1027 |
-
echo " " .
|
1028 |
}
|
1029 |
echo "</p>";
|
1030 |
?>
|
1024 |
<?php
|
1025 |
echo "<p>" . __("If you enable logs, you can see what your users are searching for. You can prevent your own searches from getting in the logs with the omit feature.", "relevanssi");
|
1026 |
if (!RELEVANSSI_PREMIUM) {
|
1027 |
+
echo " " . __("Logs are also needed to use the 'Did you mean?' feature.", "relevanssi");
|
1028 |
}
|
1029 |
echo "</p>";
|
1030 |
?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.relevanssi.com/buy-premium/
|
|
4 |
Tags: search, relevance, better search
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.7.1
|
7 |
-
Stable tag: 3.5.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -386,6 +386,9 @@ removing those words helps to make the index smaller and searching faster.
|
|
386 |
|
387 |
== Changelog ==
|
388 |
|
|
|
|
|
|
|
389 |
= 3.5.7 =
|
390 |
* An improved version of the sorting function will not throw notices when Intuitive Custom Post Order plugin is used.
|
391 |
* New filter: `relevanssi_missing_sort_key` can be used to adjust the result sorting when using keys that are not present in all posts (eg. menu_order).
|
@@ -1143,6 +1146,9 @@ removing those words helps to make the index smaller and searching faster.
|
|
1143 |
|
1144 |
== Upgrade notice ==
|
1145 |
|
|
|
|
|
|
|
1146 |
= 3.5.7 =
|
1147 |
* Bug fixes and small improvements.
|
1148 |
|
4 |
Tags: search, relevance, better search
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 4.7.1
|
7 |
+
Stable tag: 3.5.7.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
386 |
|
387 |
== Changelog ==
|
388 |
|
389 |
+
= 3.5.7.1 =
|
390 |
+
* Small fix for a bug that broke the settings page.
|
391 |
+
|
392 |
= 3.5.7 =
|
393 |
* An improved version of the sorting function will not throw notices when Intuitive Custom Post Order plugin is used.
|
394 |
* New filter: `relevanssi_missing_sort_key` can be used to adjust the result sorting when using keys that are not present in all posts (eg. menu_order).
|
1146 |
|
1147 |
== Upgrade notice ==
|
1148 |
|
1149 |
+
= 3.5.7.1 =
|
1150 |
+
* Fix for the broken settings page.
|
1151 |
+
|
1152 |
= 3.5.7 =
|
1153 |
* Bug fixes and small improvements.
|
1154 |
|
relevanssi.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Relevanssi
|
4 |
Plugin URI: http://www.relevanssi.com/
|
5 |
Description: This plugin replaces WordPress search with a relevance-sorting search.
|
6 |
-
Version: 3.5.7
|
7 |
Author: Mikko Saari
|
8 |
Author URI: http://www.mikkosaari.fi/
|
9 |
*/
|
3 |
Plugin Name: Relevanssi
|
4 |
Plugin URI: http://www.relevanssi.com/
|
5 |
Description: This plugin replaces WordPress search with a relevance-sorting search.
|
6 |
+
Version: 3.5.7.1
|
7 |
Author: Mikko Saari
|
8 |
Author URI: http://www.mikkosaari.fi/
|
9 |
*/
|