Symfony 2.0.14 has just been released.
The CHANGELOG has all the details about the changes and you can even have a look at the full diff.
Besides small bug fixes, it also fixes a regression in the SensioFrameworkExtraBundle introduced in the 2.0.13 release.
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.13 by getting the new deps and deps.lock files.
Then, run the vendors script (it also clears your cache):
$ ./bin/vendors install
Remember that the Symfony2 Components are also available as standalone libraries. You can get them via their dedicated read-only repositories on Github (https://github.com/symfony/Finder for instance), install them via PEAR (pear install symfony2/Finder), or even install them via Composer.
Great!
great ! nice job !
testing it
testing... ;)
Haha, didn't had the time to test 2.0.13 :p
Getting wicket jazzed for 2.1 ;)
nice job :)
Why not updating Twig version in deps and deps.lock ?
Testing
Great!
Great. Thanks.
Testing and Thanks !!!! ;)
Hello, I get this error after installing the bundles in the terminal:
sh: / * PATH * /: Permission denied
How to solve? Thanks