diff --git a/functions.php b/functions.php index a80c5bda3..25b7dff76 100644 --- a/functions.php +++ b/functions.php @@ -2570,17 +2570,16 @@ return; } - $last_item = $items[0]; + $latest_item = $items[0]; - $last_version = trim(preg_replace("/(Milestone)|(completed)/", "", $last_item["title"])); - $cur_version = preg_replace("/\.99/", "", VERSION); + $latest_version = trim(preg_replace("/(Milestone)|(completed)/", "", $latest_item["title"])); $release_url = sanitize_rss($last_item["link"]); $content = sanitize_rss($last_item["description"]); - if ($cur_version != $last_version) { + if (version_compare(VERSION, $latest_version) == -1) { return "