Symfony 2.0.4 has just been released.
Stability is getting better with each release as we add new unit tests each time we fix a bug. As a matter of fact, since the 2.0.0 release at the end of July, we have added 59 new tests and more than 180 assertions in our test suite.
The CHANGELOG has all the details about the changes and you can even have a look at the full diff.
If you are starting a new project, you can get the Symfony Standard Edition distribution on the download page.
If you already have a project based on the Symfony Standard Edition 2.0.x, you can easily upgrade to 2.0.4 by getting the new deps and deps.lock files.
Then, run the vendors script:
$ ./bin/vendors install
And don't forget to clear your cache:
$ php ./app/console cache:clear
Thanks for the new release!
Best regards, Michal
I am impressed by the rate which you are releasing the new stable versions of Symfony, a big thumbs up!
Great news!! Thanks for your work, best regards from Uruguay
The best thing in Symfony is the update! Just change the deps files et voila!
Hola, muchas gracias por la nueva versi贸n, estoy iniciando en esto... una pregunta, es estable esta versi贸n ???? Hello, thank you very much for the new version, I am starting this ... a question, this version is stable??
Hola, muchas gracias por la nueva versi贸n, estoy iniciando en esto... una pregunta, es estable esta versi贸n ????...es decir:
Hello, thank you very much for the new version, I am starting this ... a question, this version is stable??
Hola, muchas gracias por la nueva versi贸n, estoy iniciando en esto... una pregunta, es estable esta versi贸n ????. es decir:
Hello, thank you very much for the new version, I am starting this ... a question, this version is stable??
This new release addresses the problems that Symfony developers confront during their daily work and enhances Symfony development process. Thank you, guys!