Merge pull request #9751 from turbo124/v5-develop

v5.10.7
This commit is contained in:
David Bomba 2024-07-10 16:38:53 +10:00 committed by GitHub
commit 8e75e0d2ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
5.10.6
5.10.7

View File

@ -211,7 +211,7 @@ class CompanyTransformer extends EntityTransformer
'smtp_password' => $company->smtp_password ? '********' : '',
'smtp_local_domain' => (string)$company->smtp_local_domain ?? '',
'smtp_verify_peer' => (bool)$company->smtp_verify_peer,
'e_invoice' => $company->e_invoice ?: new \stdClass(),
// 'e_invoice' => $company->e_invoice ?: new \stdClass(),
];
}

View File

@ -17,8 +17,8 @@ return [
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION', '5.10.6'),
'app_tag' => env('APP_TAG', '5.10.6'),
'app_version' => env('APP_VERSION', '5.10.7'),
'app_tag' => env('APP_TAG', '5.10.7'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),