Symfony 2.6.4 has just been released. Here is a list of the most important changes:
- bug #13489 [VarDumper] CSS fix (Arrilot)
- bug #13441 [VarDumper] fix handling of non-UTF8 strings (nicolas-grekas)
- bug #13528 [Validator] reject ill-formed strings (nicolas-grekas)
- bug #13525 [Validator] UniqueEntityValidator - invalidValue fixed. (Dawid Sajdak)
- bug #13549 [EventDispatcher] Wrong EventDispatcher instance injected in listeners (dosten)
- bug #13527 [Validator] drop grapheme_strlen in LengthValidator (nicolas-grekas)
- bug #12649 [Hackday] [Toolbar] Fix info position and icons on small screens (stefanosala)
- bug #13376 [FrameworkBundle][config] allow multiple fallback locales. (aitboudad)
- bug #13473 [FrameworkBundle][xsd] added missing logging attribute. (aitboudad)
- bug #12972 Make the container considered non-fresh if the environment parameters are changed (thewilkybarkid)
- bug #13309 [Console] fixed 10531 (nacmartin)
- bug #13352 [Yaml] fixed parse shortcut Key after unindented collection. (aitboudad)
- bug #13501 [TwigBridge] Fix bootstrap rendering when user explicitly use form_label (lyrixx)
- bug #13487 [VarDumper] Fixed HtmlDumper with long string (alOneh)
- bug #13343 [FrameworkBundle] FormDataCollector should be loaded only if form config is enabled (hason)
- bug #12258 [FrameworkBundle] print error message if server couldn't be started (xabbuh)
- bug #13039 [HttpFoundation] [Request] fix baseUrl parsing to fix wrong path_info (rk3rn3r)
- bug #13250 [Twig][Bridge][TranslationDefaultDomain] add support of named arguments. (aitboudad)
- bug #13332 [Console] ArgvInput and empty tokens (Taluu)
- bug #13353 [DependencyInjection] Fix missing ExpressionLanguageProviders (szicsu)
- bug #13293 [EventDispatcher] Add missing checks to RegisterListenersPass (znerol)
- bug #13262 [Yaml] Improve YAML boolean escaping (petert82, larowlan)
- bug #13420 [Debug] fix loading order for legacy classes (nicolas-grekas)
- bug #13421 [FrameworkBundle] fix routing descriptor for options (Tobion)
- bug #13405 [TwigBridge] exit when Twig environment is not set in the LintCommand (xabbuh)
- bug #13351 [VarDumper] fix very special vars handling (nicolas-grekas)
- bug #13371 fix missing comma in YamlDumper (garak)
- bug #13365 [HttpFoundation] Make use of isEmpty() method (xelaris)
- bug #13355 [Console] HelperTable->addRow optimization (boekkooi)
- bug #13347 [Console] HelperTableHelper->addRow optimization (boekkooi)
- bug #13346 [PropertyAccessor] Allow null value for a array (2.3) (boekkooi)
- bug #13170 [Form] Set a child type to text if added to the form without a type. (jakzal)
- bug #13334 [Yaml] Fixed #10597: Improved Yaml directive parsing (VictoriaQ)
- bug #13198 [Form] Fixed check of violation constraint #12792 (xelaris)
- bug #13316 [Form] fixed the CSRF extension to allow using only the new interfaces (fabpot)
- bug #13307 added missing support for factories in console descriptions (fabpot)
- bug #13305 [FrameworkBundle] fixed missing information in some descriptors (fabpot)
Want to check the integrity of this new version? Read my blog post about signing releases .
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.
Want to upgrade? It's really easy, and yep, there's a doc for that: http://symfony.com/doc/current/cookbook/upgrading.html#upgrading-patch-version
Cheers!
I have been searching for a way to upload multiple file with symfony, but havn't found one. Also have seen alot of people struggling in this problem. Any advise?
For me, switching from 2.6.3 to 2.6.4 fixed a form translation problem :
translation.WARNING: Translation not found.
in the logs :/Hello, where is the zip archive of Symfony, usually downloadable from the download page ?