Skip to content

Commit 28fa682

Browse files
committedJun 8, 2020
1.5.13
1 parent f4aabbf commit 28fa682

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
CHANGELOG
22
=========
33

4-
xx/xx/xxxx: Version 1.5.13
4+
08/06/2020: Version 1.5.13
55
--------------------------
66

77
* Fix for `Warning: ini_set(): A session is active...` #229
8-
9-
=========
8+
* Php 7.4 Incompatibility Fixes #228
9+
* Remove notice appeared on php 7.4 #230
10+
* Rename package to `friendsofsymfony1/symfony1` #231
1011

1112
03/04/2020: Version 1.5.12
1213
--------------------------

‎lib/autoload/sfCoreAutoload.class.php

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

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)