Skip to content

Releases: symfony/symfony

v3.2.13

01 Aug 10:21
v3.2.13
Compare
Choose a tag to compare

Changelog (since v3.2.12...v3.2.13)

[PR] #23736
[EOM] End of maintenance release for branch 3.2

v2.8.26

01 Aug 09:29
v2.8.26
Compare
Choose a tag to compare

Changelog (since v2.8.25...v2.8.26)

  • bug #22244 [Console] Fix passing options with defaultCommand (@jakub Sacha)
  • bug #23684 [Debug] Missing escape in debug output (@c960657)
  • bug #23662 [VarDumper] Adapt to php 7.2 changes (@nicolas-grekas)
  • bug #23649 [Form][TwigBridge] Don't render _method in form_rest() for a child form (@fmarchalemisys)
  • bug #23023 [DoctrineBridge][PropertyInfo] Added support for Doctrine Embeddables (@vudaltsov)
  • bug #23619 [Validator] Fix IbanValidator for ukrainian IBANs (@paroe)
  • bug #23238 [Security] ensure the 'route' index is set before attempting to use it (@gsdevme)
  • bug #23330 [WebProfilerBundle] Fix full sized dump hovering in toolbar (@ogizanagi)
  • bug #23580 Fix login redirect when referer contains a query string (@fabpot)
  • bug #23574 [VarDumper] Move locale sniffing to dump() time (@nicolas-grekas)

[PR] #23735

v2.7.33

01 Aug 08:03
v2.7.33
Compare
Choose a tag to compare

Changelog (since v2.7.32...v2.7.33)

[PR] #23734

v3.3.5

17 Jul 19:17
v3.3.5
Compare
Choose a tag to compare

Changelog (since v3.3.4...v3.3.5)

  • bug #23549 [PropertyInfo] conflict for phpdocumentor/reflection-docblock 3.2 (@xabbuh)
  • bug #23513 [FrameworkBundle] Set default public directory on install assets (@yceruto)
  • security #23507 [Security] validate empty passwords again (@xabbuh)
  • bug #23526 [HttpFoundation] Set meta refresh time to 0 in RedirectResponse content (@jnvsor)
  • bug #23535 Make server:* commands work out of the box with the public/ root dir (@fabpot)
  • bug #23540 Disable inlining deprecated services (@alekitto)
  • bug #23498 [Process] Fixed issue between process builder and exec (@lyrixx)
  • bug #23490 [DependencyInjection] non-conflicting anonymous service ids across files (@xabbuh)
  • bug #23468 [DI] Handle root namespace in service definitions (@ro0NL)
  • bug #23477 [Process] Fix parsing args on Windows (@nicolas-grekas)
  • bug #23256 [Security] Fix authentication.failure event not dispatched on AccountStatusException (@chalasr)
  • bug #23461 Use rawurlencode() to transform the Cookie into a string (@javiereguiluz)
  • bug #23465 [HttpKernel][VarDumper] Truncate profiler data & optim perf (@nicolas-grekas)
  • bug #23457 [FrameworkBundle] check _controller attribute is a string before parsing it (@alekitto)
  • bug #23459 [TwigBundle] allow to configure custom formats in XML configs (@xabbuh)
  • bug #23460 Don't display the Symfony debug toolbar when printing the page (@javiereguiluz)
  • bug #23469 [FrameworkBundle] do not wire namespaces for the ArrayAdapter (@xabbuh)
  • bug #23434 [DotEnv] Fix variable substitution (@brieucthomas)
  • bug #23426 Fixed HttpOnly flag when using Cookie::fromString() (@Toflar)
  • bug #22439 [DX] [TwigBundle] Enhance the new exception page design (@sustmi)
  • bug #23417 [DI][Security] Prevent unwanted deprecation notices when using Expression Languages (@dunglas)
  • bug #23261 Fixed absolute url generation for query strings and hash urls (@alexander-schranz)
  • bug #23398 [Filesystem] Dont copy perms when origin is remote (@nicolas-grekas)

[PR] #23555
[SECURITY] Security release

v3.2.12

17 Jul 19:06
v3.2.12
Compare
Choose a tag to compare

Changelog (since v3.2.11...v3.2.12)

  • bug #23549 [PropertyInfo] conflict for phpdocumentor/reflection-docblock 3.2 (@xabbuh)
  • security #23507 [Security] validate empty passwords again (@xabbuh)
  • bug #23526 [HttpFoundation] Set meta refresh time to 0 in RedirectResponse content (@jnvsor)
  • bug #23540 Disable inlining deprecated services (@alekitto)
  • bug #23468 [DI] Handle root namespace in service definitions (@ro0NL)
  • bug #23256 [Security] Fix authentication.failure event not dispatched on AccountStatusException (@chalasr)
  • bug #23461 Use rawurlencode() to transform the Cookie into a string (@javiereguiluz)
  • bug #23459 [TwigBundle] allow to configure custom formats in XML configs (@xabbuh)
  • bug #23460 Don't display the Symfony debug toolbar when printing the page (@javiereguiluz)
  • bug #23469 [FrameworkBundle] do not wire namespaces for the ArrayAdapter (@xabbuh)
  • bug #23417 [DI][Security] Prevent unwanted deprecation notices when using Expression Languages (@dunglas)
  • bug #23261 Fixed absolute url generation for query strings and hash urls (@alexander-schranz)
  • bug #23398 [Filesystem] Dont copy perms when origin is remote (@nicolas-grekas)

[PR] #23554
[SECURITY] Security release

v2.8.25

17 Jul 18:14
v2.8.25
Compare
Choose a tag to compare

Changelog (since v2.8.24...v2.8.25)

  • security #23507 [Security] validate empty passwords again (@xabbuh)
  • bug #23526 [HttpFoundation] Set meta refresh time to 0 in RedirectResponse content (@jnvsor)
  • bug #23540 Disable inlining deprecated services (@alekitto)
  • bug #23468 [DI] Handle root namespace in service definitions (@ro0NL)
  • bug #23256 [Security] Fix authentication.failure event not dispatched on AccountStatusException (@chalasr)
  • bug #23461 Use rawurlencode() to transform the Cookie into a string (@javiereguiluz)
  • bug #23459 [TwigBundle] allow to configure custom formats in XML configs (@xabbuh)
  • bug #23460 Don't display the Symfony debug toolbar when printing the page (@javiereguiluz)
  • bug #23261 Fixed absolute url generation for query strings and hash urls (@alexander-schranz)
  • bug #23398 [Filesystem] Dont copy perms when origin is remote (@nicolas-grekas)

[PR] #23553
[SECURITY] Security release

v2.7.32

17 Jul 17:58
v2.7.32
Compare
Choose a tag to compare

Changelog (since v2.7.31...v2.7.32)

  • security #23507 [Security] validate empty passwords again (@xabbuh)
  • bug #23526 [HttpFoundation] Set meta refresh time to 0 in RedirectResponse content (@jnvsor)
  • bug #23468 [DI] Handle root namespace in service definitions (@ro0NL)
  • bug #23256 [Security] Fix authentication.failure event not dispatched on AccountStatusException (@chalasr)
  • bug #23461 Use rawurlencode() to transform the Cookie into a string (@javiereguiluz)
  • bug #23459 [TwigBundle] allow to configure custom formats in XML configs (@xabbuh)
  • bug #23261 Fixed absolute url generation for query strings and hash urls (@alexander-schranz)
  • bug #23398 [Filesystem] Dont copy perms when origin is remote (@nicolas-grekas)

[PR] #23552
[SECURITY] Security release

v3.3.4

05 Jul 14:23
v3.3.4
Compare
Choose a tag to compare

Changelog (since v3.3.3...v3.3.4)

[PR] #23414

v3.2.11

05 Jul 10:46
v3.2.11
Compare
Choose a tag to compare

Changelog (since v3.2.10...v3.2.11)

[PR] #23408

v2.8.24

05 Jul 09:39
v2.8.24
Compare
Choose a tag to compare

Changelog (since v2.8.23...v2.8.24)

  • bug #23378 [FrameworkBundle] Do not remove files from assets dir (@1ed)

[PR] #23401