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: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ All notable changes to this project will be documented in this file, per [the Ke
14
14
### Developer
15
15
-->
16
16
17
+
## [5.3.2] - 2025-11-21
18
+
19
+
### Added
20
+
* Notice about keeping the sync page open during the sync process. Props [@felipeelia](https://github.com/felipeelia) and [@tott](https://github.com/tott) via [#4240](https://github.com/10up/ElasticPress/pull/4240).
21
+
22
+
### Fixed
23
+
* Media search not working in the admin dashboard. Props [@burhandodhy](https://github.com/burhandodhy), [@ognjanovic](https://github.com/ognjanovic), and [@maciejmackowiak](https://github.com/maciejmackowiak) via [#4239](https://github.com/10up/ElasticPress/pull/4239).
24
+
*[Autosuggest] Setting allowed values. Props [@felipeelia](https://github.com/felipeelia) via [#4238](https://github.com/10up/ElasticPress/pull/4238).
25
+
17
26
## [5.3.1] - 2025-11-06
18
27
19
28
### Fixed
@@ -2300,6 +2309,8 @@ This is a bug fix release with some filter additions.
__( 'If you need to reset the allowed parameters, you can do so by saving your Search Fields & Weighting settings or by visiting <a href="%s">this URL</a>.', 'elasticpress' ),
'value' => __( 'Allowed autosuggest parameters info not available.', 'elasticpress' ),
79
+
],
80
+
'url' => $reset_url,
67
81
];
68
82
69
83
return [
@@ -98,16 +112,7 @@ protected function get_autosuggest_group(): array {
98
112
];
99
113
}
100
114
101
-
$formatted_fields['url'] = [
102
-
'label' => 'Reset URL',
103
-
'value' => wp_kses_post(
104
-
sprintf(
105
-
/* translators: %s: URL */
106
-
__( 'If you need to reset the allowed parameters, you can do so by saving your Search Fields & Weighting settings or by visiting <a href="%s">this URL</a>.', 'elasticpress' ),
0 commit comments