Skip to content

Commit

Permalink
Merge pull request #3783 from 10up/release/5.0.1
Browse files Browse the repository at this point in the history
[Release] Version 5.0.1
  • Loading branch information
felipeelia authored Dec 12, 2023
2 parents 78e1ebc + e3bf1f9 commit afbb9a5
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 69 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,24 @@ All notable changes to this project will be documented in this file, per [the Ke
### Security
-->

## [5.0.1] - 2023-12-12

### Added
* Failed queries in the Index Health page will now be outputted with their error messages. Props [@felipeelia](https://github.com/felipeelia) and [@pvnanini](https://github.com/pvnanini) via [#3776](https://github.com/10up/ElasticPress/pull/3776).

### Fixed
* Queries failing due to a "request body is required" error. Props [@felipeelia](https://github.com/felipeelia) via [#3770](https://github.com/10up/ElasticPress/pull/3770).
* Fatal error when site has a bad cookie. Props [@burhandodhy](https://github.com/burhandodhy) via [#3778](https://github.com/10up/ElasticPress/pull/3778).
* Broken i18n of some strings. Props [@felipeelia](https://github.com/felipeelia) and [@iazema](https://github.com/iazema) via [#3780](https://github.com/10up/ElasticPress/pull/3780).
* PHP Warning on term archive pages when the term was not found. Props [@felipeelia](https://github.com/felipeelia) and [@Igor-Yavych](https://github.com/Igor-Yavych) via [#3777](https://github.com/10up/ElasticPress/pull/3777).
* PHP warning when using block themes. Props [@felipeelia](https://github.com/felipeelia) and [@tropicandid](https://github.com/tropicandid) via [#3781](https://github.com/10up/ElasticPress/pull/3781).
* Several typos. Props [@szepeviktor](https://github.com/szepeviktor) via [#3750](https://github.com/10up/ElasticPress/pull/3750).
* Index cleanup process - offset being zeroed too late. Props [@pknap](https://github.com/pknap) via [#3765](https://github.com/10up/ElasticPress/pull/3765).
* PHP warning in site health page. Props [@turtlepod](https://github.com/turtlepod) via [#3758](https://github.com/10up/ElasticPress/pull/3758).
* ReactDOM.render is no longer supported in React 18. Props [@burhandodhy](https://github.com/burhandodhy) and [@felipeelia](https://github.com/felipeelia) via [#3686](https://github.com/10up/ElasticPress/pull/3686).
* E2e tests with WordPress 6.4. Props [@felipeelia](https://github.com/felipeelia) via [#3771](https://github.com/10up/ElasticPress/pull/3771).
* PHP Setup in GitHub Actions. Props [@felipeelia](https://github.com/felipeelia) via [#3784](https://github.com/10up/ElasticPress/pull/3784).

## [5.0.0] - 2023-11-01

**ElasticPress 5.0.0 contains some important changes. Make sure to read these highlights before upgrading:**
Expand Down Expand Up @@ -2032,6 +2050,7 @@ This is a bug fix release with some filter additions.
- Initial plugin release

[Unreleased]: https://github.com/10up/ElasticPress/compare/trunk...develop
[5.0.1]: https://github.com/10up/ElasticPress/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/10up/ElasticPress/compare/4.7.2...5.0.0
[4.7.2]: https://github.com/10up/ElasticPress/compare/4.7.1...4.7.2
[4.7.1]: https://github.com/10up/ElasticPress/compare/4.7.0...4.7.1
Expand Down
8 changes: 7 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following acknowledges the Maintainers for this repository, those who have C

The following individual is responsible for curating the list of issues, responding to pull requests, and ensuring regular releases happen:

[Vasken Hauri (@brandwaffle)](https://github.com/brandwaffle).
[Thorsten Ott (@tott)](https://github.com/tott) and [Felipe Elia (@felipeelia)](https://github.com/felipeelia).

## Contributors

Expand Down Expand Up @@ -223,6 +223,12 @@ Thank you to all the people who have already contributed to this repository via
[Pea Lutz (@misfist)](https://github.com/misfist),
[@apurvrdx1](https://github.com/apurvrdx1),
[Scott Buscemi (@scottbuscemi)](https://github.com/scottbuscemi),
[Viktor Szépe (@szepeviktor)](https://github.com/szepeviktor),
[Paweł Knap (@pknap)](https://github.com/pknap),
[@iazema](https://github.com/iazema),
[Igor Yavych (@Igor-Yavych)](https://github.com/Igor-Yavych),
[Deanna Steers (@tropicandid)](https://github.com/tropicandid),
[@pvnanini](https://github.com/pvnanini),
and
[@qazaqstan2025](https://github.com/qazaqstan2025).

Expand Down
4 changes: 2 additions & 2 deletions elasticpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ElasticPress
* Plugin URI: https://github.com/10up/ElasticPress
* Description: A fast and flexible search and query engine for WordPress.
* Version: 5.0.0
* Version: 5.0.1
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: 10up
Expand Down Expand Up @@ -32,7 +32,7 @@
define( 'EP_URL', plugin_dir_url( __FILE__ ) );
define( 'EP_PATH', plugin_dir_path( __FILE__ ) );
define( 'EP_FILE', plugin_basename( __FILE__ ) );
define( 'EP_VERSION', '5.0.0' );
define( 'EP_VERSION', '5.0.1' );

define( 'EP_PHP_VERSION_MIN', '7.4' );

Expand Down
Loading

0 comments on commit afbb9a5

Please sign in to comment.