|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
3 | 3 |
|
| 4 | +10/04/13: Versions 1.5.0 |
| 5 | +------------------------ |
| 6 | + |
4 | 7 | * inject the routing into the service container
|
5 | 8 | * decoupled routing cache key generation to make it customizable
|
6 | 9 | * optimized sfCompileConfigHandler and added unit tests
|
@@ -75,15 +78,17 @@ CHANGELOG
|
75 | 78 | * replaced embedded swiftmailer by upstream submodule of swiftmailer 4.1
|
76 | 79 | * removed sfPropelPlugin
|
77 | 80 | * add `sfNoMailer` class for application without mail
|
| 81 | + * do no remove .* files when clearing the cache |
| 82 | + * Add helper __() to sfComponent to translate messages |
78 | 83 |
|
79 |
| -05/30/12: Versions 1.4.18 |
80 |
| -------------------------- |
| 84 | +05/30/12: Version 1.4.18 |
| 85 | +------------------------ |
81 | 86 |
|
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) |
84 | 89 |
|
85 |
| -08/03/12: Versions 1.4.17 |
86 |
| -------------------------- |
| 90 | +08/03/12: Version 1.4.17 |
| 91 | +------------------------ |
87 | 92 |
|
88 | 93 | * [33363] added some tests (closes #3237, patch from Stephen.Ostrow)
|
89 | 94 | * [33362] fixed a notice on PHP 5.4 (closes #9985, patch from bshaffer)
|
|
0 commit comments