From 05829451b3bd25881dcaa8f1050f0b854ae6a1d0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 17 Mar 2023 09:48:21 +1100 Subject: [PATCH] v5.5.94 --- VERSION.txt | 2 +- app/Http/ViewComposers/PortalComposer.php | 2 -- config/ninja.php | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 0467d2fb7a5b..b150ab7535f7 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.5.93 \ No newline at end of file +5.5.94 \ No newline at end of file diff --git a/app/Http/ViewComposers/PortalComposer.php b/app/Http/ViewComposers/PortalComposer.php index 9f4b6a3c609f..747cc9572adb 100644 --- a/app/Http/ViewComposers/PortalComposer.php +++ b/app/Http/ViewComposers/PortalComposer.php @@ -138,12 +138,10 @@ class PortalComposer $data[] = ['title' => ctrans('texts.subscriptions'), 'url' => 'client.subscriptions.index', 'icon' => 'calendar']; } - if(property_exists($this->settings, 'client_initiated_payments') && $this->settings->client_initiated_payments) { $data[] = ['title' => ctrans('texts.pre_payment'), 'url' => 'client.pre_payments.index', 'icon' => 'dollar-sign']; } - return $data; } } diff --git a/config/ninja.php b/config/ninja.php index 234559067aa9..e847e0c1d386 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -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.93', - 'app_tag' => '5.5.93', + 'app_version' => '5.5.94', + 'app_tag' => '5.5.94', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),