Skip to content

Commit

Permalink
Prepare 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Mar 17, 2018
1 parent 2dce89d commit 40d442b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

17/03/2018: Version 1.5.11
--------------------------

* Fix a bug in the lime unit-testing lib #168
* Fix error 'A non well formed numeric value' on sfValidatorFile #181
* Fix usage of octet in recent patch #182
* Allow PATCH as an option in functional tests #185
* Fix case for isSubclassOf method #189
* Remove typehint from exception handler #188
* Fix counting of non-countable var for PHP 7.2 #178

02/08/2017: Version 1.5.10
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/autoload/sfCoreAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
define('SYMFONY_VERSION', '1.5.11-dev');
define('SYMFONY_VERSION', '1.5.11');

/**
* sfCoreAutoload class.
Expand Down

0 comments on commit 40d442b

Please sign in to comment.