Skip to content

Commit

Permalink
Add link to GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryAllan committed Feb 8, 2021
1 parent a0fc0e5 commit 968a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/version-check/index.php
Expand Up @@ -14,7 +14,7 @@
//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
Expand Down

0 comments on commit 968a4d2

Please sign in to comment.