Merge pull request #24914 from fabpot/release-2.7.36

released v2.7.36
This commit is contained in:
Fabien Potencier 2017-11-10 11:43:19 -08:00 committed by GitHub
commit 93f88f5231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 33 deletions

View File

@ -7,6 +7,37 @@ in 2.7 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1 To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
* 2.7.36 (2017-11-10)
* bug #24888 [FrameworkBundle] Specifically inject the debug dispatcher in the collector (ogizanagi)
* bug #24909 [Intl] Update ICU data to 60.1 (jakzal)
* bug #24906 [Bridge/ProxyManager] Remove direct reference to value holder property (nicolas-grekas)
* bug #24900 [Validator] Fix Costa Rica IBAN format (Bozhidar Hristov)
* bug #24904 [Validator] Add Belarus IBAN format (Bozhidar Hristov)
* bug #24531 [HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2 (sroze)
* bug #24814 [Intl] Make intl-data tests pass and save language aliases again (jakzal)
* bug #24764 [HttpFoundation] add Early Hints to Reponse to fix test (Simperfit)
* bug #24605 [FrameworkBundle] Do not load property_access.xml if the component isn't installed (ogizanagi)
* bug #24606 [HttpFoundation] Fix FileBag issue with associative arrays (enumag)
* bug #24660 Escape trailing \ in QuestionHelper autocompletion (kamazee)
* bug #24644 [Security] Fixed auth provider authenticate() cannot return void (glye)
* bug #24626 streamed response should return $this (DQNEO)
* bug #24589 Username and password in basic auth are allowed to contain '.' (Richard Quadling)
* bug #24566 Fixed unsetting from loosely equal keys OrderedHashMap (maryo)
* bug #24570 [Debug] Fix same vendor detection in class loader (Jean-Beru)
* bug #24563 [Serializer] ObjectNormalizer: throw if PropertyAccess isn't installed (dunglas)
* bug #24579 pdo session fix (mxp100)
* bug #24536 [Security] Reject remember-me token if UserCheckerInterface::checkPostAuth() fails (kbond)
* bug #24519 [Validator] [Twig] added magic method __isset() to File Constraint class (loru88)
* bug #24532 [DI] Fix possible incorrect php-code when dumped strings contains newlines (Strate)
* bug #24502 [HttpFoundation] never match invalid IP addresses (xabbuh)
* bug #24460 [Form] fix parsing invalid floating point numbers (xabbuh)
* bug #24490 [HttpFoundation] Combine Cache-Control headers (c960657)
* bug #23711 Fix support for PHP 7.2 (Simperfit, nicolas-grekas)
* bug #24494 [HttpFoundation] Add missing session.lazy_write config option (nicolas-grekas)
* bug #24434 [Form] Use for=ID on radio/checkbox label. (Nyholm)
* bug #24455 [Console] Escape command usage (sroze)
* 2.7.35 (2017-10-05) * 2.7.35 (2017-10-05)
* bug #24448 [Session] fix MongoDb session handler to gc all expired sessions (Tobion) * bug #24448 [Session] fix MongoDb session handler to gc all expired sessions (Tobion)

View File

@ -13,8 +13,8 @@ Symfony is the result of the work of many people who made the code better
- Jordi Boggiano (seldaek) - Jordi Boggiano (seldaek)
- Victor Berchet (victor) - Victor Berchet (victor)
- Johannes S (johannes) - Johannes S (johannes)
- Kris Wallsmith (kriswallsmith)
- Jakub Zalas (jakubzalas) - Jakub Zalas (jakubzalas)
- Kris Wallsmith (kriswallsmith)
- Kévin Dunglas (dunglas) - Kévin Dunglas (dunglas)
- Ryan Weaver (weaverryan) - Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz) - Javier Eguiluz (javier.eguiluz)
@ -30,8 +30,8 @@ Symfony is the result of the work of many people who made the code better
- Karma Dordrak (drak) - Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Jeremy Mikola (jmikola)
- Roland Franssen (ro0) - Roland Franssen (ro0)
- Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon) - Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
@ -57,32 +57,32 @@ Symfony is the result of the work of many people who made the code better
- Diego Saint Esteben (dii3g0) - Diego Saint Esteben (dii3g0)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Florin Patan (florinpatan)
- Dany Maillard (maidmaid)
- Jérémy DERUSSÉ (jderusse)
- Kevin Bond (kbond)
- Yonel Ceruto (yonelceruto) - Yonel Ceruto (yonelceruto)
- Gábor Egyed (1ed) - Dany Maillard (maidmaid)
- Kevin Bond (kbond)
- Florin Patan (florinpatan)
- Jérémy DERUSSÉ (jderusse)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Andrej Hudec (pulzarraider) - Gábor Egyed (1ed)
- Michel Weimerskirch (mweimerskirch) - Michel Weimerskirch (mweimerskirch)
- Andrej Hudec (pulzarraider)
- Eric Clemmons (ericclemmons) - Eric Clemmons (ericclemmons)
- Jáchym Toušek (enumag)
- Charles Sarrazin (csarrazi) - Charles Sarrazin (csarrazi)
- Alexander M. Turek (derrabus)
- Konstantin Myakshin (koc) - Konstantin Myakshin (koc)
- Christian Raue - Christian Raue
- Jáchym Toušek (enumag)
- Arnout Boks (aboks) - Arnout Boks (aboks)
- Deni - Deni
- Alexander M. Turek (derrabus)
- Henrik Westphal (snc) - Henrik Westphal (snc)
- Dariusz Górecki (canni) - Dariusz Górecki (canni)
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Douglas Greenshields (shieldo) - Douglas Greenshields (shieldo)
- Tobias Nyholm (tobias)
- Lee McDermott - Lee McDermott
- Brandon Turner - Brandon Turner
- Luis Cordova (cordoval) - Luis Cordova (cordoval)
- Graham Campbell (graham) - Graham Campbell (graham)
- Tobias Nyholm (tobias)
- Daniel Holmes (dholmes) - Daniel Holmes (dholmes)
- Toni Uebernickel (havvg) - Toni Uebernickel (havvg)
- Bart van den Burg (burgov) - Bart van den Burg (burgov)
@ -116,6 +116,7 @@ Symfony is the result of the work of many people who made the code better
- Tomáš Votruba (tomas_votruba) - Tomáš Votruba (tomas_votruba)
- Fabien Pennequin (fabienpennequin) - Fabien Pennequin (fabienpennequin)
- Gordon Franke (gimler) - Gordon Franke (gimler)
- David Maicher (dmaicher)
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- Daniel Wehner (dawehner) - Daniel Wehner (dawehner)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
@ -132,9 +133,9 @@ Symfony is the result of the work of many people who made the code better
- Daniel Gomes (danielcsgomes) - Daniel Gomes (danielcsgomes)
- Hidenori Goto (hidenorigoto) - Hidenori Goto (hidenorigoto)
- Guilherme Blanco (guilhermeblanco) - Guilherme Blanco (guilhermeblanco)
- David Maicher (dmaicher)
- Pablo Godel (pgodel) - Pablo Godel (pgodel)
- Jérémie Augustin (jaugustin) - Jérémie Augustin (jaugustin)
- Grégoire Paris (greg0ire)
- Andréia Bohner (andreia) - Andréia Bohner (andreia)
- Rafael Dohms (rdohms) - Rafael Dohms (rdohms)
- Arnaud Kleinpeter (nanocom) - Arnaud Kleinpeter (nanocom)
@ -143,8 +144,8 @@ Symfony is the result of the work of many people who made the code better
- Joel Wurtz (brouznouf) - Joel Wurtz (brouznouf)
- Jérôme Vasseur (jvasseur) - Jérôme Vasseur (jvasseur)
- Oleg Voronkovich - Oleg Voronkovich
- Grégoire Paris (greg0ire)
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Alex Pott
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Javier Spagnoletti (phansys) - Javier Spagnoletti (phansys)
@ -159,20 +160,24 @@ Symfony is the result of the work of many people who made the code better
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
- Dawid Nowak - Dawid Nowak
- Julien Falque (julienfalque)
- Amal Raghav (kertz) - Amal Raghav (kertz)
- Jonathan Ingram (jonathaningram) - Jonathan Ingram (jonathaningram)
- Artur Kotyrba - Artur Kotyrba
- GDIBass
- jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent) - jeremyFreeAgent (Jérémy Romey) (jeremyfreeagent)
- James Halsall (jaitsu) - James Halsall (jaitsu)
- Chris Wilkinson (thewilkybarkid) - Chris Wilkinson (thewilkybarkid)
- Warnar Boekkooi (boekkooi) - Warnar Boekkooi (boekkooi)
- Dmitrii Chekaliuk (lazyhammer) - Dmitrii Chekaliuk (lazyhammer)
- Clément JOBEILI (dator) - Clément JOBEILI (dator)
- Amrouche Hamza
- Samuel ROZE (sroze)
- Daniel Espendiller
- Possum - Possum
- Dorian Villet (gnutix) - Dorian Villet (gnutix)
- Sergey Linnik (linniksa) - Sergey Linnik (linniksa)
- Richard Miller (mr_r_miller) - Richard Miller (mr_r_miller)
- Julien Falque (julienfalque)
- Mario A. Alvarez Garcia (nomack84) - Mario A. Alvarez Garcia (nomack84)
- Dennis Benkert (denderello) - Dennis Benkert (denderello)
- SpacePossum - SpacePossum
@ -181,9 +186,9 @@ Symfony is the result of the work of many people who made the code better
- Christian Schmidt - Christian Schmidt
- Andreas Hucks (meandmymonkey) - Andreas Hucks (meandmymonkey)
- Noel Guilbert (noel) - Noel Guilbert (noel)
- Marek Štípek (maryo)
- Stepan Anchugov (kix) - Stepan Anchugov (kix)
- bronze1man - bronze1man
- Daniel Espendiller
- sun (sun) - sun (sun)
- Larry Garfield (crell) - Larry Garfield (crell)
- Martin Schuhfuß (usefulthink) - Martin Schuhfuß (usefulthink)
@ -207,7 +212,6 @@ Symfony is the result of the work of many people who made the code better
- Tom Van Looy (tvlooy) - Tom Van Looy (tvlooy)
- Sven Paulus (subsven) - Sven Paulus (subsven)
- Rui Marinho (ruimarinho) - Rui Marinho (ruimarinho)
- Marek Štípek (maryo)
- Eugene Wissner - Eugene Wissner
- Julien Brochet (mewt) - Julien Brochet (mewt)
- Tristan Darricau (nicofuma) - Tristan Darricau (nicofuma)
@ -243,8 +247,8 @@ Symfony is the result of the work of many people who made the code better
- Kristen Gilden (kgilden) - Kristen Gilden (kgilden)
- Pierre-Yves LEBECQ (pylebecq) - Pierre-Yves LEBECQ (pylebecq)
- Jordan Samouh (jordansamouh) - Jordan Samouh (jordansamouh)
- Alex Pott
- Jakub Kucharovic (jkucharovic) - Jakub Kucharovic (jkucharovic)
- Valentin Udaltsov (vudaltsov)
- Uwe Jäger (uwej711) - Uwe Jäger (uwej711)
- Eugene Leonovich (rybakit) - Eugene Leonovich (rybakit)
- Filippo Tessarotto - Filippo Tessarotto
@ -253,6 +257,7 @@ Symfony is the result of the work of many people who made the code better
- GordonsLondon - GordonsLondon
- Jan Sorgalla (jsor) - Jan Sorgalla (jsor)
- Ray - Ray
- Tyson Andre
- Nikolay Labinskiy (e-moe) - Nikolay Labinskiy (e-moe)
- Leo Feyer - Leo Feyer
- Chekote - Chekote
@ -261,6 +266,7 @@ Symfony is the result of the work of many people who made the code better
- Jhonny Lidfors (jhonne) - Jhonny Lidfors (jhonne)
- Diego Agulló (aeoris) - Diego Agulló (aeoris)
- Andreas Schempp (aschempp) - Andreas Schempp (aschempp)
- DQNEO
- jdhoek - jdhoek
- Pavel Batanov (scaytrase) - Pavel Batanov (scaytrase)
- Nikita Konstantinov - Nikita Konstantinov
@ -281,7 +287,6 @@ Symfony is the result of the work of many people who made the code better
- Michael Holm (hollo) - Michael Holm (hollo)
- Marc Weistroff (futurecat) - Marc Weistroff (futurecat)
- Christian Schmidt - Christian Schmidt
- Amrouche Hamza
- Chad Sikorra (chadsikorra) - Chad Sikorra (chadsikorra)
- Chris Smith (cs278) - Chris Smith (cs278)
- Florian Klein (docteurklein) - Florian Klein (docteurklein)
@ -341,7 +346,6 @@ Symfony is the result of the work of many people who made the code better
- Terje Bråten - Terje Bråten
- Robbert Klarenbeek (robbertkl) - Robbert Klarenbeek (robbertkl)
- Thomas Calvet (fancyweb) - Thomas Calvet (fancyweb)
- Valentin Udaltsov (vudaltsov)
- Niels Keurentjes (curry684) - Niels Keurentjes (curry684)
- JhonnyL - JhonnyL
- David Badura (davidbadura) - David Badura (davidbadura)
@ -355,6 +359,7 @@ Symfony is the result of the work of many people who made the code better
- Philipp Kräutli (pkraeutli) - Philipp Kräutli (pkraeutli)
- Kirill chEbba Chebunin (chebba) - Kirill chEbba Chebunin (chebba)
- Greg Thornton (xdissent) - Greg Thornton (xdissent)
- Benoît Burnichon (bburnichon)
- Costin Bereveanu (schniper) - Costin Bereveanu (schniper)
- Loïc Chardonnet (gnusat) - Loïc Chardonnet (gnusat)
- Marek Kalnik (marekkalnik) - Marek Kalnik (marekkalnik)
@ -425,16 +430,17 @@ Symfony is the result of the work of many people who made the code better
- Christoph Mewes (xrstf) - Christoph Mewes (xrstf)
- Vitaliy Tverdokhlib (vitaliytv) - Vitaliy Tverdokhlib (vitaliytv)
- Ariel Ferrandini (aferrandini) - Ariel Ferrandini (aferrandini)
- Samuel ROZE (sroze)
- Dirk Pahl (dirkaholic) - Dirk Pahl (dirkaholic)
- cedric lombardot (cedriclombardot) - cedric lombardot (cedriclombardot)
- Jonas Flodén (flojon) - Jonas Flodén (flojon)
- Thomas Perez (scullwm) - Thomas Perez (scullwm)
- Edi Modrić (emodric)
- Marcin Sikoń (marphi) - Marcin Sikoń (marphi)
- Dominik Zogg (dominik.zogg) - Dominik Zogg (dominik.zogg)
- Marek Pietrzak - Marek Pietrzak
- Luc Vieillescazes (iamluc) - Luc Vieillescazes (iamluc)
- franek (franek) - franek (franek)
- Artur Eshenbrener
- Christian Wahler - Christian Wahler
- Gintautas Miselis - Gintautas Miselis
- Rob Bast - Rob Bast
@ -448,15 +454,16 @@ Symfony is the result of the work of many people who made the code better
- Fabrice Bernhard (fabriceb) - Fabrice Bernhard (fabriceb)
- Jérôme Macias (jeromemacias) - Jérôme Macias (jeromemacias)
- Andrey Astakhov (aast) - Andrey Astakhov (aast)
- ReenExe
- Fabian Lange (codingfabian) - Fabian Lange (codingfabian)
- Frank Neff (fneff) - Frank Neff (fneff)
- Roman Lapin (memphys) - Roman Lapin (memphys)
- Yoshio HANAWA - Yoshio HANAWA
- Gladhon - Gladhon
- Benoît Burnichon (bburnichon)
- Sebastian Bergmann - Sebastian Bergmann
- Miroslav Sustek - Miroslav Sustek
- Pablo Díez (pablodip) - Pablo Díez (pablodip)
- Martin Hujer (martinhujer)
- Kevin McBride - Kevin McBride
- Sergio Santoro - Sergio Santoro
- Robin van der Vleuten (robinvdvleuten) - Robin van der Vleuten (robinvdvleuten)
@ -515,6 +522,7 @@ Symfony is the result of the work of many people who made the code better
- Martin Morávek (keeo) - Martin Morávek (keeo)
- Steven Surowiec - Steven Surowiec
- Kevin Saliou (kbsali) - Kevin Saliou (kbsali)
- Shawn Iwinski
- NothingWeAre - NothingWeAre
- Ryan - Ryan
- Alexander Deruwe (aderuwe) - Alexander Deruwe (aderuwe)
@ -588,10 +596,13 @@ Symfony is the result of the work of many people who made the code better
- maxime.steinhausser - maxime.steinhausser
- adev - adev
- Stefan Warman - Stefan Warman
- Arkadius Stefanski (arkadius)
- Tristan Maindron (tmaindron) - Tristan Maindron (tmaindron)
- Wesley Lancel - Wesley Lancel
- Ke WANG (yktd26) - Ke WANG (yktd26)
- Ivo Bathke (ivoba)
- Strate - Strate
- Anton A. Sumin
- Miquel Rodríguez Telep (mrtorrent) - Miquel Rodríguez Telep (mrtorrent)
- Sergey Kolodyazhnyy (skolodyazhnyy) - Sergey Kolodyazhnyy (skolodyazhnyy)
- umpirski - umpirski
@ -603,7 +614,6 @@ Symfony is the result of the work of many people who made the code better
- Johann Saunier (prophet777) - Johann Saunier (prophet777)
- Michael Devery (mickadoo) - Michael Devery (mickadoo)
- Antoine Corcy - Antoine Corcy
- Artur Eshenbrener
- Sascha Grossenbacher - Sascha Grossenbacher
- Szijarto Tamas - Szijarto Tamas
- Catalin Dan - Catalin Dan
@ -616,6 +626,7 @@ Symfony is the result of the work of many people who made the code better
- Cameron Porter - Cameron Porter
- Hossein Bukhamsin - Hossein Bukhamsin
- Oliver Hoff - Oliver Hoff
- Christian Sciberras (uuf6429)
- Martin Auswöger - Martin Auswöger
- Disparity - Disparity
- origaminal - origaminal
@ -633,7 +644,6 @@ Symfony is the result of the work of many people who made the code better
- Richard van den Brand (ricbra) - Richard van den Brand (ricbra)
- develop - develop
- VJ - VJ
- ReenExe
- Mark Sonnabaum - Mark Sonnabaum
- Richard Quadling - Richard Quadling
- jochenvdv - jochenvdv
@ -648,7 +658,7 @@ Symfony is the result of the work of many people who made the code better
- Julien DIDIER (juliendidier) - Julien DIDIER (juliendidier)
- Dominik Ritter (dritter) - Dominik Ritter (dritter)
- Sebastian Grodzicki (sgrodzicki) - Sebastian Grodzicki (sgrodzicki)
- Martin Hujer (martinhujer) - Jeroen van den Enden (stoefke)
- Pascal Helfenstein - Pascal Helfenstein
- Baldur Rensch (brensch) - Baldur Rensch (brensch)
- Vladyslav Petrovych - Vladyslav Petrovych
@ -703,10 +713,12 @@ Symfony is the result of the work of many people who made the code better
- Ben - Ben
- Vincent Composieux (eko) - Vincent Composieux (eko)
- Jayson Xu (superjavason) - Jayson Xu (superjavason)
- Hubert Lenoir (hubert_lenoir)
- Jaik Dean (jaikdean) - Jaik Dean (jaikdean)
- fago - fago
- Harm van Tilborg - Harm van Tilborg
- Jan Prieser - Jan Prieser
- GDIBass
- Adrien Lucas (adrienlucas) - Adrien Lucas (adrienlucas)
- Zhuravlev Alexander (scif) - Zhuravlev Alexander (scif)
- James Michael DuPont - James Michael DuPont
@ -732,8 +744,6 @@ Symfony is the result of the work of many people who made the code better
- Nathanael Noblet (gnat) - Nathanael Noblet (gnat)
- Dmitry Parnas (parnas) - Dmitry Parnas (parnas)
- Paul LE CORRE - Paul LE CORRE
- DQNEO
- Shawn Iwinski
- Emanuele Iannone - Emanuele Iannone
- Tony Malzhacker - Tony Malzhacker
- Mathieu MARCHOIS - Mathieu MARCHOIS
@ -775,6 +785,7 @@ Symfony is the result of the work of many people who made the code better
- Maksim Muruev - Maksim Muruev
- Emil Einarsson - Emil Einarsson
- Thomas Landauer - Thomas Landauer
- 243083df
- Thibault Duplessis - Thibault Duplessis
- Marc Abramowitz - Marc Abramowitz
- Martijn Evers - Martijn Evers
@ -790,6 +801,7 @@ Symfony is the result of the work of many people who made the code better
- Matthew Davis (mdavis1982) - Matthew Davis (mdavis1982)
- Maks - Maks
- Antoine LA - Antoine LA
- den
- pawel-lewtak - pawel-lewtak
- omerida - omerida
- Gábor Tóth - Gábor Tóth
@ -815,6 +827,7 @@ Symfony is the result of the work of many people who made the code better
- Valérian Galliat - Valérian Galliat
- Rikijs Murgs - Rikijs Murgs
- Ben Ramsey (ramsey) - Ben Ramsey (ramsey)
- Amaury Leroux de Lens (amo__)
- Christian Jul Jensen - Christian Jul Jensen
- Alexandre GESLIN (alexandregeslin) - Alexandre GESLIN (alexandregeslin)
- The Whole Life to Learn - The Whole Life to Learn
@ -866,6 +879,7 @@ Symfony is the result of the work of many people who made the code better
- Sortex - Sortex
- chispita - chispita
- Wojciech Sznapka - Wojciech Sznapka
- Gavin Staniforth
- Ariel J. Birnbaum - Ariel J. Birnbaum
- Arjan Keeman - Arjan Keeman
- Máximo Cuadros (mcuadros) - Máximo Cuadros (mcuadros)
@ -899,6 +913,7 @@ Symfony is the result of the work of many people who made the code better
- Sergey Novikov (s12v) - Sergey Novikov (s12v)
- Marcos Quesada (marcos_quesada) - Marcos Quesada (marcos_quesada)
- Matthew Vickery (mattvick) - Matthew Vickery (mattvick)
- Paul Mitchum (paul-m)
- Angel Koilov (po_taka) - Angel Koilov (po_taka)
- Dan Finnie - Dan Finnie
- Ken Marfilla (marfillaster) - Ken Marfilla (marfillaster)
@ -919,7 +934,6 @@ Symfony is the result of the work of many people who made the code better
- Nerijus Arlauskas (nercury) - Nerijus Arlauskas (nercury)
- SPolischook - SPolischook
- Diego Sapriza - Diego Sapriza
- Anton A. Sumin
- Joan Cruz - Joan Cruz
- inspiran - inspiran
- Cristobal Dabed - Cristobal Dabed
@ -945,10 +959,11 @@ Symfony is the result of the work of many people who made the code better
- Malte Blättermann - Malte Blättermann
- e-ivanov - e-ivanov
- Jochen Bayer (jocl) - Jochen Bayer (jocl)
- Alex Bowers
- Jeremy Bush - Jeremy Bush
- wizhippo - wizhippo
- Gabriel Ostrolucký
- Viacheslav Sychov - Viacheslav Sychov
- Tyson Andre
- Carlos Ortega Huetos - Carlos Ortega Huetos
- rpg600 - rpg600
- Péter Buri (burci) - Péter Buri (burci)
@ -987,7 +1002,6 @@ Symfony is the result of the work of many people who made the code better
- Brooks Boyd - Brooks Boyd
- Roger Webb - Roger Webb
- Dmitriy Simushev - Dmitriy Simushev
- Ivo Bathke (ivoba)
- Max Voloshin (maxvoloshin) - Max Voloshin (maxvoloshin)
- Nicolas Fabre (nfabre) - Nicolas Fabre (nfabre)
- Raul Rodriguez (raul782) - Raul Rodriguez (raul782)
@ -1001,13 +1015,14 @@ Symfony is the result of the work of many people who made the code better
- Krzysztof Przybyszewski - Krzysztof Przybyszewski
- Paul Matthews - Paul Matthews
- Juan Traverso - Juan Traverso
- Alain Flaus (halundra)
- Tarjei Huse (tarjei) - Tarjei Huse (tarjei)
- tsufeki - tsufeki
- Philipp Strube - Philipp Strube
- Christian Sciberras
- Clement Herreman (clemherreman) - Clement Herreman (clemherreman)
- Dan Ionut Dumitriu (danionut90) - Dan Ionut Dumitriu (danionut90)
- Vladislav Rastrusny (fractalizer) - Vladislav Rastrusny (fractalizer)
- Alexander Kurilo (kamazee)
- Nyro (nyro) - Nyro (nyro)
- Marco - Marco
- Marc Torres - Marc Torres
@ -1019,8 +1034,8 @@ Symfony is the result of the work of many people who made the code better
- Tobias Stöckler - Tobias Stöckler
- Mario Young - Mario Young
- Jakub Kulhan - Jakub Kulhan
- Ilia (aliance)
- Mo Di (modi) - Mo Di (modi)
- Jeroen van den Enden (stoefke)
- Jelte Steijaert (jelte) - Jelte Steijaert (jelte)
- Quique Porta (quiqueporta) - Quique Porta (quiqueporta)
- stoccc - stoccc
@ -1041,6 +1056,7 @@ Symfony is the result of the work of many people who made the code better
- Sebastian Göttschkes (sgoettschkes) - Sebastian Göttschkes (sgoettschkes)
- Tatsuya Tsuruoka - Tatsuya Tsuruoka
- Ross Tuck - Ross Tuck
- Gunnstein Lye (glye)
- Kévin Gomez (kevin) - Kévin Gomez (kevin)
- azine - azine
- Dawid Sajdak - Dawid Sajdak
@ -1079,6 +1095,7 @@ Symfony is the result of the work of many people who made the code better
- markusu49 - markusu49
- Steve Frécinaux - Steve Frécinaux
- Jules Lamur - Jules Lamur
- Renato Mendes Figueiredo
- ShiraNai7 - ShiraNai7
- Markus Fasselt (digilist) - Markus Fasselt (digilist)
- Vašek Purchart (vasek-purchart) - Vašek Purchart (vasek-purchart)
@ -1181,6 +1198,7 @@ Symfony is the result of the work of many people who made the code better
- Stelian Mocanita (stelian) - Stelian Mocanita (stelian)
- Flavian (2much) - Flavian (2much)
- mike - mike
- Kirk Madera
- Keith Maika - Keith Maika
- Mephistofeles - Mephistofeles
- Hoffmann András - Hoffmann András
@ -1218,6 +1236,7 @@ Symfony is the result of the work of many people who made the code better
- Leonid Terentyev (li0n) - Leonid Terentyev (li0n)
- ryunosuke - ryunosuke
- victoria - victoria
- Christian Schmidt
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
- Iwan van Staveren (istaveren) - Iwan van Staveren (istaveren)
- Povilas S. (povilas) - Povilas S. (povilas)
@ -1274,6 +1293,7 @@ Symfony is the result of the work of many people who made the code better
- David Stone - David Stone
- jjanvier - jjanvier
- Julius Beckmann - Julius Beckmann
- loru88
- Romain Dorgueil - Romain Dorgueil
- Christopher Parotat - Christopher Parotat
- Grayson Koonce (breerly) - Grayson Koonce (breerly)
@ -1317,6 +1337,7 @@ Symfony is the result of the work of many people who made the code better
- Milos Colakovic (project2481) - Milos Colakovic (project2481)
- Rénald Casagraude (rcasagraude) - Rénald Casagraude (rcasagraude)
- Robin Duval (robin-duval) - Robin Duval (robin-duval)
- rudy onfroy (ronfroy)
- Grinbergs Reinis (shima5) - Grinbergs Reinis (shima5)
- Artem Lopata (bumz) - Artem Lopata (bumz)
- Nicole Cordes - Nicole Cordes
@ -1386,6 +1407,7 @@ Symfony is the result of the work of many people who made the code better
- root - root
- James Hudson - James Hudson
- Tom Maguire - Tom Maguire
- Richard Quadling
- David Zuelke - David Zuelke
- Oleg Andreyev - Oleg Andreyev
- Pierre Rineau - Pierre Rineau
@ -1445,6 +1467,7 @@ Symfony is the result of the work of many people who made the code better
- Daniel González Cerviño - Daniel González Cerviño
- Rafał - Rafał
- Adria Lopez (adlpz) - Adria Lopez (adlpz)
- Aaron Scherer (aequasi)
- Rosio (ben-rosio) - Rosio (ben-rosio)
- Simon Paarlberg (blamh) - Simon Paarlberg (blamh)
- Jeroen Thora (bolle) - Jeroen Thora (bolle)
@ -1594,8 +1617,10 @@ Symfony is the result of the work of many people who made the code better
- Elan Ruusamäe - Elan Ruusamäe
- Thorsten Hallwas - Thorsten Hallwas
- Michael Squires - Michael Squires
- Derek Stephen McLean
- Norman Soetbeer - Norman Soetbeer
- zorn - zorn
- Yuriy Potemkin
- Benjamin Long - Benjamin Long
- Matt Janssen - Matt Janssen
- Peter Gribanov - Peter Gribanov

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.7.36-DEV'; const VERSION = '2.7.36';
const VERSION_ID = 20736; const VERSION_ID = 20736;
const MAJOR_VERSION = 2; const MAJOR_VERSION = 2;
const MINOR_VERSION = 7; const MINOR_VERSION = 7;
const RELEASE_VERSION = 36; const RELEASE_VERSION = 36;
const EXTRA_VERSION = 'DEV'; const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018'; const END_OF_MAINTENANCE = '05/2018';
const END_OF_LIFE = '05/2019'; const END_OF_LIFE = '05/2019';