Skip to content

Commit

Permalink
Prepare release 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Oct 3, 2013
1 parent 2c447b5 commit 06c0311
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CHANGELOG
=========

10/04/13: Versions 1.5.0
------------------------

* inject the routing into the service container
* decoupled routing cache key generation to make it customizable
* optimized sfCompileConfigHandler and added unit tests
Expand Down Expand Up @@ -75,15 +78,17 @@ CHANGELOG
* replaced embedded swiftmailer by upstream submodule of swiftmailer 4.1
* removed sfPropelPlugin
* add `sfNoMailer` class for application without mail
* do no remove .* files when clearing the cache
* Add helper __() to sfComponent to translate messages

05/30/12: Versions 1.4.18
-------------------------
05/30/12: Version 1.4.18
------------------------

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

08/03/12: Versions 1.4.17
-------------------------
08/03/12: Version 1.4.17
------------------------

* [33363] added some tests (closes #3237, patch from Stephen.Ostrow)
* [33362] fixed a notice on PHP 5.4 (closes #9985, patch from bshaffer)
Expand Down
2 changes: 1 addition & 1 deletion lib/autoload/sfCoreAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* The current symfony version.
*/
define('SYMFONY_VERSION', '1.5.0-DEV');
define('SYMFONY_VERSION', '1.5.0');

/**
* sfCoreAutoload class.
Expand Down

0 comments on commit 06c0311

Please sign in to comment.