From d91bd2c5a5ee3e5e388fc2284200ccc56325d6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 27 Feb 2019 14:03:09 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033d1f1..dd18716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.5.5 (2019-02-27) + + * Compatibility with Symfony 4.1 + * Fixed preflight responses to always include `Origin` in the `Vary` HTTP header + ### 1.5.4 (2017-12-11) * Compatibility with Symfony 4 From 018155ca6c6b047d41914041b9064b8b13e7de02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 27 Feb 2019 14:08:08 +0100 Subject: [PATCH 2/2] Fix tests with PHP 5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30610bb..d249332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ php: sudo: false before_install: - - composer update + - COMPOSER_MEMORY_LIMIT=-1 composer update script: | if [[ $TRAVIS_PHP_VERSION = 7.* ]]; then