Version 3.6.6
ElasticPress 4.0 Beta 1 is now available for non-production testing.
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.6) | 4.0.0 | |
---|---|---|
Elasticsearch | 5.0 - 7.9 | 5.2 - 7.10 |
WordPress | 3.7.1+ | 5.6+ |
PHP | 5.6+ | 7.0+ |
Added
- Ensure array query parameters do not contain empty items. Props @roborourke via #2462.
- WP-CLI
request
subcommand. Props @joehoyle and @felipeelia via #2484 and #2523.
Changed
- Enabling features that require a reindex will now ask for confirmation. Props @JakePT, @felipeelia, @Rahmon, @columbian-chris, and @brandwaffle via #2491, #2524, and #2536.
Fixed
- Broken search pagination on hierarchical post types. Props @tfrommen via #2511.
- Synonyms erased when syncing via WP-CLI. Props @felipeelia and @oscarssanchez via #2517.
- Deleting a metadata without passing an object id now updates all associated posts. Props @oscarssanchez, @felipeelia, and @Shrimpstronaut via #2483 and #2525.
- Not indexable sites added to indexes list in WP-CLI commands. Props @oscarssanchez and @felipeelia via #2531.
See: https://github.com/10up/ElasticPress/milestone/60?closed=1