We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aabbf commit 28fa682Copy full SHA for 28fa682
CHANGELOG.md
@@ -1,12 +1,13 @@
1
CHANGELOG
2
=========
3
4
-xx/xx/xxxx: Version 1.5.13
+08/06/2020: Version 1.5.13
5
--------------------------
6
7
* Fix for `Warning: ini_set(): A session is active...` #229
8
-
9
-=========
+* Php 7.4 Incompatibility Fixes #228
+* Remove notice appeared on php 7.4 #230
10
+* Rename package to `friendsofsymfony1/symfony1` #231
11
12
03/04/2020: Version 1.5.12
13
lib/autoload/sfCoreAutoload.class.php
@@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
14
-define('SYMFONY_VERSION', '1.5.13-dev');
+define('SYMFONY_VERSION', '1.5.13');
15
16
17
* sfCoreAutoload class.
0 commit comments