Skip to content

Commit

Permalink
Add #3492, #3493, and #3495
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jun 13, 2023
1 parent 12fb582 commit a448844
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, per [the Ke
**Note that starting from the ElasticPress 5.0.0 release the `Users` feature will be moved to the [ElasticPress Labs](https://github.com/10up/ElasticPressLabs) plugin. The `Terms` and `Comments` features will remain in ElasticPress but will be available only if enabled via code. Check [our blog post](https://www.elasticpress.io/blog/2023/03/enabling-comments-and-terms-in-elasticpress-5-0) for more info.**

### Added
* 'Did you mean' feature. Props [@burhandodhy](https://github.com/burhandodhy), [@felipeelia](https://github.com/felipeelia), and [@brandwaffle](https://github.com/brandwaffle) via [#3425](https://github.com/10up/ElasticPress/pull/3425).
* 'Did you mean' feature. Props [@burhandodhy](https://github.com/burhandodhy), [@felipeelia](https://github.com/felipeelia), [@brandwaffle](https://github.com/brandwaffle), and [@tott](https://github.com/tott) via [#3425](https://github.com/10up/ElasticPress/pull/3425) and [#3492](https://github.com/10up/ElasticPress/pull/3492).
* Facet by Post type. Props [@oscarssanchez](https://github.com/oscarssanchez), [@felipeelia](https://github.com/felipeelia), and [@burhandodhy](https://github.com/burhandodhy) via [#3473](https://github.com/10up/ElasticPress/pull/3473).
* Two new options to disable weighting results by date in WooCommerce products related queries. Props [@MARQAS](https://github.com/MARQAS) and [@felipeelia](https://github.com/felipeelia) via [#3462](https://github.com/10up/ElasticPress/pull/3462).
* Sort meta queries by named clauses and sort by different meta types. Props [@felipeelia](https://github.com/felipeelia) and [@selim13](https://github.com/selim13) via [#3469](https://github.com/10up/ElasticPress/pull/3469).
Expand All @@ -30,10 +30,11 @@ All notable changes to this project will be documented in this file, per [the Ke
### Changed
* If no index is found, the "failed queries" message will be replaced with a prompt to sync. Props [@felipeelia](https://github.com/felipeelia) via [#3436](https://github.com/10up/ElasticPress/pull/3436) and [#3466](https://github.com/10up/ElasticPress/pull/3466).
* Bumped Cypress version to v12. Props [@felipeelia](https://github.com/felipeelia) via [#3441](https://github.com/10up/ElasticPress/pull/3441).
* Documentation partially moved to Zendesk. Props [@felipeelia](https://github.com/felipeelia) and [@brandwaffle](https://github.com/brandwaffle) via [#3493](https://github.com/10up/ElasticPress/pull/3493).

### Fixed
* Fatal error related to the `maybe_process_error_limit` function. Props [@burhandodhy](https://github.com/burhandodhy) via [#3454](https://github.com/10up/ElasticPress/pull/3454).
* Display the error message returned by Elasticsearch if a mapping operation fails. Props [@felipeelia](https://github.com/felipeelia) via [#3464](https://github.com/10up/ElasticPress/pull/3464).
* Display the error message returned by Elasticsearch if a mapping operation fails. Props [@felipeelia](https://github.com/felipeelia) via [#3464](https://github.com/10up/ElasticPress/pull/3464) and [#3495](https://github.com/10up/ElasticPress/pull/3495).
* Negative `menu_order` values being transformed into positive numbers. Props [@felipeelia](https://github.com/felipeelia) and [@navidabdi](https://github.com/navidabdi) via [#3468](https://github.com/10up/ElasticPress/pull/3468).
* Password protected content being indexed upon save when Protected Content is not active. Props [@felipeelia](https://github.com/felipeelia) and [@burhandodhy](https://github.com/burhandodhy) via [#2864](https://github.com/10up/ElasticPress/pull/2864).
* Error message when the Elasticsearch server is not available during the put mapping operation. Props [@felipeelia](https://github.com/felipeelia) via [#3483](https://github.com/10up/ElasticPress/pull/3483).
Expand Down

0 comments on commit a448844

Please sign in to comment.