Skip to content

Commit

Permalink
Add #3029 to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Nov 9, 2022
1 parent e30a36b commit 1d98b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ElasticPress 4.4.0 release highlights:
- New `ep_autosuggest_query_args` filter, to change WP Query args of the autosuggest query template. Props [@felipeelia](https://github.com/felipeelia) via [#3038](https://github.com/10up/ElasticPress/pull/3038).
- New `ep_post_filters` filter and refactor of the `Post::format_args` method. Props [@felipeelia](https://github.com/felipeelia) via [#3044](https://github.com/10up/ElasticPress/pull/3044).
- New `get_index_settings()` method to retrieve index settings. Props [@rebeccahum](https://github.com/rebeccahum) via [#3126](https://github.com/10up/ElasticPress/pull/3126).
- New `ep_woocommerce_default_supported_post_types` and `ep_woocommerce_admin_searchable_post_types` filters. Props [@ecaron](https://github.com/ecaron) via [#3029](https://github.com/10up/ElasticPress/pull/3029).
- Add test factories for Post, User and Term. Props [@burhandodhy](https://github.com/burhandodhy) via [#3048](https://github.com/10up/ElasticPress/pull/3048).
- Unit tests to check access to custom results endpoints. Props [@burhandodhy](https://github.com/burhandodhy) via [#3022](https://github.com/10up/ElasticPress/pull/3022).
- New unit tests for the user feature. Props [@burhandodhy](https://github.com/burhandodhy) via [#3061](https://github.com/10up/ElasticPress/pull/3061).
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ __Added:__
* New `ep_autosuggest_query_args` filter, to change WP Query args of the autosuggest query template. Props [@felipeelia](https://github.com/felipeelia).
* New `ep_post_filters` filter and refactor of the `Post::format_args` method. Props [@felipeelia](https://github.com/felipeelia).
* New `get_index_settings()` method to retrieve index settings. Props [@rebeccahum](https://github.com/rebeccahum).
* New `ep_woocommerce_default_supported_post_types` and `ep_woocommerce_admin_searchable_post_types` filters. Props [@ecaron](https://github.com/ecaron).
* Add test factories for Post, User and Term. Props [@burhandodhy](https://github.com/burhandodhy).
* Unit tests to check access to custom results endpoints. Props [@burhandodhy](https://github.com/burhandodhy).
* New unit tests for the user feature. Props [@burhandodhy](https://github.com/burhandodhy).
Expand Down

0 comments on commit 1d98b3d

Please sign in to comment.