Skip to content

Commit 8ad7709

Browse files
committed
Update readme about versions
1 parent 0f43a5c commit 8ad7709

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,11 @@ Version Matrix
2525

2626
| Elasticsearch Version | Elasticsearch-PHP Branch |
2727
| --------------------- | ------------------------ |
28-
| >= 2.0 (unreleased) | Master |
28+
| >= 2.0 | 1.0 or 2. |
2929
| >= 1.0, < 2.0 | 1.0 or 2.0 |
3030
| <= 0.90.x | 0.4 |
3131

32-
Since there are breaking changes in Elasticsearch 1.0 (and 2.0 when it is released), you need to match your version of Elasticsearch to the appropriate version of this library.
33-
32+
- If you are using Elasticsearch 2.0+, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
3433
- If you are using Elasticsearch 1.0+, you must install the `1.0` or `2.0` Elasticsearch-PHP branch.
3534
- If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
3635
- You should never use Elasticsearch-PHP Master branch, as it tracks Elasticearch master and may contain incomplete features or breaks in backwards compat. Only use ES-PHP master if you are developing against ES master for some reason.

0 commit comments

Comments
 (0)