diff --git a/.travis.yml b/.travis.yml index bd4f008cb5..d7d3d8cbea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: php php: - - 5.2 - 5.3 - 5.4 env: global: - - ES_VER=0.20.1 + - ES_VER=0.20.2 - ES_MAPPER_ATTACHMENTS_VER=1.6.0 before_script: diff --git a/changes.txt b/changes.txt index 1338774af3..ab179044a8 100644 --- a/changes.txt +++ b/changes.txt @@ -2,6 +2,7 @@ CHANGES 2013-01-13 - Add version option to Elastica_Search::search +- Remove compatibility for PHP 5.2 2012-12-23 - Elastica_Client config param "servers" to "connections" renamed. "headers" and "curl" are now a config param inside "connections"