From c065d1c85d3d58e4699fb9dcb61e50106b04d100 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 1 Feb 2024 19:45:45 +1100 Subject: [PATCH] v5.8.21 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- resources/views/email/template/plain.blade.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index fe4e95430601..0fe15a58a412 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.8.20 \ No newline at end of file +5.8.21 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index bb996122096e..a88e422fcaf3 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.20'), - 'app_tag' => env('APP_TAG', '5.8.20'), + 'app_version' => env('APP_VERSION', '5.8.21'), + 'app_tag' => env('APP_TAG', '5.8.21'), 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false), diff --git a/resources/views/email/template/plain.blade.php b/resources/views/email/template/plain.blade.php index 3d87e093eb6e..c66249b20235 100644 --- a/resources/views/email/template/plain.blade.php +++ b/resources/views/email/template/plain.blade.php @@ -46,5 +46,5 @@ @endisset @isset($email_preferences) -

{{ ctrans('texts.unsubscribe') }}

+

{{ ctrans('texts.unsubscribe') }}

@endisset \ No newline at end of file