Skip to content

Commit

Permalink
Add an override for 5.4 on the EOL page for now.
Browse files Browse the repository at this point in the history
We can revert this once 5.4 has been moved to $OLDRELEASES, which will take
place once Stas confirms that there won't be an additional release, since the
door was left open in the 5.4.45 announcement.
  • Loading branch information
LawnGnome committed Sep 15, 2015
1 parent 0c6fa09 commit 751d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eol.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</tr>
</thead>
<tbody>
<?php foreach (get_eol_branches() as $major => $branches): ?>
<?php foreach (get_eol_branches(array('5.4.45')) as $major => $branches): ?>
<?php foreach ($branches as $branch => $detail): ?>
<?php $eolPeriod = format_interval('@'.$detail['date'], null) ?>
<tr>
Expand Down

1 comment on commit 751d067

@Sobak
Copy link
Contributor

@Sobak Sobak commented on 751d067 Oct 2, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LawnGnome: is the decision already known? Can we treat 5.4 branch as actually EOL'd, move it to $OLDRELEASES and clean up places like bugs.php.net shortcuts?

Please sign in to comment.