Skip to content

Version 1.4

Compare
Choose a tag to compare
@tlovett1 tlovett1 released this 18 May 21:38
· 4129 commits to master since this release

Changelog

This version contains a number of bug fixes and small enhancements. The focus of this version is date query support. New date features will not work unless you do a reindex (wp elasticpress index --setup).

Bug Fixes:

  • Duplicate sync post hooks separated. Props superdummy.
  • Don't send empty index error emails. Props cmmarslender.
  • Remove default shard and indices configuration numbers but maintain backwards compatibility. Props zamoose.
  • Fix wrong author ID in post data. Props eduardmaghakyan.

Enhancements:

  • date_query and date parameters now supported in WP_Query. Props joeyblake and eduardmaghakyan.
  • Make all request headers filterable.
  • Add EP API key to all requests as a header if a constant is defined. Props zamoose.
  • Add index exists function; remove indexes on blog deletion/deactivation. Props joeyblake.
  • Refactor wp-cli stats for multisite. Props jaace.
  • Index mappings array moved to separate file. Props mikaelmattsson.
  • Support meta inequality comparisons. Props psorensen.