We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f902f96 commit 12c0322Copy full SHA for 12c0322
app/Jobs/CheckSiteHealth.php
@@ -69,7 +69,7 @@ public function handle(): void
69
}
70
71
// Available version is not newer, exit
72
- if (version_compare($latestVersion, $this->site->cms_version, "<")) {
+ if (version_compare($latestVersion, $this->site->cms_version, "<=")) {
73
return;
74
75
0 commit comments