Merge pull request #4562 from coollabsio/next

v4.0.0-beta.379
This commit is contained in:
Andras Bacsai 2024-12-13 12:37:39 +01:00 committed by GitHub
commit aae54e8847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -45,6 +45,10 @@ private function updateOauthSettings(?string $provider = null)
}
$oauth->save();
$this->dispatch('success', 'OAuth settings for '.$oauth->provider.' updated successfully!');
} else {
foreach (array_values($this->oauth_settings_map) as &$setting) {
$setting->save();
}
}
}

View file

@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.378',
'version' => '4.0.0-beta.379',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),

View file

@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.378"
"version": "4.0.0-beta.379"
},
"nightly": {
"version": "4.0.0-beta.379"
"version": "4.0.0-beta.380"
},
"helper": {
"version": "1.0.4"