Skip to content

Symfony Blog

All about Symfony releases, new Symfony features, and other important announcements

Symfony 2.7 includes a new toolbar translation panel and a new translation profiler to display detailed information about your application internationalization.
April 8, 2015 #Living on the edge
Symfony 2.7 adds two new Twig configuration options to define the default formatting of both numbers and dates without the need to write custom code.
April 7, 2015 #Living on the edge
This week, Symfony published 2.3.27, 2.5.11 and 2.6.6 security releases. In addition, the Form component refactored choice lists to support dynamic label, value, index and attribute generation, the Translation component added a new translation profiler and the Console component introduced a new style guide to update the built-in commands appearance. Lastly, the master branch continued removing deprecated features that won't be available in Symfony 3.0.
April 5, 2015 #A week of symfony
CVE-2015-2308 is about possible code injections via the ESI framework.
April 1, 2015 #Security Advisories
CVE-2015-2309 fixes some unsafe methods in the Request class.
April 1, 2015 #Security Advisories
April 1, 2015 #Releases
April 1, 2015 #Releases
April 1, 2015 #Releases
The Symfony Console component is the second most popular Symfony component, with more than eight million downloads on Packagist.org so far. One of the main factors of its success is the amount of features that it provides to create advanced console commands. In Symfony 2.7 we went a step further and added support for defining advanced table layouts.
March 30, 2015 #Living on the edge
This week, Symfony officially introduced its new installer. In addition, the String security utils were refactored and some nice performance improvements were applied to DomCrawler component and to the PHP container dumper. Lastly, the upcoming Symfony 3 version removed all the *.class container parameters, since they are no longer considered a good practice.
March 29, 2015 #A week of symfony