File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
15
02/08/2017: Version 1.5.10
5
16
--------------------------
6
17
Original file line number Diff line number Diff line change 11
11
/**
12
12
* The current symfony version.
13
13
*/
14
- define ('SYMFONY_VERSION ' , '1.5.11-dev ' );
14
+ define ('SYMFONY_VERSION ' , '1.5.11 ' );
15
15
16
16
/**
17
17
* sfCoreAutoload class.
You can’t perform that action at this time.
0 commit comments