#
7ec8d43c |
| 10-May-2024 |
Maciej Sobaczewski |
Fix typo on supported-versions.php (#990)
|
#
94f19598 |
| 09-May-2024 |
Derick Rethans |
Update text to reflect 2+2 policy
|
#
2b708363 |
| 06-Dec-2023 |
Andreas Möller |
Fix: Do not pass null to function that expects DateTime or string (#869)
|
#
d9bcfed4 |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `array_syntax` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659.
|
#
f3585d9b |
| 11-Jul-2022 |
Andreas Möller |
Enhancement: Enable `indentation_type` fixer Closes GH-622.
|
#
2735e5f0 |
| 31-May-2019 |
Sara Golemon |
Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__ 1/n - Update / and /include/ only.
|
#
4b298151 |
| 01-Jan-2019 |
Sara Golemon |
Remove PHP 5.6 support note as it is no longer supported.
|
#
445ecce8 |
| 22-Jul-2016 |
Adam Harvey |
Don't show recently EOLed branches in the supported versions table. Changed the behaviour of get_active_branches() so that callers can choose whether to get recently EOLed branches or no
Don't show recently EOLed branches in the supported versions table. Changed the behaviour of get_active_branches() so that callers can choose whether to get recently EOLed branches or not. (This is basically for the supported versions page; the other callers -- namely the front page download links and bug tracker backend -- likely still want the previous behaviour.) After all, it's a little weird listing 5.5 as a supported version in the table when we just made a big deal of EOLing it!
show more ...
|
#
add7f282 |
| 13-Jan-2016 |
Adam Harvey |
Add a quick note about why 5.6 support is now longer.
|
#
111cffbd |
| 29-Oct-2014 |
Adam Harvey |
Make the supported versions table a little more mobile friendly.
|
#
359f4a37 |
| 28-Oct-2014 |
Adam Harvey |
Colour code the branches on the supported version SVG.
|
#
f1a3ca46 |
| 27-Oct-2014 |
Adam Harvey |
Add a draft supported versions page, as suggested on Internals.
|