Version Description
- Fix for a fatal bug in 3.5.6.
Download this release
Release Info
Developer | msaari |
Plugin | Relevanssi – A Better Search |
Version | 3.5.6.1 |
Comparing to | |
See all releases |
Code changes from version 3.5.6 to 3.5.6.1
- lib/search.php +2 -3
- readme.txt +8 -2
- relevanssi.php +1 -1
lib/search.php
CHANGED
@@ -56,13 +56,12 @@ function relevanssi_search($args) {
|
|
56 |
$q = $filtered_args['q'];
|
57 |
$tax_query = $filtered_args['tax_query'];
|
58 |
$tax_query_relation = $filtered_args['tax_query_relation'];
|
59 |
-
$post_query = $filtered_args['
|
60 |
-
$q = $filtered_args['post_query'];
|
61 |
$parent_query = $filtered_args['parent_query'];
|
62 |
$meta_query = $filtered_args['meta_query'];
|
63 |
$date_query = $filtered_args['date_query'];
|
64 |
$expost = $filtered_args['expost'];
|
65 |
-
$post_type = $filtered_args['
|
66 |
$post_status = $filtered_args['post_status'];
|
67 |
$operator = $filtered_args['operator'];
|
68 |
$search_blogs = $filtered_args['search_blogs'];
|
56 |
$q = $filtered_args['q'];
|
57 |
$tax_query = $filtered_args['tax_query'];
|
58 |
$tax_query_relation = $filtered_args['tax_query_relation'];
|
59 |
+
$post_query = $filtered_args['post_query'];
|
|
|
60 |
$parent_query = $filtered_args['parent_query'];
|
61 |
$meta_query = $filtered_args['meta_query'];
|
62 |
$date_query = $filtered_args['date_query'];
|
63 |
$expost = $filtered_args['expost'];
|
64 |
+
$post_type = $filtered_args['post_type'];
|
65 |
$post_status = $filtered_args['post_status'];
|
66 |
$operator = $filtered_args['operator'];
|
67 |
$search_blogs = $filtered_args['search_blogs'];
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: msaari
|
|
3 |
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 |
-
Stable tag: 3.5.6
|
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.6 =
|
390 |
* Relevanssi admin page had a vulnerability that allowed SQL injection attacks. That is now fixed.
|
391 |
* Relevanssi didn't like to highlight search terms that are followed by a ?, an ! or an apostrophe.
|
@@ -1132,6 +1135,9 @@ removing those words helps to make the index smaller and searching faster.
|
|
1132 |
|
1133 |
== Upgrade notice ==
|
1134 |
|
|
|
|
|
|
|
1135 |
= 3.5.6 =
|
1136 |
* Fix for a SQL injection vulnerability.
|
1137 |
|
3 |
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
|
7 |
+
Stable tag: 3.5.6.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.6.1 =
|
390 |
+
* Fix for a fatal bug in 3.5.6.
|
391 |
+
|
392 |
= 3.5.6 =
|
393 |
* Relevanssi admin page had a vulnerability that allowed SQL injection attacks. That is now fixed.
|
394 |
* Relevanssi didn't like to highlight search terms that are followed by a ?, an ! or an apostrophe.
|
1135 |
|
1136 |
== Upgrade notice ==
|
1137 |
|
1138 |
+
= 3.5.6.1 =
|
1139 |
+
* Fix for a fatal error.
|
1140 |
+
|
1141 |
= 3.5.6 =
|
1142 |
* Fix for a SQL injection vulnerability.
|
1143 |
|
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.6
|
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.6.1
|
7 |
Author: Mikko Saari
|
8 |
Author URI: http://www.mikkosaari.fi/
|
9 |
*/
|