Skip to content

Commit

Permalink
Add #3529, #3533, #3530, and #3532 to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jul 5, 2023
1 parent e6ff800 commit 73d843e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ 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:/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
* Add doc url for "Did You Mean" feature. Props [@burhandodhy](https:/burhandodhy) via [#3529](https:/10up/ElasticPress/pull/3529).

### Changed
* Use wp_cache_supports over wp_cache_supports_group_flush. Props [@spacedmonkey](https:/spacedmonkey) via [#3501](https:/10up/ElasticPress/pull/3501).
* Update the `ep_exclude_from_search` post meta only if it is set or has some value. Props [@MARQAS](https:/MARQAS) and [@columbian-chris](https:/columbian-chris) via [#3521](https:/10up/ElasticPress/pull/3521).
Expand All @@ -26,6 +29,9 @@ All notable changes to this project will be documented in this file, per [the Ke
* Restrict applying a facet filter to the query if the filter value is empty. Props [@burhandodhy](https:/burhandodhy) via [#3524](https:/10up/ElasticPress/pull/3524).
* Syncing a post with empty post meta key. Props [@MARQAS](https:/MARQAS) and [@oscarssanchez](https:/oscarssanchez) via [#3516](https:/10up/ElasticPress/pull/3516).
* Order by clauses with Elasticsearch field formats are not changed anymore. Props [@felipeelia](https:/felipeelia) and [@tlovett1](https:/tlovett1) via [#3512](https:/10up/ElasticPress/pull/3512).
* Failed Query logs are automatically cleared on refreshing the "Status Report" page. Props [@burhandodhy](https:/burhandodhy) via [#3533](https:/10up/ElasticPress/pull/3533).
* Warning message on Health page when Last Sync information is not available. Props [@burhandodhy](https:/burhandodhy) via [#3530](https:/10up/ElasticPress/pull/3530).
* Deprecation notice: json_encode(): Passing null to parameter #2. Props [@burhandodhy](https:/burhandodhy) via [#3532](https:/10up/ElasticPress/pull/3532).
* Documentation of the `ep_facet_search_get_terms_args` filter. Props [@burhandodhy](https:/burhandodhy) via [#3525](https:/10up/ElasticPress/pull/3525).

## [4.6.0] - 2023-06-13
Expand Down

0 comments on commit 73d843e

Please sign in to comment.