Skip to content

Commit de9d630

Browse files
committed
Add download link to releases
See phpmyadmin/phpmyadmin#12796 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 911135f commit de9d630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/create.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
$data['ref'],
4646
$version,
4747
'phpMyAdmin release ' . $version . "\n\n" .
48+
'* [Download](https://www.phpmyadmin.net/files/' . $version . '/)' . "\n" .
4849
'* [Release notes](https://www.phpmyadmin.net/files/' . $version . '/)' . "\n" .
4950
'* [Fixed issues](https://github.com/phpmyadmin/phpmyadmin/issues?q=is%3Aclosed+is%3Aissue+milestone%3A' . $major_version . ")\n"
5051
);

0 commit comments

Comments
 (0)