Merge pull request #20890 from fabpot/release-2.7.22

released v2.7.22
This commit is contained in:
Fabien Potencier 2016-12-13 11:53:44 +01:00 committed by GitHub
commit 4b0fd9881d
3 changed files with 68 additions and 22 deletions

View File

@ -7,6 +7,34 @@ 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.22 (2016-12-13)
* bug #20714 [FrameworkBundle] Fix unresolved parameters from default configs in debug:config (chalasr)
* bug #20442 [FrameworkBundle] Bundle commands are not available via find() (julienfalque)
* bug #20840 [WebProfilerBundle] add dependency on Twig (xabbuh)
* bug #20828 [Validator] Fix init of YamlFileLoader::$classes for empty files (nicolas-grekas)
* bug #20539 Cast result to int before adding to it (alcaeus)
* bug #20831 [Twig] Fix deprecations with Twig 1.29 (nicolas-grekas)
* bug #20767 [Cache] Fix dumping SplDoublyLinkedList iter mode (nicolas-grekas)
* bug #20736 [Console] fixed PHP7 Errors when not using Dispatcher (keradus)
* bug #20755 [HttpKernel] Regression test for missing controller arguments (iltar)
* bug #20418 [Form][DX] FileType "multiple" fixes (yceruto)
* bug #19902 [DependencyInjection] PhpDumper.php: hasReference() shouldn't search references in lazy service. (antanas-arvasevicius)
* bug #20704 [Console] Fix wrong handling of multiline arg/opt descriptions (ogizanagi)
* bug #20712 [TwigBundle] Fix twig loader registered twice (ogizanagi)
* bug #20671 [Config] ConfigCache::isFresh() should return false when unserialize() fails (nicolas-grekas)
* bug #20676 [ClassLoader] Use only forward slashes in generated class map (nicolas-grekas)
* bug #20664 [Validator] ensure the proper context for nested validations (xabbuh)
* bug #20661 bug #20653 [WebProfilerBundle] Profiler includes ghost panels (jzawadzki)
* bug #20374 [FrameworkBundle] Improve performance of ControllerNameParser (enumag)
* bug #20474 [Routing] Fail properly when a route parameter name cannot be used as a PCRE subpattern name (fancyweb)
* bug #20566 [DI] Initialize properties before method calls (ro0NL)
* bug #20609 [DI] Fixed custom services definition BC break introduced in ec7e70fb… (kiler129)
* bug #20598 [DI] Aliases should preserve the aliased invalid behavior (nicolas-grekas)
* bug #20602 [HttpKernel] Revert BC breaking change of Request::isMethodSafe() (nicolas-grekas)
* bug #20499 [Doctrine][Form] support large integers (xabbuh)
* bug #20576 [Process] Do feat test before enabling TTY mode (nicolas-grekas)
* 2.7.21 (2016-11-21) * 2.7.21 (2016-11-21)
* bug #20543 [DI] Fix error when trying to resolve a DefinitionDecorator (nicolas-grekas) * bug #20543 [DI] Fix error when trying to resolve a DefinitionDecorator (nicolas-grekas)

View File

@ -28,16 +28,17 @@ Symfony is the result of the work of many people who made the code better
- Lukas Kahwe Smith (lsmith) - Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason) - Martin Hasoň (hason)
- Jeremy Mikola (jmikola) - Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon)
- Grégoire Pineau (lyrixx) - Grégoire Pineau (lyrixx)
- Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei) - Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw) - Igor Wiedler (igorw)
- Eriksen Costa (eriksencosta) - Eriksen Costa (eriksencosta)
- Jules Pietri (heah) - Jules Pietri (heah)
- Sarah Khalil (saro0h)
- Maxime Steinhausser (ogizanagi) - Maxime Steinhausser (ogizanagi)
- Sarah Khalil (saro0h)
- Jonathan Wage (jwage) - Jonathan Wage (jwage)
- Diego Saint Esteben (dosten) - Diego Saint Esteben (dosten)
- Robin Chalas (chalas_r)
- Alexandre Salomé (alexandresalome) - Alexandre Salomé (alexandresalome)
- William Durand (couac) - William Durand (couac)
- ornicar - ornicar
@ -45,7 +46,6 @@ Symfony is the result of the work of many people who made the code better
- stealth35 (stealth35) - stealth35 (stealth35)
- Alexander Mols (asm89) - Alexander Mols (asm89)
- Bulat Shakirzyanov (avalanche123) - Bulat Shakirzyanov (avalanche123)
- Robin Chalas (chalas_r)
- Saša Stamenković (umpirsky) - Saša Stamenković (umpirsky)
- Henrik Bjørnskov (henrikbjorn) - Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik - Miha Vrhovnik
@ -53,9 +53,9 @@ Symfony is the result of the work of many people who made the code better
- Ener-Getick (energetick) - Ener-Getick (energetick)
- Konstantin Kudryashov (everzet) - Konstantin Kudryashov (everzet)
- Bilal Amarni (bamarni) - Bilal Amarni (bamarni)
- Iltar van der Berg (kjarli)
- Florin Patan (florinpatan) - Florin Patan (florinpatan)
- Peter Rehm (rpet) - Peter Rehm (rpet)
- Iltar van der Berg (kjarli)
- Kevin Bond (kbond) - Kevin Bond (kbond)
- Andrej Hudec (pulzarraider) - Andrej Hudec (pulzarraider)
- Gábor Egyed (1ed) - Gábor Egyed (1ed)
@ -77,16 +77,16 @@ Symfony is the result of the work of many people who made the code better
- Titouan Galopin (tgalopin) - Titouan Galopin (tgalopin)
- Daniel Holmes (dholmes) - Daniel Holmes (dholmes)
- Pierre du Plessis (pierredup) - Pierre du Plessis (pierredup)
- Toni Uebernickel (havvg)
- Bart van den Burg (burgov) - Bart van den Burg (burgov)
- Jordan Alliot (jalliot) - Jordan Alliot (jalliot)
- John Wards (johnwards) - John Wards (johnwards)
- Toni Uebernickel (havvg) - Roland Franssen (ro0)
- Fran Moreno (franmomu) - Fran Moreno (franmomu)
- Jáchym Toušek (enumag)
- Antoine Hérault (herzult) - Antoine Hérault (herzult)
- Paráda József (paradajozsef) - Paráda József (paradajozsef)
- Roland Franssen (ro0)
- Dariusz Ruminski - Dariusz Ruminski
- Jáchym Toušek (enumag)
- Arnaud Le Blanc (arnaud-lb) - Arnaud Le Blanc (arnaud-lb)
- Jérôme Tamarelle (gromnan) - Jérôme Tamarelle (gromnan)
- Michal Piotrowski (eventhorizon) - Michal Piotrowski (eventhorizon)
@ -114,6 +114,7 @@ Symfony is the result of the work of many people who made the code better
- Eric GELOEN (gelo) - Eric GELOEN (gelo)
- David Buchmann (dbu) - David Buchmann (dbu)
- Tugdual Saunier (tucksaun) - Tugdual Saunier (tucksaun)
- Maxime STEINHAUSSER
- Théo FIDRY (theofidry) - Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz) - Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb) - Florian Lonqueu-Brochard (florianlb)
@ -134,6 +135,7 @@ Symfony is the result of the work of many people who made the code better
- jwdeitch - jwdeitch
- Tobias Nyholm (tobias) - Tobias Nyholm (tobias)
- Joel Wurtz (brouznouf) - Joel Wurtz (brouznouf)
- Yonel Ceruto González (yonelceruto)
- Philipp Wahala (hifi) - Philipp Wahala (hifi)
- Vyacheslav Pavlov - Vyacheslav Pavlov
- Javier Spagnoletti (phansys) - Javier Spagnoletti (phansys)
@ -146,7 +148,6 @@ Symfony is the result of the work of many people who made the code better
- Clemens Tolboom - Clemens Tolboom
- Helmer Aaviksoo - Helmer Aaviksoo
- Hiromi Hishida (77web) - Hiromi Hishida (77web)
- Yonel Ceruto González (yonelceruto)
- Richard van Laak (rvanlaak) - Richard van Laak (rvanlaak)
- Matthieu Ouellette-Vachon (maoueh) - Matthieu Ouellette-Vachon (maoueh)
- Michał Pipa (michal.pipa) - Michał Pipa (michal.pipa)
@ -168,7 +169,6 @@ Symfony is the result of the work of many people who made the code better
- Andreas Hucks (meandmymonkey) - Andreas Hucks (meandmymonkey)
- Noel Guilbert (noel) - Noel Guilbert (noel)
- Lars Strojny (lstrojny) - Lars Strojny (lstrojny)
- Maxime STEINHAUSSER
- Stepan Anchugov (kix) - Stepan Anchugov (kix)
- bronze1man - bronze1man
- sun (sun) - sun (sun)
@ -263,6 +263,7 @@ Symfony is the result of the work of many people who made the code better
- Hidde Wieringa (hiddewie) - Hidde Wieringa (hiddewie)
- Chris Smith (cs278) - Chris Smith (cs278)
- Florian Klein (docteurklein) - Florian Klein (docteurklein)
- Julien Falque (julienfalque)
- Oleg Voronkovich - Oleg Voronkovich
- Manuel Kiessling (manuelkiessling) - Manuel Kiessling (manuelkiessling)
- Daniel Wehner - Daniel Wehner
@ -331,10 +332,13 @@ Symfony is the result of the work of many people who made the code better
- Loïc Chardonnet (gnusat) - Loïc Chardonnet (gnusat)
- Marek Kalnik (marekkalnik) - Marek Kalnik (marekkalnik)
- Vyacheslav Salakhutdinov (megazoll) - Vyacheslav Salakhutdinov (megazoll)
- Jerzy Zawadzki (jzawadzki)
- Hassan Amouhzi - Hassan Amouhzi
- Tamas Szijarto - Tamas Szijarto
- Pavel Volokitin (pvolok) - Pavel Volokitin (pvolok)
- Nicolas Dewez (nicolas_dewez)
- Endre Fejes - Endre Fejes
- Victor Bocharsky (bocharsky_bw)
- Tobias Naumann (tna) - Tobias Naumann (tna)
- Daniel Beyer - Daniel Beyer
- Shein Alexey - Shein Alexey
@ -427,7 +431,6 @@ Symfony is the result of the work of many people who made the code better
- Roy Van Ginneken (rvanginneken) - Roy Van Ginneken (rvanginneken)
- ondrowan - ondrowan
- Barry vd. Heuvel (barryvdh) - Barry vd. Heuvel (barryvdh)
- Jerzy Zawadzki (jzawadzki)
- Evan S Kaufman (evanskaufman) - Evan S Kaufman (evanskaufman)
- mcben - mcben
- Jérôme Vieilledent (lolautruche) - Jérôme Vieilledent (lolautruche)
@ -437,9 +440,7 @@ Symfony is the result of the work of many people who made the code better
- Markus Lanthaler (lanthaler) - Markus Lanthaler (lanthaler)
- Remi Collet - Remi Collet
- Vicent Soria Durá (vicentgodella) - Vicent Soria Durá (vicentgodella)
- Nicolas Dewez (nicolas_dewez)
- Anthony Ferrara - Anthony Ferrara
- Victor Bocharsky (bocharsky_bw)
- Ioan Negulescu - Ioan Negulescu
- Jakub Škvára (jskvara) - Jakub Škvára (jskvara)
- Andrew Udvare (audvare) - Andrew Udvare (audvare)
@ -484,6 +485,7 @@ Symfony is the result of the work of many people who made the code better
- Ziumin - Ziumin
- Jeremy Benoist - Jeremy Benoist
- Lenar Lõhmus - Lenar Lõhmus
- Sander Toonen (xatoo)
- Benjamin Laugueux (yzalis) - Benjamin Laugueux (yzalis)
- Zach Badgett (zachbadgett) - Zach Badgett (zachbadgett)
- Aurélien Fredouelle - Aurélien Fredouelle
@ -521,6 +523,7 @@ Symfony is the result of the work of many people who made the code better
- Maxime Douailin - Maxime Douailin
- Jean Pasdeloup (pasdeloup) - Jean Pasdeloup (pasdeloup)
- Javier López (loalf) - Javier López (loalf)
- Andreas Braun
- Reinier Kip - Reinier Kip
- Geoffrey Brier (geoffrey-brier) - Geoffrey Brier (geoffrey-brier)
- Dustin Dobervich (dustin10) - Dustin Dobervich (dustin10)
@ -548,8 +551,10 @@ Symfony is the result of the work of many people who made the code better
- umpirski - umpirski
- Chris Heng (gigablah) - Chris Heng (gigablah)
- Ulumuddin Yunus (joenoez) - Ulumuddin Yunus (joenoez)
- Adam Prager (padam87)
- Luc Vieillescazes (iamluc) - Luc Vieillescazes (iamluc)
- Johann Saunier (prophet777) - Johann Saunier (prophet777)
- Samuel ROZE (sroze)
- Michael Devery (mickadoo) - Michael Devery (mickadoo)
- Antoine Corcy - Antoine Corcy
- Artur Eshenbrener - Artur Eshenbrener
@ -589,6 +594,7 @@ Symfony is the result of the work of many people who made the code better
- yclian - yclian
- twifty - twifty
- Peter Ward - Peter Ward
- Julien DIDIER (juliendidier)
- Dominik Ritter (dritter) - Dominik Ritter (dritter)
- Sebastian Grodzicki (sgrodzicki) - Sebastian Grodzicki (sgrodzicki)
- Martin Hujer (martinhujer) - Martin Hujer (martinhujer)
@ -613,6 +619,7 @@ Symfony is the result of the work of many people who made the code better
- michaelwilliams - michaelwilliams
- 1emming - 1emming
- Leevi Graham (leevigraham) - Leevi Graham (leevigraham)
- Nykopol (nykopol)
- Jordan Deitch - Jordan Deitch
- Casper Valdemar Poulsen - Casper Valdemar Poulsen
- Josiah (josiah) - Josiah (josiah)
@ -696,9 +703,9 @@ Symfony is the result of the work of many people who made the code better
- abdul malik ikhsan (samsonasik) - abdul malik ikhsan (samsonasik)
- Henry Snoek (snoek09) - Henry Snoek (snoek09)
- Simone Di Maulo (toretto460) - Simone Di Maulo (toretto460)
- Sander Toonen (xatoo)
- Christian Morgan - Christian Morgan
- Alexander Miehe (engerim) - Alexander Miehe (engerim)
- Jérôme Parmentier (lctrs)
- Morgan Auchede (mauchede) - Morgan Auchede (mauchede)
- Don Pinkster - Don Pinkster
- Maksim Muruev - Maksim Muruev
@ -769,13 +776,13 @@ Symfony is the result of the work of many people who made the code better
- fabios - fabios
- Sander Coolen (scoolen) - Sander Coolen (scoolen)
- Nicolas Le Goff (nlegoff) - Nicolas Le Goff (nlegoff)
- Andreas Braun
- Ben Oman - Ben Oman
- Manuele Menozzi - Manuele Menozzi
- Anton Babenko (antonbabenko) - Anton Babenko (antonbabenko)
- Irmantas Šiupšinskas (irmantas) - Irmantas Šiupšinskas (irmantas)
- Danilo Silva - Danilo Silva
- Zachary Tong (polyfractal) - Zachary Tong (polyfractal)
- Amrouche Hamza
- Hryhorii Hrebiniuk - Hryhorii Hrebiniuk
- Dennis Fridrich (dfridrich) - Dennis Fridrich (dfridrich)
- mcfedr (mcfedr) - mcfedr (mcfedr)
@ -808,10 +815,10 @@ Symfony is the result of the work of many people who made the code better
- Ville Mattila - Ville Mattila
- Boris Vujicic (boris.vujicic) - Boris Vujicic (boris.vujicic)
- Max Beutel - Max Beutel
- Antanas Arvasevicius
- nacho - nacho
- Piotr Antosik (antek88) - Piotr Antosik (antek88)
- Artem Lopata - Artem Lopata
- Samuel ROZE (sroze)
- Sergey Novikov (s12v) - Sergey Novikov (s12v)
- Marcos Quesada (marcos_quesada) - Marcos Quesada (marcos_quesada)
- Matthew Vickery (mattvick) - Matthew Vickery (mattvick)
@ -842,6 +849,7 @@ Symfony is the result of the work of many people who made the code better
- Thomas Royer (cydonia7) - Thomas Royer (cydonia7)
- DerManoMann - DerManoMann
- Olaf Klischat - Olaf Klischat
- orlovv
- Jhonny Lidfors (jhonny) - Jhonny Lidfors (jhonny)
- Julien Bianchi (jubianchi) - Julien Bianchi (jubianchi)
- Robert Meijers - Robert Meijers
@ -877,6 +885,7 @@ Symfony is the result of the work of many people who made the code better
- Taras Girnyk - Taras Girnyk
- Eduardo García Sanz (coma) - Eduardo García Sanz (coma)
- James Gilliland - James Gilliland
- fduch (fduch)
- Rhodri Pugh (rodnaph) - Rhodri Pugh (rodnaph)
- David de Boer (ddeboer) - David de Boer (ddeboer)
- Klaus Purer - Klaus Purer
@ -910,6 +919,7 @@ Symfony is the result of the work of many people who made the code better
- Alberto Aldegheri - Alberto Aldegheri
- heccjj - heccjj
- Alexandre Melard - Alexandre Melard
- Thomas Calvet
- Sergey Yuferev - Sergey Yuferev
- Tobias Stöckler - Tobias Stöckler
- Mario Young - Mario Young
@ -950,6 +960,7 @@ Symfony is the result of the work of many people who made the code better
- Sebastian Utz - Sebastian Utz
- Adrien Gallou (agallou) - Adrien Gallou (agallou)
- Karol Sójko (karolsojko) - Karol Sójko (karolsojko)
- Grzegorz Zdanowski (kiler129)
- sl_toto (sl_toto) - sl_toto (sl_toto)
- Walter Dal Mut (wdalmut) - Walter Dal Mut (wdalmut)
- Albin Kerouaton - Albin Kerouaton
@ -997,9 +1008,11 @@ Symfony is the result of the work of many people who made the code better
- Ahmed TAILOULOUTE (ahmedtai) - Ahmed TAILOULOUTE (ahmedtai)
- Maxime Veber (nek-) - Maxime Veber (nek-)
- Sullivan SENECHAL - Sullivan SENECHAL
- Dariusz Ruminski
- Tadcka - Tadcka
- Beth Binkovitz - Beth Binkovitz
- Romain Geissler - Romain Geissler
- Adrien Moiruad
- Tomaz Ahlin - Tomaz Ahlin
- Benjamin Cremer (bcremer) - Benjamin Cremer (bcremer)
- Marcus Stöhr (dafish) - Marcus Stöhr (dafish)
@ -1015,7 +1028,6 @@ Symfony is the result of the work of many people who made the code better
- Max Romanovsky (maxromanovsky) - Max Romanovsky (maxromanovsky)
- Mathieu Morlon - Mathieu Morlon
- Daniel Tschinder - Daniel Tschinder
- Nykopol (nykopol)
- Rafał Muszyński (rafmus90) - Rafał Muszyński (rafmus90)
- Timothy Anido (xanido) - Timothy Anido (xanido)
- Rick Prent - Rick Prent
@ -1061,6 +1073,7 @@ Symfony is the result of the work of many people who made the code better
- kor3k kor3k (kor3k) - kor3k kor3k (kor3k)
- Stelian Mocanita (stelian) - Stelian Mocanita (stelian)
- Flavian (2much) - Flavian (2much)
- Arthur de Moulins (4rthem)
- mike - mike
- Keith Maika - Keith Maika
- Mephistofeles - Mephistofeles
@ -1093,7 +1106,6 @@ Symfony is the result of the work of many people who made the code better
- Adrian Olek (adrianolek) - Adrian Olek (adrianolek)
- Przemysław Piechota (kibao) - Przemysław Piechota (kibao)
- Leonid Terentyev (li0n) - Leonid Terentyev (li0n)
- Adam Prager (padam87)
- ryunosuke - ryunosuke
- victoria - victoria
- Francisco Facioni (fran6co) - Francisco Facioni (fran6co)
@ -1254,11 +1266,11 @@ Symfony is the result of the work of many people who made the code better
- Jan Eichhorn (exeu) - Jan Eichhorn (exeu)
- Grégory Pelletier (ip512) - Grégory Pelletier (ip512)
- John Nickell (jrnickell) - John Nickell (jrnickell)
- Julien DIDIER (juliendidier)
- Martin Mayer (martin) - Martin Mayer (martin)
- Grzegorz Łukaszewicz (newicz) - Grzegorz Łukaszewicz (newicz)
- Götz Gottwald - Götz Gottwald
- Veres Lajos - Veres Lajos
- Michael Babker
- grifx - grifx
- Robert Campbell - Robert Campbell
- Matt Lehner - Matt Lehner
@ -1299,6 +1311,7 @@ Symfony is the result of the work of many people who made the code better
- Alex - Alex
- Klaas Naaijkens - Klaas Naaijkens
- Daniel González Cerviño - Daniel González Cerviño
- ShinDarth
- Rafał - Rafał
- Adria Lopez (adlpz) - Adria Lopez (adlpz)
- Rosio (ben-rosio) - Rosio (ben-rosio)
@ -1319,7 +1332,6 @@ Symfony is the result of the work of many people who made the code better
- Jelle Bekker (jbekker) - Jelle Bekker (jbekker)
- Ian Jenkins (jenkoian) - Ian Jenkins (jenkoian)
- Jorge Martin (jorgemartind) - Jorge Martin (jorgemartind)
- Julien Falque (julienfalque)
- Kevin Herrera (kherge) - Kevin Herrera (kherge)
- Luis Ramón López López (lrlopez) - Luis Ramón López López (lrlopez)
- Muriel (metalmumu) - Muriel (metalmumu)
@ -1341,6 +1353,7 @@ Symfony is the result of the work of many people who made the code better
- Saem Ghani - Saem Ghani
- Stefan Oderbolz - Stefan Oderbolz
- Curtis - Curtis
- Gabriel Moreira
- Alexey Popkov - Alexey Popkov
- Joseph Deray - Joseph Deray
- Damian Sromek - Damian Sromek
@ -1362,6 +1375,7 @@ Symfony is the result of the work of many people who made the code better
- Wotre - Wotre
- goohib - goohib
- Xavier HAUSHERR - Xavier HAUSHERR
- Edwin Hageman
- Mantas Urnieža - Mantas Urnieža
- Cas - Cas
- Dusan Kasan - Dusan Kasan
@ -1393,6 +1407,7 @@ Symfony is the result of the work of many people who made the code better
- Dariusz Czech - Dariusz Czech
- Anonymous User - Anonymous User
- Eric J. Duran - Eric J. Duran
- Alexandru Bucur
- cmfcmf - cmfcmf
- Drew Butler - Drew Butler
- Steve Müller - Steve Müller
@ -1477,11 +1492,13 @@ Symfony is the result of the work of many people who made the code better
- Daniel Basten (axhm3a) - Daniel Basten (axhm3a)
- Bill Hance (billhance) - Bill Hance (billhance)
- Bernd Matzner (bmatzner) - Bernd Matzner (bmatzner)
- Bram Tweedegolf (bram_tweedegolf)
- Choong Wei Tjeng (choonge) - Choong Wei Tjeng (choonge)
- Kousuke Ebihara (co3k) - Kousuke Ebihara (co3k)
- Loïc Vernet (coil) - Loïc Vernet (coil)
- Christoph Schaefer (cvschaefer) - Christoph Schaefer (cvschaefer)
- Damon Jones (damon__jones) - Damon Jones (damon__jones)
- Łukasz Giza (destroyer)
- Daniel Londero (dlondero) - Daniel Londero (dlondero)
- Sebastian Landwehr (dword123) - Sebastian Landwehr (dword123)
- Adel ELHAIBA (eadel) - Adel ELHAIBA (eadel)
@ -1497,6 +1514,7 @@ Symfony is the result of the work of many people who made the code better
- Arash Tabriziyan (ghost098) - Arash Tabriziyan (ghost098)
- ibasaw (ibasaw) - ibasaw (ibasaw)
- Vladislav Krupenkin (ideea) - Vladislav Krupenkin (ideea)
- Imangazaliev Muhammad (imangazaliev)
- joris de wit (jdewit) - joris de wit (jdewit)
- Jérémy CROMBEZ (jeremy) - Jérémy CROMBEZ (jeremy)
- Jose Manuel Gonzalez (jgonzalez) - Jose Manuel Gonzalez (jgonzalez)
@ -1506,10 +1524,10 @@ Symfony is the result of the work of many people who made the code better
- JuntaTom (juntatom) - JuntaTom (juntatom)
- Ismail Faizi (kanafghan) - Ismail Faizi (kanafghan)
- Sébastien Armand (khepin) - Sébastien Armand (khepin)
- Pierre-Chanel Gauthier (kmecnin)
- Krzysztof Menżyk (krymen) - Krzysztof Menżyk (krymen)
- samuel laulhau (lalop) - samuel laulhau (lalop)
- Laurent Bachelier (laurentb) - Laurent Bachelier (laurentb)
- Jérôme Parmentier (lctrs)
- Florent Viel (luxifer) - Florent Viel (luxifer)
- Matthieu Moquet (mattketmo) - Matthieu Moquet (mattketmo)
- Moritz Borgmann (mborgmann) - Moritz Borgmann (mborgmann)

View File

@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime; protected $startTime;
protected $loadClassCache; protected $loadClassCache;
const VERSION = '2.7.22-DEV'; const VERSION = '2.7.22';
const VERSION_ID = 20722; const VERSION_ID = 20722;
const MAJOR_VERSION = 2; const MAJOR_VERSION = 2;
const MINOR_VERSION = 7; const MINOR_VERSION = 7;
const RELEASE_VERSION = 22; const RELEASE_VERSION = 22;
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';