v1.7 beta.3

This commit is contained in:
carodej
2020-07-16 16:51:27 +02:00
parent abe7f0dafd
commit 59b6dfb841
11 changed files with 187 additions and 45 deletions

View File

@@ -64,10 +64,10 @@ class AppFunctionsController extends Controller
}
// Get settings
$setup_wizard_success = Setting::where('name', 'setup_wizard_success')->first();
$upgraded = Setting::where('name', 'latest_upgrade')->first();
// Get connection string
if (! $setup_wizard_success) {
if ($upgraded && $upgraded->value !== '1.7') {
$connection = 'quiet-update';
} else {
$connection = $this->get_setup_status();