Skip to content

Commit 472cade

Browse files
committed
Prepare 1.5.8
Submodules update: - doctrine to 1.3.4 - swiftmailer to 5.4.3
1 parent 2178c32 commit 472cade

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
CHANGELOG
22
=========
33

4+
06/10/2016: Version 1.5.8
5+
-------------------------
6+
7+
* PHP7 compatibility by @timmipetit #121
8+
* sfMemcacheCache fix #124
9+
* sfAutoload include fix for HHVM support #127
10+
* sfAutoload include: eval only if forced on HHVM #130
11+
* Fix phpdoc for sfDoctrineRecord::setDateTimeObject() #136
12+
* Fix session data losing under certain situation #139
13+
414
02/02/2016: Version 1.5.7
515
-------------------------
616

lib/autoload/sfCoreAutoload.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* The current symfony version.
1313
*/
14-
define('SYMFONY_VERSION', '1.5.8-dev');
14+
define('SYMFONY_VERSION', '1.5.8');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)