Symfony 2.0.12 has just been released.
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.12 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.
The links for deps and deps.lock are broken, and I don't see those files in the main branch of the repo.
The link of
deps
anddeps.lock
is not exist!! Also in github there is no such files in the main branch. And the linkhttps://raw.github.com/symfony/symfony-standard/v2.0.12
is not exist.Actually the tag v2.0.12 has not been created on Github...
Hi all,
yes that is the case, but you can fetch the files at the correct sha from the 2.0 history.
deps https://github.com/symfony/symfony-standard/blob/b8ac8b7cc6307a241385ad1e4c0880a6319d8ca4/deps deps.lock https://github.com/symfony/symfony-standard/blob/b8ac8b7cc6307a241385ad1e4c0880a6319d8ca4/deps.lock
You can download deps and deps.lock from Download from symfony.com http://symfony.com/download?v=Symfony_Standard_Vendors_2.0.12.zip
All updated here and no problems seen so all good!
version in deps.lock for AsseticBundle is still 1.0.1, should be 1.0.3
How do I update on windows?
I copied the files from the zip and ran the command. This is what I got:
c:\webdev\apache\htdocs\Symfony>php bin/vendors install Your project seems to be based on a Standard Edition that includes vendors.
Try to run ./bin/vendors install --reinstall
c:\webdev\apache\htdocs\Symfony>php bin/vendors install --reinstall
@Heitor - get msysgit http://code.google.com/p/msysgit/ - when installing select "check-out as is, check-in unix" (NOT check-out windows, that'll break some stuff). Run the vendors install --reinstall again and you'll be golden
I have a project with the sole library of the Symfony2 standard edition release. To install the update, can I simply replace the vendors directory?
Thanks for all, everything works fine. I have updated my projects with no problems
Houston, I have a problem.
I have updated my deps and deps.lock file as Fabien said, but I have this error:
How can I do please?
Thanks
upgraded from 2.0.11, worked like a charm :)