fix: version should come from constants + fix stripe webhook error reporting
This commit is contained in:
@@ -31,7 +31,7 @@ class UpdateCoolify
|
||||
}
|
||||
CleanupDocker::dispatch($this->server);
|
||||
$this->latestVersion = get_latest_version_of_coolify();
|
||||
$this->currentVersion = config('version');
|
||||
$this->currentVersion = config('constants.coolify.version');
|
||||
if (! $manual_update) {
|
||||
if (! $settings->is_auto_update_enabled) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user