Symfony 2.8.12 released
Symfony 2.8.12 has just been released. Here is a list of the most important changes:bug #20102 [Validator] Url validator not validating hosts ending in a number (gwkunze)bug #20132 Use "more entropy"...
View ArticleSymfony 3.1.5 released
Symfony 3.1.5 has just been released. Here is a list of the most important changes:bug #20102 [Validator] Url validator not validating hosts ending in a number (gwkunze)bug #20132 Use "more entropy"...
View Article500Million Symfony downloads contest results!
Thanks to everyone for celebrating this milestone with Symfony!The road to 500 Million Symfony downloads started on September 9th along with the #500Million Twitter contest! So many of you took part in...
View ArticleA week of symfony #510 (3-9 October 2016)
This week Symfony released 2.7.19, 2.8.12 and 3.1.5 maintenance versions. Meanwhile, the upcoming Symfony 3.2 version added new features, such as support for window.fetch calls in the Ajax debug panel....
View ArticleNew in Symfony 3.2: Runtime Environment Variables
Contributed by Nicolas Grekas in #19681.Environment variables are becoming increasingly popular to manage the application configuration. They are one of the main concepts of the twelve-factor app...
View ArticleNew in Symfony 3.2: Web Debug Toolbar and Profiler Improvements
Made the toolbar compatible with Content Security Policy¶ Contributed by Romain Neutron in #18568.The new Content Security Policy HTTP response header helps you reduce XSS risks on modern browsers by...
View ArticleNew in Symfony 3.2: Console Improvements (Part 3)
Read the part 1 and part 2 of this series of articles explaining the new features of the Console component in Symfony 3.2.Added support for multiple text style options¶ Contributed by SpacePossum in...
View ArticleA week of symfony #511 (10-16 October 2016)
This week Symfony continued fixing some minor bugs and integrating the last new features after the recent "feature freeze" for the upcoming 3.2 version. A new option was added to select the repository...
View ArticleNew in Symfony 3.2: CSV and YAML encoders for Serializer
Contributed by Kévin Dunglas in #19197 and #19326.CSV encoder¶This encoder/decoder is ideal to import/export application data to programs like Excel: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15//...
View ArticleA week of symfony #512 (17-23 October 2016)
This week Symfony continued polishing the new features and fixing bugs in preparation of the Symfony 3.2 release at the end of the next month: PhpUnitBridge dropped the ErrorAssert utility in favor of...
View ArticleSymfony 2.7.20 released
Symfony 2.7.20 has just been released. Here is a list of the most important changes:bug #20289 Fix edge case with StreamedResponse where headers are sent twice (Nicofuma)bug #20278...
View ArticleSymfony 2.8.13 released
Symfony 2.8.13 has just been released. Here is a list of the most important changes:bug #20289 Fix edge case with StreamedResponse where headers are sent twice (Nicofuma)bug #20267...
View ArticleSymfony 3.1.6 released
Symfony 3.1.6 has just been released. Here is a list of the most important changes:bug #20291 [Yaml] Fix 7.1 compat (nicolas-grekas)bug #20289 Fix edge case with StreamedResponse where headers are sent...
View ArticleSymfony 3.2.0-BETA1 released
Symfony 3.2.0-BETA1 has just been released. Here is a list of the most important changes:feature #19973 Added a default ide file link web view (jeremyFreeAgent)feature #20285 [TwigBundle] made Twig...
View ArticleA week of symfony #513 (24-30 October 2016)
This week Symfony published the first beta of Symfony 3.2.0. In addition, it enhanced Google App Engine compatibility by removing some realpath() calls and improved support for PHP \Throwable...
View ArticleNew in Symfony 3.2: Cache improvements
Added a new "Null" adapter¶ Contributed by Titouan Galopin in #18825.The new Symfony\Component\Cache\Adapter\NullAdapter is a special cache adapter that disables the cache (it loses all the items saved...
View ArticleNew in Symfony 3.2: Firewall config class and profiler
Contributed by Robin Chalas in #19398 and#19490.Introduced a new FirewallConfig class¶A long-standing demand of Symfony developers was to have a class representing the current firewall configuration....
View ArticleNew in Symfony 3.2: DX improvements
Symfony 3.2 includes tens of minor tweaks and improvements to make your work easier and to improve your productivity. This article summarizes some of those DX improvements.Added ability to regress the...
View ArticleA week of symfony #514 (31 October - 6 November 2016)
This week, Symfony continued merging the last new features before the Symfony 3.2 final release at the end of this month. A new firewall config class was introduced and integrated into the Symfony...
View ArticleA week of symfony #515 (7-13 November 2016)
This week, the upcoming Symfony 3.2 version focused on the Workflow component, which added support for State Machines and many other minor tweaks and improvements. Meanwhile, Twig showed a frenetic...
View Article