Version 3.4
Version 3.4 contains a number of important bug fixes and enhancements. Most notably, ElasticPress now integrates with WP_Term_Query
.
Release changes
- Addition of Terms Indexable and Feature. ElasticPress can now integrate with
WP_Term_Query
. Props dkotter. - Fixes for
WP_User_Query
'fields' parameter. Props petenelson. - Support all taxonomies in root of
WP_Query
- Readd
ep_retrieve_aggregations
hook for backwards compatibility - Move indexable posts class registration into a function that runs in the
plugins_loaded
action. Props petenelson. - Fix author name in weighting and use post_author.display_name for weighted author field search. Props petenelson.
- Add
ep_prepared_*_meta
filters - Refactor CLI indexing code for simplicity.
- Limit indexed Protected Content post types removing
revision
,oembed_cache
,custom_css
,user_request
,customize_changeset
, andwp_block
. - Cast taxonomy slug to array in case it's already an array in
WP_Query
. - Remove unnecessary usage of
--network-wide
CLI paramter. - Add name, nickname, and display name to fields used for user search.
- Add
clear-transient
WP CLI command. - Don't make product categories facetable when WooCommerce feature is not active. Props mustafauysal.