Version 3.6.3
Note that the upcoming ElasticPress 3.7.0 release will remove built assets from the develop
branch, will replace master
with trunk
, will build a stable release version including built assets into a stable
branch, and will include a build script should you want to build assets from a branch. As such, please plan to update any references you have from master
to either stable
or trunk
depending on whether you require built assets or not.
Official PHP support is currently 5.6+. Minimum PHP version for ElasticPress 3.7.0 will be 7.0+.
Added
- New
ep_facet_widget_term_html
andep_facet_widget_term_label
filters to the Facet widget for filtering the HTML and label of individual facet terms. Props @JakePT, @Rahmon, and @felipeelia via #2363. - New
ep_set_sort
filter for changing thesort
clause of the ES query iforderby
is not set in WP_Query. Props @rebeccahum and @felipeelia via #2343 and #2364. - WP-CLI documentation for some commands and parameters. Props @felipeelia via #2369.
Changed
- In addition to post titles, now autosuggest also partially matches taxonomy terms. Props @felipeelia and @Rahmon via #2347.
- Date parsing change to avoid
E_WARNING
s. Props @pschoffer via #2340.
Fixed
- Comments created by anonymous users (but approved by default) are now indexed. Props @tomjn and @Rahmon via #2357.
- Deleted terms are now properly removed from the Elasticsearch index. Props @felipeelia via #2366.
- Children of deleted terms are now properly removed from the Elasticsearch index. Props @pschoffer via #2349.
- Post tag duplicated in the Elasticsearch query. Props @oscarssanchez, @Rahmon, and @felipeelia via #2341.
- Infinite loading state of ElasticPress Related Posts block in the Widgets Edit Screen. Props @felipeelia via #2353.
- Return of
Search::integrate_search_queries()
whenis_integrated_request
. Props @adiloztaser via #2355. - Mapping determination based on existing info. Props @felipeelia via #2345.
WP_Term_Query
andparent = 0
. Props @felipeelia and @juansanchezfernandes via #2344.- WP Acceptance Tests. Props @felipeelia via #2352.
- Typos in the output of some WP-CLI Commands. Props @rebeccahum via #2336.
Security
- Bumped
10up-toolkit
from 1.0.11 to 1.0.12,terser-webpack-plugin
from 5.1.4 to 5.2.4,@wordpress/api-fetch
from 3.21.5 to 3.23.1, and@wordpress/i18n
from 3.18.0 to 3.20.0. Props @felipeelia via #2372.
See: https://github.com/10up/ElasticPress/milestone/55?closed=1