We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911135f commit de9d630Copy full SHA for de9d630
hooks/create.php
@@ -45,6 +45,7 @@
45
$data['ref'],
46
$version,
47
'phpMyAdmin release ' . $version . "\n\n" .
48
+ '* [Download](https://www.phpmyadmin.net/files/' . $version . '/)' . "\n" .
49
'* [Release notes](https://www.phpmyadmin.net/files/' . $version . '/)' . "\n" .
50
'* [Fixed issues](https://github.com/phpmyadmin/phpmyadmin/issues?q=is%3Aclosed+is%3Aissue+milestone%3A' . $major_version . ")\n"
51
);
0 commit comments