mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:45:55 +00:00
implement new version checking (3)
This commit is contained in:
@@ -2386,7 +2386,7 @@
|
||||
|
||||
$release_url = $last_item["link"];
|
||||
|
||||
if ($cur_version == $last_version) {
|
||||
if ($cur_version != $last_version) {
|
||||
return "<div class=\"notice\"><a target=\"_new\" href=\"$release_url\">
|
||||
New version of Tiny-Tiny RSS ($last_version) is available.</a></div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user