Skip to content

Commit cf86a0f

Browse files
committed
Release 1.5.6
1 parent 0a5f9d8 commit cf86a0f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
CHANGELOG
22
=========
33

4+
22/07/2015: Version 1.5.6
5+
-------------------------
6+
7+
* Reverts #94. APCu 4.0.7+ is required for PHP 5.5+ #99
8+
49
18/07/2015: Version 1.5.5
5-
-----------------------
10+
-------------------------
611

712
* Static Code Analysis with Php Inspections #97
813
* Change log level of sfException to CRITICAL #96
914

1015
15/06/2015: Version 1.5.4
11-
-----------------------
16+
-------------------------
1217

1318
* Add blob support to yaml files #38
1419
* Ability to integrate a psr compliant log #71
@@ -18,7 +23,7 @@ CHANGELOG
1823
* Allow to specify environment in sfI18nExtractTask #92
1924

2025
17/09/2014: Version 1.5.3
21-
-----------------------
26+
-------------------------
2227

2328
* Use late static binding for config classes #25
2429
* Remove Doctrine from dependencies (add Doctrine and Propel as suggestions) #35
@@ -29,7 +34,7 @@ CHANGELOG
2934
* Re-add Propel in sfDatabaseSessionStorage #66
3035

3136
10/30/2013: Version 1.5.2
32-
-----------------------
37+
-------------------------
3338

3439
* Drop support for PHP 5.2
3540
* Add support for PHP 5.5

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.6-dev');
14+
define('SYMFONY_VERSION', '1.5.6');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)