Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit a716362e authored by Gary Allan's avatar Gary Allan
Browse files

Add link to GitHub releases

parent a9644e83
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ else {
//print result
if(VERSION_VISIBLE == $version) { $Result->show("success", _('Latest version').' ('. VERSION_VISIBLE .') '._('already installed').'!', false); }
else if (VERSION_VISIBLE > $version) { $Result->show("success", _('Development version').' ('. VERSION_VISIBLE .') '._('installed! Latest production version is').' '. $version, false);}
else { $Result->show("danger", _('New version of phpipam available').':</b><hr>'._('Installed version').': '.VERSION_VISIBLE."<br>"._('Available version').': '. $version."<br><br>"._('You can download new version').' <a href="https://sourceforge.net/projects/phpipam/files/current/phpipam-'. $version .'.tar/download">'._('here').'</a>.', false); }
else { $Result->show("danger", _('New version of phpipam available').':</b><hr>'._('Installed version').': '.VERSION_VISIBLE."<br>"._('Available version').': '. $version."<br><br>"._('You can download new version'). " <a href='https://github.com/phpipam/phpipam/releases/tag/v$version'>"._('GitHub').'</a>' . ' ( '._('archive').' <a href="https://sourceforge.net/projects/phpipam/files/current/phpipam-'. $version .'.tar/download">'._('SourceForge').'</a> ).', false); }
}
# release and commit logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment