Skip to content

Commit c2674ae

Browse files
author
Jeremy BENOIST
committed
Prepare 1.5.7
1 parent 009e6ff commit c2674ae

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+
02/02/2016: Version 1.5.7
5+
-------------------------
6+
7+
* Fix error in embedded form #105
8+
* Added HTTP PATCH request method #110
9+
* Fix integers used in mt_rand() #113
10+
* Remove array cast from parameter of sfAction::renderJson #115
11+
* Don't post unnamed submit fields in sfBrowserBase #112
12+
* Add support for traits in autoloaders #112
13+
* Php Inspections (EA Extended): Static Code Analysis #111
14+
415
22/07/2015: Version 1.5.6
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.7-dev');
14+
define('SYMFONY_VERSION', '1.5.7');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)