Symfony 2.5.1 has just been released. Here is a list of the most important changes:

  • bug #11283 [SecurityBundle] Remove Expression Language services when the component is unavailable (thewilkybarkid)
  • bug #11238 [Translation] Added unescaping of ids in PoFileLoader (JustBlackBird)
  • bug #11194 [DomCrawler] Remove the query string and the anchor of the uri of a link (benja-M-1)
  • bug #11272 [Console] Make sure formatter is the same. (akimsko)
  • bug #11259 [Config] Fixed failed config schema loads due to libxml_disable_entity_loader usage (ccorliss)
  • bug #11234 [ClassLoader] fixed PHP warning on PHP 5.3 (fabpot)
  • bug #11179 [Process] Fix ExecutableFinder with open basedir (cs278)
  • bug #11242 [CssSelector] Refactored the CssSelector to remove the circular object graph (stof)
  • bug #11219 [DomCrawler] properly handle buttons with single and double quotes insid... (xabbuh)
  • bug #11220 [Components][Serializer] optional constructor arguments can be omitted during the denormalization process (xabbuh)
  • bug #11186 Added missing `break` statement (apfelbox)
  • bug #11168 [YAML] fix merge node (<<) (Tobion)
  • bug #11170 [Console] Fixed notice in QuestionHelper (florianv)
  • bug #11169 [Console] Fixed notice in DialogHelper (florianv)
  • bug #11144 [HttpFoundation] Fixed Request::getPort returns incorrect value under IPv6 (kicken)
  • bug #11121 [Process] Do not redirect output to file handles when output is disabled, simply discard it (romainneutron)
  • bug #10966 PHP Fatal error when getContainer method of ContainerAwareCommand has be... (kevinvergauwen)
  • bug #10981 [HttpFoundation] Fixed isSecure() check to be compliant with the docs (Jannik Zschiesche)
  • bug #11117 [Validator] Fix array notation in the PropertyPath::append() (jakzal)
  • bug #11113 [HttpKernel] Fix event dispatcher dependency (hacfi)
  • bug #11111 Fixed undefined ImageValidator::$suffices property when uploading an image during functional tests (OwlyCode)
  • bug #11099 [Debug] work-around https://bugs.php.net/61272 (nicolas-grekas)
  • bug #11092 [HttpFoundation] Fix basic authentication in url with PHP-FPM (Kdecherf)
  • bug #11097 [Debug] simplify code path to remove potential blank pages (nicolas-grekas)
  • bug #10808 [DomCrawler] Empty select with attribute name="foo[]" bug fix (darles)
  • bug #11063 [HttpFoundation] fix switch statement (Tobion)
  • bug #11054 [Serializer] Xml encoder whitespace fix (fieg)
  • bug #11009 [HttpFoundation] smaller fixes for PdoSessionHandler (Tobion)
  • bug #11047 `#10862 <https://github.com/symfony/symfony/issues/10862>`_ loadClassMetadata vs loadValidatorMetadata: revert default config (phramz)
  • bug #11042 [Debug] fix debug handlers config (nicolas-grekas)
  • bug #11043 [Console] OutputFormatter Unset Bold has wrong id (DZunke)
  • bug #11033 [Debug] fix wrong case mismatch exception (nicolas-grekas)
  • bug #11044 [Serializer] Fix BC break since 2.5 (fieg)
  • bug #11041 Remove undefined variable $e (skydiablo)

Want to be notified whenever a new Symfony release is published? Or when a version is not maintained anymore? Or only when a security issue is fixed? Consider subscribing to the Symfony Roadmap Notifications.

Published in #Releases