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 11CHANGELOG
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+
41522/07/2015: Version 1.5.6
516-------------------------
617
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments