Improvements in Setup workflow

This commit is contained in:
= 2021-03-13 17:55:18 +11:00
parent 0bf8b9c9e5
commit 94b1e59535
3 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
5.1.22 5.1.23

View File

@ -288,7 +288,6 @@ trait DesignHelpers
if (!array_key_exists($field, $fields)) { if (!array_key_exists($field, $fields)) {
return ''; return '';
} }
nlog($this->client->company);
if (!property_exists($this->client->company->custom_fields, $field)) { if (!property_exists($this->client->company->custom_fields, $field)) {
return ''; return '';

View File

@ -13,7 +13,7 @@ return [
'require_https' => env('REQUIRE_HTTPS', true), 'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', ''), 'app_domain' => env('APP_DOMAIN', ''),
'app_version' => '5.1.22', 'app_version' => '5.1.23',
'minimum_client_version' => '5.0.16', 'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1', 'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false), 'api_secret' => env('API_SECRET', false),