Skip to content

Commit 06c0311

Browse files
committed
Prepare release 1.5
1 parent 2c447b5 commit 06c0311

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

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

4+
10/04/13: Versions 1.5.0
5+
------------------------
6+
47
* inject the routing into the service container
58
* decoupled routing cache key generation to make it customizable
69
* optimized sfCompileConfigHandler and added unit tests
@@ -75,15 +78,17 @@ CHANGELOG
7578
* replaced embedded swiftmailer by upstream submodule of swiftmailer 4.1
7679
* removed sfPropelPlugin
7780
* add `sfNoMailer` class for application without mail
81+
* do no remove .* files when clearing the cache
82+
* Add helper __() to sfComponent to translate messages
7883

79-
05/30/12: Versions 1.4.18
80-
-------------------------
84+
05/30/12: Version 1.4.18
85+
------------------------
8186

82-
* [33466] fixed a possible DB session fixation attack (patch from Dmitri Groutso)
83-
* [33373] fixed test browser click function does not handle css selector without [ or ] (closes #9982, patch from mouette)
87+
* [33466] fixed a possible DB session fixation attack (patch from Dmitri Groutso)
88+
* [33373] fixed test browser click function does not handle css selector without [ or ] (closes #9982, patch from mouette)
8489

85-
08/03/12: Versions 1.4.17
86-
-------------------------
90+
08/03/12: Version 1.4.17
91+
------------------------
8792

8893
* [33363] added some tests (closes #3237, patch from Stephen.Ostrow)
8994
* [33362] fixed a notice on PHP 5.4 (closes #9985, patch from bshaffer)

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

1616
/**
1717
* sfCoreAutoload class.

0 commit comments

Comments
 (0)