File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function($t) {
82
82
<em><?php echo $ eolPeriod ?> </em>
83
83
</td>
84
84
<td>
85
- <a href="/releases/# <?php echo htmlspecialchars ($ detail ['version ' ]); ?> ">
85
+ <a href="<?php echo htmlspecialchars ($ detail ['link ' ]); ?> ">
86
86
<?php echo htmlspecialchars ($ detail ['version ' ]); ?>
87
87
</a>
88
88
</td>
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ function get_eol_branches($always_include = null) {
22
22
if (!isset ($ branches [$ major ][$ branch ]) || version_compare ($ version , $ branches [$ major ][$ branch ]['version ' ], 'gt ' )) {
23
23
$ branches [$ major ][$ branch ] = array (
24
24
'date ' => strtotime ($ release ['date ' ]),
25
+ 'link ' => "/releases# $ version " ,
25
26
'version ' => $ version ,
26
27
);
27
28
}
@@ -52,6 +53,7 @@ function get_eol_branches($always_include = null) {
52
53
if ($ branch = version_number_to_branch ($ version )) {
53
54
$ branches [$ major ][$ branch ] = array (
54
55
'date ' => strtotime ($ release ['source ' ][0 ]['date ' ]),
56
+ 'link ' => "/downloads#v $ version " ,
55
57
'version ' => $ version ,
56
58
);
57
59
}
You can’t perform that action at this time.
0 commit comments