A week of symfony #410 (03->09 November 2014)
This week, Symfony project focused on interesting discussions about its future. First, it was decided to create the 2.6 and 2.7 branches simultaneously and make the master branch the new Symfony 3.x…
This week, Symfony project focused on interesting discussions about its future. First, it was decided to create the 2.6 and 2.7 branches simultaneously and make the master branch the new Symfony 3.x…
The first beta of Symfony 2.6 was released on Monday. As always, backward compatibility means that you should be able to upgrade easily without changing anything in your code. Anyway, read the UPGRAD…
As an organizer of the Swedish Symfony community I’m happy to say that we are hosting our second Symfony Conference. It is a one-day, single-track conference with speakers from 6 countries. The event…
This week Symfony routing implemented the serialization of the compiled route to speed things up. In addition, it improved error messages for lots of components and continued polishing the new VarDum…
This week, Symfony Serializer component added support for handling circular references and DependencyInjection fixed some problems with aliases and circular references. Meanwhile, some interesting pr…
Symfony 2.5.6 has just been released. Here is a list of the most important changes: bug #11696 [Form] Fix #11694 - Enforce options value type check in some form types (kix) bug #12225 [SecurityBundle…