From 64ed988ca50d9d7bd9f43f66bc2881d4111403d1 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 9 Feb 2017 09:06:46 +0100 Subject: [PATCH] Prepare 1.5.9 --- CHANGELOG.md | 8 ++++++++ lib/autoload/sfCoreAutoload.class.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04986835b..b573aae5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +09/02/2017: Version 1.5.9 +------------------------- + +* Fix notice in sfValidatorSchema::getBytes" PHP 7.1 #148 +* Fix dumpArray() for PHP 7.1 #146 +* Fix some bugs with new PHP versions #143 +* Fix yaml dumpArray() for PHP 7.1 #142 + 06/10/2016: Version 1.5.8 ------------------------- diff --git a/lib/autoload/sfCoreAutoload.class.php b/lib/autoload/sfCoreAutoload.class.php index 42d885b5b..896a44fda 100755 --- a/lib/autoload/sfCoreAutoload.class.php +++ b/lib/autoload/sfCoreAutoload.class.php @@ -11,7 +11,7 @@ /** * The current symfony version. */ -define('SYMFONY_VERSION', '1.5.9-dev'); +define('SYMFONY_VERSION', '1.5.9'); /** * sfCoreAutoload class.