Merge pull request #8469 from turbo124/v5-develop

v5.5.107
This commit is contained in:
David Bomba 2023-04-24 17:13:58 +10:00 committed by GitHub
commit b292a843e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
5.5.106
5.5.107

View File

@ -477,8 +477,11 @@ class CompanySettings extends BaseSettings
public $e_invoice_type = 'EN16931';
public $default_expense_payment_type_id = '0';
public static $casts = [
'e_invoice_type' => 'string',
'default_expense_payment_type_id' => 'string',
'e_invoice_type' => 'string',
'mailgun_endpoint' => 'string',
'client_initiated_payments' => 'bool',
'client_initiated_payments_minimum' => 'float',

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.5.106',
'app_tag' => '5.5.106',
'app_version' => '5.5.107',
'app_tag' => '5.5.107',
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),