Skip to content

Commit 40d442b

Browse files
committed
Prepare 1.5.11
1 parent 2dce89d commit 40d442b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
17/03/2018: Version 1.5.11
5+
--------------------------
6+
7+
* Fix a bug in the lime unit-testing lib #168
8+
* Fix error 'A non well formed numeric value' on sfValidatorFile #181
9+
* Fix usage of octet in recent patch #182
10+
* Allow PATCH as an option in functional tests #185
11+
* Fix case for isSubclassOf method #189
12+
* Remove typehint from exception handler #188
13+
* Fix counting of non-countable var for PHP 7.2 #178
14+
415
02/08/2017: Version 1.5.10
516
--------------------------
617

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

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)