Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Release v3.1.10 #21441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions 17 CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ in 3.1 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 between two versions, go to https://github.com/symfony/symfony/compare/v3.1.0...v3.1.1

* 3.1.10 (2017-01-28)

* bug #21431 [DoctrineBridge] always check for all fields to be mapped (xabbuh)
* bug #21360 [PropertyAccess] Handle interfaces in the invalid argument exception (fancyweb)
* bug #21403 [DI] Fix defaults overriding empty strings in AutowirePass (nicolas-grekas)
* bug #21401 [Debug] Workaround "null" $context (nicolas-grekas)
* bug #21372 [DependencyInjection] Fixed variadic method parameter in autowired classes (brainexe)
* bug #21333 [HttpKernel] Fix ArgumentValueResolver for arguments default null (chalasr)
* bug #20871 [HttpKernel] Give higher priority to adding request formats (akeeman)
* bug #21332 [PropertyInfo] Don't try to access a property thru a static method (dunglas)
* bug #21331 [PropertyInfo] Exclude static methods form properties guessing (dunglas)
* bug #21291 [Ldap] Ldap username case fix (quentinus95)
* bug #21288 [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys (dmaicher, HeahDude)
* bug #21285 [TwigBundle] do not lose already set method calls (xabbuh)
* bug #21279 #20411 fix Yaml parsing for very long quoted strings (RichardBradley)
* bug #21269 [Cache] Using strpbrk() instead of strcspn() is faster (nicolas-grekas)

* 3.1.9 (2017-01-12)

* bug #21218 [Form] DateTimeToLocalizedStringTransformer does not use timezone when using date only (magnetik)
Expand Down
56 changes: 33 additions & 23 deletions 56 CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Symfony is the result of the work of many people who made the code better
- Johannes S (johannes)
- Kris Wallsmith (kriswallsmith)
- Jakub Zalas (jakubzalas)
- Ryan Weaver (weaverryan)
- Kévin Dunglas (dunglas)
- Ryan Weaver (weaverryan)
- Javier Eguiluz (javier.eguiluz)
- Hugo Hamon (hhamon)
- Abdellatif Ait boudad (aitboudad)
Expand All @@ -26,16 +26,16 @@ Symfony is the result of the work of many people who made the code better
- Joseph Bielawski (stloyd)
- Karma Dordrak (drak)
- Lukas Kahwe Smith (lsmith)
- Martin Hasoň (hason)
- Grégoire Pineau (lyrixx)
- Martin Hasoň (hason)
- Jeremy Mikola (jmikola)
- Jean-François Simon (jfsimon)
- Benjamin Eberlei (beberlei)
- Igor Wiedler (igorw)
- Eriksen Costa (eriksencosta)
- Maxime Steinhausser (ogizanagi)
- Jules Pietri (heah)
- Eriksen Costa (eriksencosta)
- Robin Chalas (chalas_r)
- Jules Pietri (heah)
- Sarah Khalil (saro0h)
- Jonathan Wage (jwage)
- Diego Saint Esteben (dosten)
Expand All @@ -46,14 +46,14 @@ Symfony is the result of the work of many people who made the code better
- stealth35 ‏ (stealth35)
- Alexander Mols (asm89)
- Bulat Shakirzyanov (avalanche123)
- Ener-Getick (energetick)
- Saša Stamenković (umpirsky)
- Henrik Bjørnskov (henrikbjorn)
- Miha Vrhovnik
- Ener-Getick (energetick)
- Diego Saint Esteben (dii3g0)
- Roland Franssen (ro0)
- Konstantin Kudryashov (everzet)
- Iltar van der Berg (kjarli)
- Roland Franssen (ro0)
- Bilal Amarni (bamarni)
- Florin Patan (florinpatan)
- Peter Rehm (rpet)
Expand Down Expand Up @@ -110,18 +110,18 @@ Symfony is the result of the work of many people who made the code better
- Jérémy DERUSSÉ (jderusse)
- Vladimir Reznichenko (kalessil)
- Tomáš Votruba (tomas_votruba)
- David Buchmann (dbu)
- Fabien Pennequin (fabienpennequin)
- Gordon Franke (gimler)
- Tobias Nyholm (tobias)
- Eric GELOEN (gelo)
- David Buchmann (dbu)
- Tugdual Saunier (tucksaun)
- Théo FIDRY (theofidry)
- Robert Schönthal (digitalkaoz)
- Florian Lonqueu-Brochard (florianlb)
- Stefano Sala (stefano.sala)
- Evgeniy (ewgraf)
- Juti Noppornpitak (shiroyuki)
- Tobias Nyholm (tobias)
- Tigran Azatyan (tigranazatyan)
- Sebastian Hörl (blogsh)
- Daniel Gomes (danielcsgomes)
Expand All @@ -135,6 +135,7 @@ Symfony is the result of the work of many people who made the code better
- Rafael Dohms (rdohms)
- Arnaud Kleinpeter (nanocom)
- jwdeitch
- Mikael Pajunen
- Joel Wurtz (brouznouf)
- Philipp Wahala (hifi)
- Vyacheslav Pavlov
Expand All @@ -144,7 +145,6 @@ Symfony is the result of the work of many people who made the code better
- Vincent AUBERT (vincent)
- Rouven Weßling (realityking)
- Teoh Han Hui (teohhanhui)
- Mikael Pajunen
- Clemens Tolboom
- Helmer Aaviksoo
- Hiromi Hishida (77web)
Expand Down Expand Up @@ -186,6 +186,7 @@ Symfony is the result of the work of many people who made the code better
- Dustin Whittle (dustinwhittle)
- jeff
- John Kary (johnkary)
- James Halsall (jaitsu)
- Justin Hileman (bobthecow)
- Blanchon Vincent (blanchonvincent)
- Chris Wilkinson (thewilkybarkid)
Expand Down Expand Up @@ -223,13 +224,13 @@ Symfony is the result of the work of many people who made the code better
- Arjen Brouwer (arjenjb)
- Katsuhiro OGAWA
- Patrick McDougle (patrick-mcdougle)
- James Halsall (jaitsu)
- Alif Rachmawadi
- Kristen Gilden (kgilden)
- SpacePossum
- Pierre-Yves LEBECQ (pylebecq)
- Alex Pott
- Jakub Kucharovic (jkucharovic)
- Uwe Jäger (uwej711)
- Eugene Leonovich (rybakit)
- Filippo Tessarotto
- Joseph Rouff (rouffj)
Expand All @@ -255,6 +256,7 @@ Symfony is the result of the work of many people who made the code better
- Robert Kiss (kepten)
- Ruben Gonzalez (rubenrua)
- Roumen Damianoff (roumen)
- Adam Prager (padam87)
- Antonio J. García Lagar (ajgarlag)
- Kim Hemsø Rasmussen (kimhemsoe)
- Wouter Van Hecke
Expand All @@ -277,7 +279,7 @@ Symfony is the result of the work of many people who made the code better
- Andrey Esaulov (andremaha)
- Grégoire Passault (gregwar)
- Ismael Ambrosi (iambrosi)
- Uwe Jäger (uwej711)
- Baptiste Lafontaine
- Aurelijus Valeiša (aurelijus)
- Victor Bocharsky (bocharsky_bw)
- Jan Decavele (jandc)
Expand Down Expand Up @@ -307,11 +309,11 @@ Symfony is the result of the work of many people who made the code better
- Matthew Lewinski (lewinski)
- Magnus Nordlander (magnusnordlander)
- alquerci
- Adam Prager (padam87)
- Francesco Levorato
- Vitaliy Zakharov (zakharovvi)
- Tobias Sjösten (tobiassjosten)
- Gyula Sallai (salla)
- David Maicher (dmaicher)
- Inal DJAFAR (inalgnu)
- Christian Gärtner (dagardner)
- Tomasz Kowalczyk (thunderer)
Expand Down Expand Up @@ -347,7 +349,7 @@ Symfony is the result of the work of many people who made the code better
- Tobias Naumann (tna)
- Daniel Beyer
- Shein Alexey
- Baptiste Lafontaine
- Romain Gautier (mykiwi)
- Joe Lencioni
- Daniel Tschinder
- Kai
Expand Down Expand Up @@ -386,6 +388,7 @@ Symfony is the result of the work of many people who made the code better
- Mihai Stancu
- Olivier Dolbeau (odolbeau)
- Jan Rosier (rosier)
- Thomas Royer (cydonia7)
- vagrant
- EdgarPE
- Florian Pfitzer (marmelatze)
Expand All @@ -397,9 +400,9 @@ Symfony is the result of the work of many people who made the code better
- Ariel Ferrandini (aferrandini)
- Dirk Pahl (dirkaholic)
- cedric lombardot (cedriclombardot)
- David Maicher (dmaicher)
- Jonas Flodén (flojon)
- Christian Schmidt
- Amrouche Hamza
- Marcin Sikoń (marphi)
- Dominik Zogg (dominik.zogg)
- Marek Pietrzak
Expand Down Expand Up @@ -451,7 +454,9 @@ Symfony is the result of the work of many people who made the code better
- Jakub Škvára (jskvara)
- Andrew Udvare (audvare)
- alexpods
- Arjen van der Meijden
- Michele Locati
- Dariusz Ruminski
- Erik Trapman (eriktrapman)
- De Cock Xavier (xdecock)
- Almog Baku (almogbaku)
Expand Down Expand Up @@ -494,6 +499,7 @@ Symfony is the result of the work of many people who made the code better
- Benjamin Laugueux (yzalis)
- Zach Badgett (zachbadgett)
- Aurélien Fredouelle
- Jérôme Parmentier (lctrs)
- Pavel Campr (pcampr)
- Johnny Robeson (johnny)
- Disquedur
Expand All @@ -518,6 +524,7 @@ Symfony is the result of the work of many people who made the code better
- Sinan Eldem
- Alexandre Dupuy (satchette)
- Rob Frawley 2nd
- Andre Rømcke (andrerom)
- Nahuel Cuesta (ncuesta)
- Chris Boden (cboden)
- Asmir Mustafic (goetas)
Expand Down Expand Up @@ -551,11 +558,13 @@ Symfony is the result of the work of many people who made the code better
- maxime.steinhausser
- Stefan Warman
- Tristan Maindron (tmaindron)
- Wesley Lancel
- Ke WANG (yktd26)
- Strate
- Miquel Rodríguez Telep (mrtorrent)
- Sergey Kolodyazhnyy (skolodyazhnyy)
- umpirski
- Quentin de Longraye (quentinus95)
- Chris Heng (gigablah)
- Ulumuddin Yunus (joenoez)
- Luc Vieillescazes (iamluc)
Expand All @@ -580,6 +589,7 @@ Symfony is the result of the work of many people who made the code better
- Disparity
- origaminal
- Matteo Beccati (matteobeccati)
- Kevin (oxfouzer)
- Paweł Wacławczyk (pwc)
- Oleg Zinchenko (cystbear)
- Johannes Klauss (cloppy)
Expand All @@ -592,7 +602,6 @@ Symfony is the result of the work of many people who made the code better
- develop
- ReenExe
- Mark Sonnabaum
- Thomas Royer (cydonia7)
- Richard Quadling
- jochenvdv
- Arturas Smorgun (asarturas)
Expand Down Expand Up @@ -636,7 +645,6 @@ Symfony is the result of the work of many people who made the code better
- Marc Morera (mmoreram)
- Andrew Hilobok (hilobok)
- Christian Soronellas (theunic)
- Romain Gautier (mykiwi)
- Yosmany Garcia (yosmanyga)
- Wouter J
- Wouter de Wild
Expand Down Expand Up @@ -673,7 +681,6 @@ Symfony is the result of the work of many people who made the code better
- Pierre Vanliefland (pvanliefland)
- Sofiane HADDAG (sofhad)
- frost-nzcr4
- Arjen van der Meijden
- Abhoryo
- Fabian Vogler (fabian)
- Korvin Szanto
Expand Down Expand Up @@ -718,7 +725,6 @@ Symfony is the result of the work of many people who made the code better
- Simone Di Maulo (toretto460)
- Christian Morgan
- Alexander Miehe (engerim)
- Jérôme Parmentier (lctrs)
- Morgan Auchede (mauchede)
- Don Pinkster
- Maksim Muruev
Expand Down Expand Up @@ -779,7 +785,6 @@ Symfony is the result of the work of many people who made the code better
- Pieter
- Michael Tibben
- Sander Marechal
- Andre Rømcke (andrerom)
- Radosław Benkel
- ttomor
- Mei Gwilym (meigwilym)
Expand All @@ -790,12 +795,12 @@ Symfony is the result of the work of many people who made the code better
- Sander Coolen (scoolen)
- Nicolas Le Goff (nlegoff)
- Ben Oman
- Andreas Kleemann
- Manuele Menozzi
- Anton Babenko (antonbabenko)
- Irmantas Šiupšinskas (irmantas)
- Danilo Silva
- Zachary Tong (polyfractal)
- Amrouche Hamza
- Hryhorii Hrebiniuk
- Dennis Fridrich (dfridrich)
- mcfedr (mcfedr)
Expand All @@ -809,6 +814,7 @@ Symfony is the result of the work of many people who made the code better
- boite
- MGDSoft
- Vadim Tyukov (vatson)
- David Wolter (davewww)
- Sortex
- chispita
- Wojciech Sznapka
Expand All @@ -817,6 +823,7 @@ Symfony is the result of the work of many people who made the code better
- Máximo Cuadros (mcuadros)
- tamirvs
- julien.galenski
- Bob van de Vijver
- Christian Neff
- Per Sandström (per)
- Goran Juric
Expand Down Expand Up @@ -946,6 +953,7 @@ Symfony is the result of the work of many people who made the code better
- Xavier Coureau
- ConneXNL
- Aharon Perkel
- matze
- Abdul.Mohsen B. A. A
- Benoît Burnichon
- pthompson
Expand Down Expand Up @@ -1024,7 +1032,6 @@ Symfony is the result of the work of many people who made the code better
- Ahmed TAILOULOUTE (ahmedtai)
- Maxime Veber (nek-)
- Sullivan SENECHAL
- Dariusz Ruminski
- Tadcka
- Beth Binkovitz
- Romain Geissler
Expand All @@ -1046,6 +1053,7 @@ Symfony is the result of the work of many people who made the code better
- Rafał Muszyński (rafmus90)
- Timothy Anido (xanido)
- Rick Prent
- skalpa
- Martin Eckhardt
- Pieter Jordaan
- Damien Tournoud
Expand Down Expand Up @@ -1094,7 +1102,6 @@ Symfony is the result of the work of many people who made the code better
- Mephistofeles
- Hoffmann András
- Olivier
- Wesley Lancel
- pscheit
- Zdeněk Drahoš
- Dan Harper
Expand Down Expand Up @@ -1123,12 +1130,14 @@ Symfony is the result of the work of many people who made the code better
- Leonid Terentyev (li0n)
- ryunosuke
- victoria
- Arjan Keeman
- Francisco Facioni (fran6co)
- Iwan van Staveren (istaveren)
- Dany Maillard (maidmaid)
- Povilas S. (povilas)
- pborreli
- Eric Caron
- Richard Bradley
- 2manypeople
- Wing
- Thomas Bibb
Expand Down Expand Up @@ -1247,6 +1256,7 @@ Symfony is the result of the work of many people who made the code better
- Andrey Chernykh
- Edvinas Klovas
- Drew Butler
- Peter Breuls
- Tischoi
- J Bruni
- Alexey Prilipko
Expand Down Expand Up @@ -1312,6 +1322,7 @@ Symfony is the result of the work of many people who made the code better
- Alan Chen
- Maerlyn
- Even André Fiskvik
- Arjan Keeman
- Erik van Wingerden
- Dane Powell
- Gerrit Drost
Expand Down Expand Up @@ -1616,7 +1627,6 @@ Symfony is the result of the work of many people who made the code better
- Muharrem Demirci (mdemirci)
- Evgeny Z (meze)
- Nicolas de Marqué (nicola)
- Kevin (oxfouzer)
- Pierre Geyer (ptheg)
- Sam Fleming (sam_fleming)
- Thomas BERTRAND (sevrahk)
Expand Down
4 changes: 2 additions & 2 deletions 4 src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;

const VERSION = '3.1.10-DEV';
const VERSION = '3.1.10';
const VERSION_ID = 30110;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 1;
const RELEASE_VERSION = 10;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

const END_OF_MAINTENANCE = '01/2017';
const END_OF_LIFE = '07/2017';
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.