8000 Merge pull request #36260 from fabpot/release-3.4.39 · symfony/symfony@29ccc94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29ccc94

Browse files
authored
Merge pull request #36260 from fabpot/release-3.4.39
released v3.4.39
2 parents 29c80e8 + 7009497 commit 29ccc94

File tree

3 files changed

+60
-24
lines changed

3 files changed

+60
-24
lines changed

CHANGELOG-3.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ in 3.4 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.4.0...v3.4.1
99

10+
* 3.4.39 (2020-03-30)
11+
12+
* bug #36216 [Validator] Assert Valid with many groups (phucwan91)
13+
* bug #36222 [Console] Fix OutputStream for PHP 7.4 (guillbdx)
14+
* bug #36175 [Security/Http] Remember me: allow to set the samesite cookie flag (dunglas)
15+
* bug #36173 [Http Foundation] Fix clear cookie samesite (guillbdx)
16+
* bug #36176 [Security] Check if firewall is stateless before checking for session/previous session (koenreiniers)
17+
* bug #36149 [Form] Support customized intl php.ini settings (jorrit)
18+
* bug #36172 [Debug] fix for PHP 7.3.16+/7.4.4+ (nicolas-grekas)
19+
* bug #36141 Prevent warning in proc_open() (BenMorel)
20+
* bug #36121 [VarDumper] fix side-effect by not using mt_rand() (nicolas-grekas)
21+
* bug #36073 [PropertyAccess][DX] Improved errors when reading uninitialized properties (HeahDude)
22+
* bug #36063 [FrameworkBundle] start session on flashbag injection (William Arslett)
23+
* bug #36020 [Form] ignore microseconds submitted by Edge (xabbuh)
24+
* bug #36041 fix import from config file using type: glob (Tobion)
25+
* bug #35987 [DoctrineBridge][DoctrineExtractor] Fix wrong guessed type for "json" type (fancyweb)
26+
* bug #35938 [Form] Handle false as empty value on expanded choices (fancyweb)
27+
* bug #36004 [Yaml] fix dumping strings containing CRs (xabbuh)
28+
* bug #35982 [DI] Fix XmlFileLoader bad error message (przemyslaw-bogusz)
29+
* bug #35937 Revert "bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form" (dmaicher)
30+
* bug #35910 [SecurityBundle] Minor fixes in configuration tree builder (HeahDude)
31+
1032
* 3.4.38 (2020-02-29)
1133

1234
* bug #35781 [Form] NumberToLocalizedStringTransformer return int if scale = 0 (VincentLanglet)

CONTRIBUTORS.md

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Symfony is the result of the work of many people who made the code better
1616
- Victor Berchet (victor)
1717
- Maxime Steinhausser (ogizanagi)
1818
- Ryan Weaver (weaverryan)
19-
- Javier Eguiluz (javier.eguiluz)
2019
- Grégoire Pineau (lyrixx)
21-
- Jakub Zalas (jakubzalas)
20+
- Javier Eguiluz (javier.eguiluz)
2221
- Roland Franssen (ro0)
22+
- Jakub Zalas (jakubzalas)
2323
- Johannes S (johannes)
2424
- Kris Wallsmith (kriswallsmith)
2525
- Yonel Ceruto (yonelceruto)
2626
- Hugo Hamon (hhamon)
2727
- Abdellatif Ait boudad (aitboudad)
2828
- Samuel ROZE (sroze)
29-
- Romain Neutron (romain)
29+
- Thomas Calvet (fancyweb)
3030
- Wouter de Jong (wouterj)
31+
- Romain Neutron (romain)
3132
- Pascal Borreli (pborreli)
32-
- Thomas Calvet (fancyweb)
3333
- Joseph Bielawski (stloyd)
3434
- Alexander M. Turek (derrabus)
3535
- Karma Dordrak (drak)
3636
- Lukas Kahwe Smith (lsmith)
37-
- Martin Hasoň (hason)
38-
- Hamza Amrouche (simperfit)
3937
- Jules Pietri (heah)
38+
- Hamza Amrouche (simperfit)
39+
- Martin Hasoň (hason)
4040
- Jeremy Mikola (jmikola)
4141
- Jérémy DERUSSÉ (jderusse)
4242
- Jean-François Simon (jfsimon)
@@ -66,17 +66,17 @@ Symfony is the result of the work of many people who made the code better
6666
- Saša Stamenković (umpirsky)
6767
- Peter Rehm (rpet)
6868
- Henrik Bjørnskov (henrikbjorn)
69-
- Miha Vrhovnik
7069
- Gabriel Ostrolucký (gadelat)
70+
- Miha Vrhovnik
71+
- David Maicher (dmaicher)
7172
- Diego Saint Esteben (dii3g0)
7273
- Gábor Egyed (1ed)
7374
- Titouan Galopin (tgalopin)
74-
- David Maicher (dmaicher)
75+
- Jan Schädlich (jschaedl)
7576
- Konstantin Kudryashov (everzet)
7677
- Bilal Amarni (bamarni)
7778
- Mathieu Piot (mpiot)
7879
- Vladimir Reznichenko (kalessil)
79-
- Jan Schädlich (jschaedl)
8080
- Florin Patan (florinpatan)
8181
- Jáchym Toušek (enumag)
8282
- Andrej Hudec (pulzarraider)
@@ -136,6 +136,7 @@ Symfony is the result of the work of many people who made the code better
136136
- Joel Wurtz (brouznouf)
137137
- Fabien Pennequin (fabienpennequin)
138138
- Théo FIDRY (theofidry)
139+
- Przemysław Bogusz (przemyslaw-bogusz)
139140
- Eric GELOEN (gelo)
140141
- Lars Strojny (lstrojny)
141142
- Jannik Zschiesche (apfelbox)
@@ -155,6 +156,7 @@ Symfony is the result of the work of many people who made the code better
155156
- Sebastian Hörl (blogsh)
156157
- Daniel Gomes (danielcsgomes)
157158
- Hidenori Goto (hidenorigoto)
159+
- Alessandro Chitolina (alekitto)
158160
- Andréia Bohner (andreia)
159161
- Yanick Witschi (toflar)
160162
- Arnaud Kleinpeter (nanocom)
@@ -164,7 +166,6 @@ Symfony is the result of the work of many people who made the code better
164166
- Jérémie Augustin (jaugustin)
165167
- François-Xavier de Guillebon (de-gui_f)
166168
- Oleg Voronkovich
167-
- Alessandro Chitolina (alekitto)
168169
- Philipp Wahala (hifi)
169170
- Rafael Dohms (rdohms)
170171
- jwdeitch
@@ -239,16 +240,17 @@ Symfony is the result of the work of many people who made the code better
239240
- fivestar
240241
- Dominique Bongiraud
241242
- Jeremy Livingston (jeremylivingston)
243+
- Laurent VOULLEMIER (lvo)
242244
- Michael Lee (zerustech)
243245
- Matthieu Auger (matthieuauger)
246+
- Ahmed TAILOULOUTE (ahmedtai)
244247
- Leszek Prabucki (l3l0)
245248
- Fabien Bourigault (fbourigault)
246249
- François Zaninotto (fzaninotto)
247250
- Dustin Whittle (dustinwhittle)
248251
- jeff
249252
- John Kary (johnkary)
250253
- Jan Rosier (rosier)
251-
- Przemysław Bogusz (przemyslaw-bogusz)
252254
- Justin Hileman (bobthecow)
253255
- Blanchon Vincent (blanchonvincent)
254256
- Michele Orselli (orso)
@@ -280,7 +282,6 @@ Symfony is the result of the work of many people who made the code better
280282
- julien pauli (jpauli)
281283
- Lorenz Schori
282284
- Sébastien Lavoie (lavoiesl)
283-
- Ahmed TAILOULOUTE (ahmedtai)
284285
- Dariusz
285286
- Saif (╯°□°)╯ (azjezz)
286287
- Dmitrii Poddubnyi (karser)
@@ -306,6 +307,7 @@ Symfony is the result of the work of many people who made the code better
306307
- Arjen Brouwer (arjenjb)
307308
- Katsuhiro OGAWA
308309
- Patrick McDougle (patrick-mcdougle)
310+
- Guillaume Pédelagrabe
309311
- Alif Rachmawadi
310312
- Anton Chernikov (anton_ch1989)
311313
-< 10000 /span> Kristen Gilden (kgilden)
@@ -336,6 +338,7 @@ Symfony is the result of the work of many people who made the code better
336338
- Wodor Wodorski
337339
- Thomas Lallement (raziel057)
338340
- Colin O&#039;Dell (colinodell)
341+
- Mathias Arlaud (mtarld)
339342
- Giorgio Premi
340343
- renanbr
341344
- Alex Rock (pierstoval)
@@ -398,13 +401,11 @@ Symfony is the result of the work of many people who made the code better
398401
- Emanuele Gaspari (inmarelibero)
399402
- Dariusz Rumiński
400403
- Berny Cantos (xphere81)
401-
- Laurent VOULLEMIER (lvo)
402404
- Thierry Thuon (lepiaf)
403405
- Ricard Clau (ricardclau)
404406
- Mark Challoner (markchalloner)
405407
- Philippe Segatori
406408
- Gennady Telegin (gtelegin)
407-
- Mathias Arlaud (mtarld)
408409
- Erin Millard
409410
- Artur Melo (restless)
410411
- Matthew Lewinski (lewinski)
@@ -433,6 +434,7 @@ Symfony is the result of the work of many people who made the code better
433434
- Eric Masoero (eric-masoero)
434435
- Denis Brumann (dbrumann)
435436
- JhonnyL
437+
- Haralan Dobrev (hkdobrev)
436438
- hossein zolfi (ocean)
437439
- Clément Gautier (clementgautier)
438440
- Bastien Jaillot (bastnic)
@@ -486,6 +488,7 @@ Symfony is the result of the work of many people who made the code better
486488
- Xavier HAUSHERR
487489
- Albert Jessurum (ajessu)
488490
- Laszlo Korte
491+
- Jesse Rushlow (geeshoe)
489492
- Miha Vrhovnik
490493
- Alessandro Desantis
491494
- hubert lecorche (hlecorche)
@@ -561,6 +564,7 @@ Symfony is the result of the work of many people who made the code better
561564
- Gintautas Miselis
562565
- Rob Bast
563566
- Roberto Espinoza (respinoza)
567+
- HypeMC
564568
- Soufian EZ-ZANTAR (soezz)
565569
- Zander Baldwin
566570
- Gocha Ossinkine (ossinkine)
@@ -586,7 +590,6 @@ Symfony is the result of the work of many people who made the code better
586590
- Yoshio HANAWA
587591
- Jan van Thoor (janvt)
588592
- Gladhon
589-
- Haralan Dobrev (hkdobrev)
590593
- Sebastian Bergmann
591594
- Miroslav Sustek
592595
- Pablo Díez (pablodip)
@@ -716,6 +719,7 @@ Symfony is the result of the work of many people who made the code better
716719
- Stéphane Escandell (sescandell)
717720
- Konstantin S. M. Möllers (ksmmoellers)
718721
- James Johnston
722+
- Noémi Salaün (noemi-salaun)
719723
- Sinan Eldem
720724
- BoShurik
721725
- Alexandre Dupuy (satchette)
@@ -732,6 +736,7 @@ Symfony is the result of the work of many people who made the code better
732736
- Stefan Gehrig (sgehrig)
733737
- Hany el-Kerdany
734738
- Wang Jingyu
739+
- Langlet Vincent (deviling)
735740
- Åsmund Garfors
736741
- Gunnstein Lye (glye)
737742
- Maxime Douailin
@@ -802,7 +807,6 @@ Symfony is the result of the work of many people who made the code better
802807
- Simon Schick (simonsimcity)
803808
- redstar504
804809
- Tristan Roussel
805-
- HypeMC
806810
- Cameron Porter
807811
- Hossein Bukhamsin
808812
- Oliver Hoff
@@ -835,6 +839,7 @@ Symfony is the result of the work of many people who made the code better
835839
- Richard Quadling
836840
- Raphaëll Roussel
837841
- Michael Lutz
842+
- Koen Reiniers (koenre)
838843
- jochenvdv
839844
- Reedy
840845
- Arturas Smorgun (asarturas)
@@ -883,6 +888,7 @@ Symfony is the result of the work of many people who made the code better
883888
- Dennis Hotson
884889
- Andrew Tchircoff (andrewtch)
885890
- michaelwilliams
891+
- Martin Kirilov
886892
- 1emming
887893
- Nykopol (nykopol)
888894
- Tri Pham (phamuyentri)
@@ -951,9 +957,11 @@ Symfony is the result of the work of many people who made the code better
951957
- Roy Klutman (royklutman)
952958
- Sofiane HADDAG (sofhad)
953959
- frost-nzcr4
960+
- arai
954961
- Laurent Bassin (lbassin)
955962
- andrey1s
956963
- Abhoryo
964+
- Daniel STANCU
957965
- Fabian Vogler (fabian)
958966
- Korvin Szanto
959967
- soyuka
@@ -1003,13 +1011,13 @@ Symfony is the result of the work of many people who made the code better
10031011
- Shin Ohno (ganchiku)
10041012
- Geert De Deckere (geertdd)
10051013
- Jan Kramer (jankramer)
1014+
- Matthieu Mota (matthieumota)
10061015
- abdul malik ikhsan (samsonasik)
10071016
- Henry Snoek (snoek09)
10081017
- Jérémy M (th3mouk)
10091018
- Simone Di Maulo (toretto460)
10101019
- Christian Morgan
10111020
- Alexander Miehe (engerim)
1012-
- Jesse Rushlow (geeshoe)
10131021
- Morgan Auchede (mauchede)
10141022
- Sascha Dens (saschadens)
10151023
- Don Pinkster
@@ -1037,6 +1045,7 @@ Symfony is the result of the work of many people who made the code better
10371045
- Marcos Gómez Vilches (markitosgv)
10381046
- Matthew Davis (mdavis1982)
10391047
- Markus S. (staabm)
1048+
- Benjamin Morel
10401049
- Maks
10411050
- Antoine LA
10421051
- den
@@ -1228,6 +1237,7 @@ Symfony is the result of the work of many people who made the code better
12281237
- Benjamin Paap (benjaminpaap)
12291238
- Claus Due (namelesscoder)
12301239
- Christian
1240+
- William Arslett
12311241
- Denis Golubovskiy (bukashk0zzz)
12321242
- Sergii Smertin (nfx)
12331243
- Mikkel Paulson
@@ -1309,6 +1319,7 @@ Symfony is the result of the work of many people who made the code better
13091319
- BRAMILLE Sébastien (oktapodia)
13101320
- Artem Kolesnikov (tyomo4ka)
13111321
- Gustavo Adrian
1322+
- Jorrit Schippers (jorrit)
13121323
- Yannick
13131324
- Vladimir Luchaninov (luchaninov)
13141325
- spdionis
@@ -1346,7 +1357,6 @@ Symfony is the result of the work of many people who made the code better
13461357
- Oxan van Leeuwen
13471358
- pkowalczyk
13481359
- Soner Sayakci
1349-
- Koen Reiniers (koenre)
13501360
- Max Voloshin (maxvoloshin)
13511361
- Nicolas Fabre (nfabre)
13521362
- Raul Rodriguez (raul782)
@@ -1593,6 +1603,7 @@ Symfony is the result of the work of many people who made the code better
15931603
- Felipy Tavares Amorim (felipyamorim)
15941604
- Guillaume Loulier (guikingone)
15951605
- Klaus Silveira (klaussilveira)
1606+
- Pierre Grimaud (pgrimaud)
15961607
- Thomas Chmielowiec (chmielot)
15971608
- Jānis Lukss
15981609
- rkerner
@@ -1645,7 +1656,9 @@ Symfony is the result of the work of many people who made the code better
16451656
- Mephistofeles
16461657
- Hoffmann András
16471658
- LubenZA
1659+
- Victor Garcia
16481660
- Olivier
1661+
- Denis Yuzhanin
16491662
- knezmilos13
16501663
- Cyril PASCAL
16511664
- Michael Bessolov
@@ -1732,6 +1745,7 @@ Symfony is the result of the work of many people who made the code better
17321745
- Stefan Hüsges (tronsha)
17331746
- Jake Bishop (yakobeyak)
17341747
- Dan Blows
1748+
- popnikos
17351749
- Matt Wells
17361750
- Sander van der Vlugt
17371751
- Nicolas Appriou
@@ -1828,6 +1842,7 @@ Symfony is the result of the work of many people who made the code better
18281842
- Aarón Nieves Fernández
18291843
- Mike Meier
18301844
- Kirill Saksin
1845+
- Reda DAOUDI
18311846
- Koalabaerchen
18321847
- michalmarcinkowski
18331848
- Warwick
@@ -1873,7 +1888,6 @@ Symfony is the result of the work of many people who made the code better
18731888
- ged15
18741889
- Daan van Renterghem
18751890
- Nicole Cordes
1876-
- Martin Kirilov
18771891
- Bálint Szekeres
18781892
- amcastror
18791893
- Alexander Li (aweelex)
@@ -2174,7 +2188,6 @@ Symfony is the result of the work of many people who made the code better
21742188
- Karolis
21752189
- Myke79
21762190
- Brian Debuire
2177-
- Benjamin Morel
21782191
- Eric Grimois
21792192
- Piers Warmers
21802193
- Sylvain Lorinet
@@ -2240,7 +2253,6 @@ Symfony is the result of the work of many people who made the code better
22402253
- James Michael DuPont
22412254
- Kasperki
22422255
- Tammy D
2243-
- Daniel STANCU
22442256
- Ryan Rud
22452257
- Ondrej Slinták
22462258
- vlechemin
@@ -2267,6 +2279,7 @@ Symfony is the result of the work of many people who made the code better
22672279
- Abdulkadir N. A.
22682280
- Adam Klvač
22692281
- Bruno Nogueira Nascimento Wowk
2282+
- jonmldr
22702283
- Yevgen Kovalienia
22712284
- Lebnik
22722285
- nsbx
@@ -2385,6 +2398,7 @@ Symfony is the result of the work of many people who made the code better
23852398
- Jose Manuel Gonzalez (jgonzalez)
23862399
- Joachim Krempel (jkrempel)
23872400
- Jorge Maiden (jorgemaiden)
2401+
- Joao Paulo V Martins (jpjoao)
23882402
- Justin Rainbow (jrainbow)
23892403
- Juan Luis (juanlugb)
23902404
- JuntaTom (juntatom)
@@ -2398,7 +2412,6 @@ Symfony is the result of the work of many people who made the code better
23982412
- Luís Cobucci (lcobucci)
23992413
- Jérémy (libertjeremy)
24002414
- Mehdi Achour (machour)
2401-
- Matthieu Mota (matthieumota)
24022415
- Matthieu Moquet (mattketmo)
24032416
- Moritz Borgmann (mborgmann)
24042417
- Michal Čihař (mcihar)
@@ -2442,6 +2455,7 @@ Symfony is the result of the work of many people who made the code better
24422455
- Markus Tacker (tacker)
24432456
- Tom Newby (tomnewbyau)
24442457
- Andrew Clark (tqt_andrew_clark)
2458+
- Aaron Piotrowski (trowski)
24452459
- David Lumaye (tux1124)
24462460
- Roman Tymoshyk (tymoshyk)
24472461
- Tyler Stroud (tystr)

0 commit comments

Comments
 (0)
0