This week, Symfony 2.3.2 was released, which included all the fixes made in the 2.2 branch and some additional fixes specific to the 2.3 branch. In addition, next week ends the CFP and early bird period for the first SymfonyCon Conference.

Symfony2 development highlights

2.2 changelog:

  • 28e0709: [Validator] Array
  • 890934d: handle Optional and Required constraints from XML or YAML sources correctly
  • 485d53a: [DependencyInjection] fixed Container::camelize to convert beginning and ending chars
  • a2eca45: fixed PhpExecutableFinder::find() does not always return the correct binary
  • ae7fa11: [Twig] fixed TwigEngine::exists() method when a template contains a syntax error
  • 3553c71: [HttpKernel] return 0 if there is no valid data for TimeDataCollector

2.3 changelog:

  • dc1fff0: [FrameworkBundle] ignored the ignoreAttributes attribute in the RedirectController
  • 970ce2c: [DependencyInjection] fixed setLazy not working on DefinitionDecorator
  • 50d0727: [DependencyInjection] fixed regression where setting a service to null did not trigger a re-creation of the service when getting it
  • e5fba3c: [Form] fixed empty file-inputs get treated as extra field

Master changelog:

  • ac2a29c, 4b7c3b9: [Twig Bridge] print form name in form_start function

They talked about us

Published in #A week of symfony