Skip to content

Commit 33d5508

Browse files
committed
Link the supported versions page from some appropriate places.
1 parent 359f4a3 commit 33d5508

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

downloads.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
);
5656

5757
$SIDEBAR_DATA = '
58+
<div class="panel">
59+
<a href="/supported-versions.php">Supported Versions</a>
60+
<div class="body">
61+
Check the <a href="/supported-versions.php">supported versions</a> page for
62+
more information on the support lifetime of each version of PHP.
63+
</div>
64+
</div>
65+
5866
<p class="panel"><a href="download-docs.php">Documentation download</a></p>
5967
<p class="panel"><a href="download-logos.php">PHP logos</a></p>
6068

eol.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
<p>
2424
This page lists the end of life date for each unsupported branch of PHP. If
2525
you are using these releases, you are strongly urged to upgrade to
26-
<a href="/downloads">a current version</a>, as using older versions may
27-
expose you to security vulnerabilities and bugs that have been fixed in
26+
<a href="/supported-versions">a current version</a>, as using older versions
27+
may expose you to security vulnerabilities and bugs that have been fixed in
2828
more recent versions of PHP.
2929
</p>
3030

releases/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
$eol = implode('', array_slice($eol, 0, 2));
7373

7474
$SIDEBAR_DATA = '
75+
<div class="panel">
76+
<a class="headline" href="/supported-versions.php">Supported Versions</a>
77+
<div class="body">
78+
Check the <a href="/supported-versions.php">supported versions</a> page for
79+
more information on the support lifetime of each version of PHP.
80+
</div>
81+
</div>
7582
7683
<div class="panel">
7784
<a class="headline" href="/eol.php">End of Life Dates</a>

0 commit comments

Comments
 (0)