Version 3.6.5
Note that the upcoming ElasticPress 4.0.0 release will remove built assets from the develop
branch, will replace master
with trunk
, will add a zip with the plugin and its built assets in the GitHub release page, 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 trunk
or to GitHub releases depending on whether you require built assets or not.
Supported versions:
Current (3.6.5) | 4.0.0 | |
---|---|---|
Elasticsearch | 5.0 - 7.9 | 5.2 - 7.10 |
WordPress | 3.7.1+ | 5.6+ |
PHP | 5.6+ | 7.0+ |
Added
- Docs: Link to the support page in README.md. Props @brandwaffle via #2436.
- New
ep_weighting_default_enabled_taxonomies
filter. Props @felipeelia and @tott via #2474. $blog_id
and$indexable_slug
parameters to theep_keep_index
filter. Props @felipeelia and @brandwaffle via #2478.
Changed
- Add
$type
parameter toep_do_intercept_request
filter. Props @rebeccahum and @felipeelia via #2443. - Cache the detected Posts mapping version, avoiding
get_mapping
calls in all admin requests. Props @felipeelia via #2445. - Docs: Required ES and WP versions planned for ElasticPress 4.0.0. Props @felipeelia via #2442.
- The
admin.min.js
file was split innotice.min.js
andweighting.min.js
, being loaded accordingly. Props @felipeelia and @barryceelen via #2476.
Fixed
- Force fetching
ep_wpcli_sync_interrupted
transient from remote to allow for more reliable remote interruption. Props @rinatkhaziev and @rebeccahum via #2433. - Duplicate orderby statement in Users query. Props @brettshumaker, @pschoffer, and @rebeccahum via #2435.
- When using offset and default maximum result window value for size, subtract offset from size. Props @rebeccahum via #2441.
- Order for Custom Search Results in autosuggest. Props @felipeelia and @johnwatkins0 via #2447.
- WP-CLI stats and status to output all indices related to ElasticPress. Props @felipeelia via #2479.
- Tests: Ensure that Posts related queries use ElasticPress. Props @Rahmon via #2401.
- Tests: PHPUnit and yoast/phpunit-polyfills. Props @felipeelia via #2457.
Security
- Bumped
path-parse
from 1.0.6 to 1.0.7. Props @dependabot via #2458. - Bumped
10up-toolkit
from 1.0.12 to 1.0.13. Props @felipeelia via #2467.
See: https://github.com/10up/ElasticPress/milestone/57?closed=1