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
Copy file name to clipboardExpand all lines: readme.txt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,17 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
121
121
122
122
== Changelog ==
123
123
124
+
= 4.2.4 =
125
+
126
+
* Features:
127
+
* Better Search form: The "any" post type option label can now be customised when the post type dropdown is enabled.
128
+
129
+
* Fixed:
130
+
* Fixed an issue where selecting "any" post type would search through all post types instead of respecting the configured post types from settings.
131
+
* [Pro] Custom table searches now include post slug matching when “Search post slug” is enabled.
132
+
* [Pro] Fixed SQL syntax error in multisite search queries when custom tables are disabled, caused by malformed GROUP BY clause stripping.
133
+
* Fixed improper stripping of boolean mode operators in LIKE clauses, ensuring consistent behavior between FULLTEXT and LIKE searches.
134
+
124
135
= 4.2.3 =
125
136
126
137
* Modifications:
@@ -193,5 +204,8 @@ For previous changelog entries, please refer to the separate changelog.txt file
193
204
194
205
== Upgrade Notice ==
195
206
207
+
= 4.2.4 =
208
+
Fixes post type selection to respect configured settings when "any" is selected.
209
+
196
210
= 4.2.3 =
197
211
Adds WooCommerce product indexing (Pro only), modernizes taxonomy search with Tom Select, and enhances seamless mode logic with improved tracker response handling.
0 commit comments