Symfony 2.8.7 released
Symfony 2.8.7 has just been released. Here is a list of the most important changes:bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)bug #18893...
View ArticleSymfony 3.0.7 released
Symfony 3.0.7 has just been released. Here is a list of the most important changes:bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)bug #18893...
View ArticleA week of symfony #493 (6-12 June 2016)
This week, 2.7.14, 2.8.7 and 3.0.7 maintenance versions were released. Meanwhile, the upcoming Symfony 3.2 version started adding new features: the Console component improved how command aliases are...
View ArticleSymfony 3.1.1 released
Symfony 3.1.1 has just been released. Here is a list of the most important changes:bug #19048 [HttpFoundation] Use UPSERT for sessions stored in PgSql >= 9.5 (nicolas-grekas)bug #19042 [Cache] Fix...
View ArticleA week of symfony #494 (13-19 June 2016)
This week, Symfony 3.1.1 maintenance version was released. Meanwhile, the upcoming Symfony 3.2 version added lots of new features, such as a way to dump the ExpressionLanguage AST, a new file() helper...
View ArticleA week of symfony #495 (20-26 June 2016)
This week, Symfony's development and merging activity was so intense that, for the first time in more than three years, the official repository achieved less than 100 pending pull requests. Meanwhile,...
View ArticleNew in Symfony 3.1: Cache component
Contributed by Nicolas Grekas in #17408.This is the last article in the "New in Symfony 3.1" series and it introduces the most important new feature of Symfony 3.1: the Cache component.This new...
View ArticleNew in Symfony 3.2: File controller helper
Contributed by Dennis Fridrich in #18502.This is the first article of the "New in Symfony 3.2" series where we'll showcase the most relevant new features of the upcoming Symfony 3.2 version (to be...
View ArticleNew in Symfony 3.2: PHP constants in YAML files
Contributed by Jules Pietri in #18626.YAML is arguably the most popular format to define the configuration of the Symfony applications. Unfortunately, due to the YAML format nature, it doesn't provide...
View ArticleSymfony 2.7.15 released
Symfony 2.7.15 has just been released. Here is a list of the most important changes:bug #19217 [HttpKernel] Inline ValidateRequestListener logic into HttpKernel (nicolas-grekas)bug #18688...
View ArticleSymfony 2.8.8 released
Symfony 2.8.8 has just been released. Here is a list of the most important changes:bug #19217 [HttpKernel] Inline ValidateRequestListener logic into HttpKernel (nicolas-grekas)bug #18688...
View ArticleSymfony 3.0.8 released
Symfony 3.0.8 has just been released. Here is a list of the most important changes:bug #19217 [HttpKernel] Inline ValidateRequestListener logic into HttpKernel (nicolas-grekas)bug #18688...
View ArticleSymfony 3.1.2 released
Symfony 3.1.2 has just been released. Here is a list of the most important changes:bug #19227 [DoctrineBridge] fixed default parameter value in UniqueEntityValidator (HeahDude)bug #18934 Fixed some...
View ArticleNew in Symfony 3.2: Compiler passes improvements
Compiler passes are the mechanism provided by Symfony to manipulate the service definitions while the container is being compiled before the application execution. In Symfony 3.2 we introduced some new...
View ArticleA week of symfony #496 (27 June - 3 July 2016)
This week, Symfony 2.7.15, 2.8.8, 3.0.8 and 3.1.2 maintenance versions were released. Meanwhile, the upcoming Symfony 3.2 version continued adding new features, such as support for setter injection...
View ArticleNew in Symfony 3.2: DateInterval form type
Contributed by Steffen Roßkamp in #16809.Symfony includes 32 built-in form types that cover a wide range of needs for enterprise applications. Our community is continuously proposing new form types...
View ArticleNew in Symfony 3.2: Tagged Cache
Contributed by Nicolas Grekas in #19047.In Symfony 3.1 we added a new Cache component that was a strict implementation of the PSR-6: Caching Interface standard. In Symfony 3.2 we decided to improve...
View ArticleNew in Symfony 3.2: Routing Improvements
Added support for URL fragments¶ Contributed by Rhodri Pugh in #12979.The fragment identifier is the optional last part of a URL that starts with a # character and it's used to identify a portion of a...
View ArticleNew in Symfony 3.2: Console Improvements (Part 1)
The Console component will receive a lot of new features in Symfony 3.2, mostly related to improving its DX (developer experience). In this first of a two-part series, we introduce four of those new...
View ArticleNew in Symfony 3.2: Console Improvements (Part 2)
In this second of a two-part series, we introduce four additional new features added by Symfony 3.2 to the Console component to improve its DX (developer experience).Introduced a new Terminal class¶...
View Article