Skip to content

Commit af6d6c3

Browse files
committed
Merge pull request #98 from issei-m/missing-release
Release 1.5.5
2 parents 1cb8f45 + 70d0bc8 commit af6d6c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
18/07/2015: Version 1.5.5
5+
-----------------------
6+
7+
* Static Code Analysis with Php Inspections #97
8+
* Change log level of sfException to CRITICAL #96
9+
410
15/06/2015: Version 1.5.4
511
-----------------------
612

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.5-DEV');
14+
define('SYMFONY_VERSION', '1.5.5');
1515

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)