Link to release notes without release version, because we only use the release for re-packaging

This commit is contained in:
Jamie Cameron
2022-08-02 02:48:50 -07:00
parent 1b932d8706
commit effc1ec35f

View File

@@ -1279,7 +1279,7 @@ if (&foreign_available($module_name) && !$gconfig{'nowebminup'} && !$noupdates &
&ui_hidden("mode", $mode).
&text('notif_upgrade', $config{'last_version_full'}, $full).
" ".&ui_link("https://github.com/webmin/webmin/releases/tag/".
"$config{'last_version_full'}",
"$config{'last_version_number'}",
$text{'os_release_notes'}, undef,
'target="_blank" data-link-external="after"').".<p>\n".
&ui_form_end([ [ undef, $text{'notif_upgradeok'} ] ]));