-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notes about ES and WP min version bump #2442
Conversation
||Current (3.6.4)|4.0.0| | ||
|---|:---:|:---:| | ||
|Elasticsearch|5.0+|5.2+| | ||
|WordPress|3.7.1+|5.6+| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Such a bonkers jump, but I love it (let's get more folks on current versions).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left one aside note and a potential edit, but generally good to go... thanks!
README.md
Outdated
@@ -4,13 +4,21 @@ | |||
|
|||
[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Tests Status](https://github.com/10up/ElasticPress/actions/workflows/test.yml/badge.svg?branch=develop)](https://github.com/10up/ElasticPress) [![Release Version](https://img.shields.io/github/release/10up/ElasticPress.svg)](https://github.com/10up/ElasticPress/releases/latest) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.8%20tested-success.svg) [![MIT License](https://img.shields.io/github/license/10up/ElasticPress.svg)](https://github.com/10up/ElasticPress/blob/develop/LICENSE.md) | |||
|
|||
* Check out the [ElasticPress Docs](http://10up.github.io/ElasticPress/) | |||
|
|||
**Please note:** master is the stable branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May want to add on to this line with something like ", but that will be changing with the 4.0.0 release (read more on that below)."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
Updates info about min. versions for ES and WP
Related to #2431