1
0
mirror of https://github.com/php/web-php.git synced 2026-03-27 16:52:12 +01:00
Commit Graph

2209 Commits

Author SHA1 Message Date
Anatol Belski
bbfa09df3f 7.0.16RC1 info 2017-02-02 14:34:44 +01:00
Christoph M. Becker
f6367dda00 Fix #74025: Release Date seems wrong(19 Dec 2017)
PHP 5.6.30 has been released on Jan, 19th, 2017.
2017-02-01 10:53:57 +01:00
Adam Harvey
9840594811 Tweak the 5.6 EOL date to match the 5.6.30 release. 2017-01-20 10:36:29 +11:00
Ferenc Kovacs
281d56c5ed 5.6.30 2017-01-19 22:33:50 +01:00
Anatol Belski
d497926a9a fix typo 2017-01-19 12:18:12 +01:00
Anatol Belski
122a4254ea 7.0.15 announce 2017-01-19 12:15:10 +01:00
Joe Watkins
6ba466c912 release 7.1.1 2017-01-19 09:58:04 +00:00
Anatol Belski
58b50d8ec0 fix overwritten array key 2017-01-18 14:21:31 +01:00
Joe Watkins
0453ba03e2 add my gpg key for downloads 2017-01-18 05:04:31 +00:00
Joe Watkins
63bb3e7767 update version info for 7.1.1RC1 2017-01-09 16:03:26 +00:00
Anatol Belski
59a7d898e3 set 7.0.15RC1 info 2017-01-06 09:51:43 +01:00
Ferenc Kovacs
4c9ea83329 5.6.30RC1 2017-01-06 09:45:05 +01:00
Levi Morrison
8014ec80a8 Use SVG logo; fix morrisonlevi/web-php#12 2016-12-28 14:17:21 -05:00
Levi Morrison
0592218368 dos2unix 2016-12-28 11:17:36 -07:00
Ferenc Kovacs
1b67a99fda 5.6.29 2016-12-09 04:19:51 +01:00
Anatol Belski
1df6227c4f 7.0.14 announce 2016-12-08 11:58:58 +01:00
Davey Shafik
f46910caa3 Update for PHP 7.1.0 2016-12-01 18:37:21 -08:00
Ferenc Kovacs
2b31346ac0 5.6.29RC1 2016-11-25 00:59:50 +01:00
Anatol Belski
cc6029134e 7.0.14RC1 info 2016-11-24 10:41:10 +01:00
Ferenc Kovacs
abe44fe44b announce 5.6.28 2016-11-10 20:48:16 +01:00
Anatol Belski
8d2949a340 7.0.13 announce 2016-11-10 11:51:13 +01:00
Ferenc Kovacs
10b3cdfaaa 5.6.28RC1 2016-10-28 21:24:09 +02:00
Anatol Belski
3947ecc672 add 7.0.13RC1 info 2016-10-27 10:45:10 +02:00
Christoph M. Becker
a7685b0fab Fix broken asset paths on Windows
We're hard coding the DIRECTORY_SEPARATOR to be able to run web-php on
Windows.
2016-10-19 11:34:55 +02:00
Ferenc Kovacs
3c963a2205 add 5.6.27 release announcement 2016-10-14 23:32:46 +02:00
Anatol Belski
1a63327480 fix typo 2016-10-13 22:19:32 +02:00
Anatol Belski
0232389f33 7.0.12 announcement 2016-10-13 21:54:28 +02:00
Ferenc Kovacs
53c6b2d5e6 5.6.27RC1 2016-09-30 02:23:51 +02:00
Anatol Belski
8f775f0cb3 add 7.0.12RC1 info 2016-09-29 11:47:53 +02:00
Ferenc Kovacs
bb43f818c7 announce 5.6.26 2016-09-16 08:41:17 +02:00
Anatol Belski
9d8f9df1e4 7.0.11 announce 2016-09-15 11:56:06 +02:00
Ferenc Kovacs
98660d0163 5.6.26RC1 2016-09-02 18:48:04 +02:00
Anatol Belski
26880064f5 7.0.11RC1 info 2016-09-01 10:58:43 +02:00
kovacs.ferenc
ca55104ae2 announce 5.6.25 2016-08-19 01:47:33 +02:00
Anatol Belski
4b21542f06 7.0.10 announce 2016-08-18 22:54:51 +02:00
Rasmus Lerdorf
252be3c2f0 Avoid wrnings in case we can't get the active branches for some reason 2016-08-04 20:52:37 -07:00
Anatol Belski
772fa9b691 add 7.0.10RC1 info 2016-08-04 18:26:26 +02:00
Adam Harvey
445ecce8db 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!
2016-07-22 12:40:30 -07:00
Ferenc Kovacs
935c5b8436 5.6.24 2016-07-21 21:52:23 +02:00
Julien Pauli
3e42d816a8 5.5.38 release 2016-07-21 18:11:09 +02:00
Anatol Belski
b62019cbbc 7.0.9 announce 2016-07-21 12:16:22 +02:00
Adam Harvey
695ec0732d Remove the "eol" hackery that I added a couple of years ago.
For "modern" PHP branches (5.3 onwards), we'll base whether they're considered
active purely off the support dates for the branch. To ensure that we don't
immediately remove the download links for EOL branches from the front page,
we'll still consider them "active" for those purposes for 28 days after the
final release.

Basically, rather than having two sources of truth for whether a branch is EOL
or not (the flag and the support dates in branches.inc), we now have one (the
support dates). This should be an improvement.
2016-07-20 19:20:58 -07:00
Adam Harvey
f02b126d48 Bump 5.5's EOL date to reflect tomorrow's release. 2016-07-20 17:52:50 -07:00
Ferenc Kovacs
4b3f069f4d 5.6.24RC1 2016-07-07 23:40:31 +02:00
Anatol Belski
b6cd398cc5 7.0.9RC1 info 2016-07-07 10:54:18 +02:00
Julien Pauli
6828d86a2b 5.5.37 2016-06-23 20:16:31 +02:00
Julien Pauli
2d32408321 5.6.23 2016-06-23 19:43:24 +02:00
Anatol Belski
00053c9d9a 7.0.8 announce 2016-06-23 11:57:42 +02:00
Ferenc Kovacs
5187a1d1ed 5.6.23RC1 2016-06-10 02:16:46 +02:00
Anatol Belski
a268911ada 7.0.8RC1 info 2016-06-09 08:24:57 +02:00