Merge pull request #5977 from turbo124/v5-develop

v5.1.73
This commit is contained in:
David Bomba 2021-06-09 15:32:17 +10:00 committed by GitHub
commit 1f3d4f0a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 9 deletions

View File

@ -1 +1 @@
5.1.72
5.1.73

View File

@ -135,10 +135,8 @@ class CheckDb extends Command
$diff = $count_db_1 - $count_db_2;
$this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}");
if($diff != 0)
$this->logMessage("{$entity} out of sync!!!!!");
$this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}");
}
@ -152,10 +150,8 @@ class CheckDb extends Command
$diff = $count_db_1 - $count_db_2;
$this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}");
if($diff != 0)
$this->logMessage("{$entity} out of sync!!!!!");
$this->logMessage("{$entity} DB1: {$count_db_1} - DB2: {$count_db_2} - diff = {$diff}");
}
}

View File

@ -14,8 +14,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => '5.1.72',
'app_tag' => '5.1.72-release',
'app_version' => '5.1.73',
'app_tag' => '5.1.73-release',
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),