Skip to content

Commit a60dd09

Browse files
committed
[Docs] More 5.0 readme tweaks
1 parent 6fb6421 commit a60dd09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ Version Matrix
2525

2626
| Elasticsearch Version | Elasticsearch-PHP Branch |
2727
| --------------------- | ------------------------ |
28-
| >= 5.0 | dev-master |
28+
| >= 5.0 | 5.0 |
2929
| >= 2.0, < 5.0 | 1.0 or 2.0 |
3030
| >= 1.0, < 2.0 | 1.0 or 2.0 |
3131
| <= 0.90.x | 0.4 |
3232

33-
- If you are using Elasticsearch 5.0+ (master, alpha, beta), use Elasticsearch-PHP dev-master. A 5.x branch will be cut when Elasticsearch 5.0 GA is released
33+
- If you are using Elasticsearch 5.0+ , use Elasticsearch-PHP 5.0 branch.
3434
- If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
3535
- 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.
3636
- 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.
3737

3838
Documentation
3939
--------------
40-
[Full documentation can be found here.](http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/2.0/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
40+
[Full documentation can be found here.](http://www.elasticsearch.org/guide/en/elasticsearch/client/php-api/5.0/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!
4141

4242
Installation via Composer
4343
-------------------------

0 commit comments

Comments
 (0)