From 94b1e5953537a8981a5f8e3f3534cc2ba4748165 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 13 Mar 2021 17:55:18 +1100 Subject: [PATCH] Improvements in Setup workflow --- VERSION.txt | 2 +- app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php | 1 - config/ninja.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index e1661601966a..888d58e98aa3 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.1.22 \ No newline at end of file +5.1.23 \ No newline at end of file diff --git a/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php b/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php index 1f087acdd472..c27e68fc3130 100644 --- a/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php +++ b/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php @@ -288,7 +288,6 @@ trait DesignHelpers if (!array_key_exists($field, $fields)) { return ''; } -nlog($this->client->company); if (!property_exists($this->client->company->custom_fields, $field)) { return ''; diff --git a/config/ninja.php b/config/ninja.php index ddf9f4b91edd..47eb9795f150 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -13,7 +13,7 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', ''), - 'app_version' => '5.1.22', + 'app_version' => '5.1.23', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),