Version 3.6.4
Note that the upcoming ElasticPress 4.0.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 4.0.0 will be 7.0+.
Added
- WP-CLI: New
get-mapping
command. Props @tfrommen, @felipeelia, and @Rahmon via #2414. - New filters:
ep_query_request_args
andep_pre_request_args
. Props @felipeelia via #2416. - Support for Autosuggest to dynamically inserted search inputs. Props @JakePT, @rdimascio, @brandwaffle, and @felipeelia via #2404.
Changed
- Automatically generated WP-CLI docs. Props @felipeelia via #2370.
- Verification of active features requirement. Props @Rahmon, @felipeelia, and @WPprodigy via #2410.
ewp_word_delimiter
base filter: changed fromword_delimiter
toword_delimiter_graph
. Props @pschoffer and @yolih via #2409.- Terms search query in admin will not be fuzzy. Props @rebeccahum via #2417.
Fixed
- Elapsed time beyond 1000 seconds in WP-CLI index command. Props @felipeelia and @dustinrue via #2380.
- Layout of Index Health totals on small displays. Props @JakePT and @oscarssanchez via #2403.
- Deprecated URL for multiple documents get from ElasticSearch. Props @pschoffer via #2397.
- Add new lines and edit terms in the Advanced Synonym Editor. Props @JakePT and @johnwatkins0 via #2411.
- Terms: Avoid falling back to MySQL when results are empty. Props @felipeelia via #2420.
- Terms: Usage of several parameters for searching and ordering. Props @felipeelia and @Rahmon via #2420 and #2421.
- Attachment indexing on Elasticsearch 7. Props @Rahmon via #2425.
- Tests: Ensure that Documents related queries use ElasticPress. Props @Rahmon via #2388.
- Tests: Ensure that WooCommerce related queries use ElasticPress. Props @Rahmon and @felipeelia via #2389.
- Tests: Ensure that Comments related queries use ElasticPress. Props @Rahmon and @felipeelia via #2390.
- Tests: Ensure that Multisite related queries use ElasticPress. Props @Rahmon and @felipeelia via #2400.
- Tests: Ensure that Terms related queries use ElasticPress. Props @felipeelia via #2420.
See: https://github.com/10up/ElasticPress/milestone/56?closed=1