From 85aadbbfec9340ba56d6cce4fdf520a543975e54 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 15 May 2024 09:30:18 +1000 Subject: [PATCH] v5.8.56 --- VERSION.txt | 2 +- app/Jobs/Company/CompanyImport.php | 1 - config/ninja.php | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index e774ed209dba..0e6854f58efa 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.8.55 \ No newline at end of file +5.8.56 \ No newline at end of file diff --git a/app/Jobs/Company/CompanyImport.php b/app/Jobs/Company/CompanyImport.php index ca36cecf5911..eb288bcf31f0 100644 --- a/app/Jobs/Company/CompanyImport.php +++ b/app/Jobs/Company/CompanyImport.php @@ -492,7 +492,6 @@ class CompanyImport implements ShouldQueue $settings->{$protected_var} = str_replace("script", "", $settings->{$protected_var}); } - // $this->company->settings = $co->settings; $this->company->saveSettings($settings, $this->company); $this->company->save(); diff --git a/config/ninja.php b/config/ninja.php index 5e2a012c5796..94445f5394ed 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -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.8.55'), - 'app_tag' => env('APP_TAG', '5.8.55'), + 'app_version' => env('APP_VERSION', '5.8.56'), + 'app_tag' => env('APP_TAG', '5.8.56'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),