From 71807b67fcc5748b32a5dee06c008e49391ce2da Mon Sep 17 00:00:00 2001 From: JC5 Date: Fri, 15 Aug 2025 13:43:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'v6.3.0-beta.2'=20on=202025-08-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Repositories/ExchangeRate/ExchangeRateRepository.php | 3 ++- config/firefly.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Repositories/ExchangeRate/ExchangeRateRepository.php b/app/Repositories/ExchangeRate/ExchangeRateRepository.php index d2f8544a4a..1fecb036fd 100644 --- a/app/Repositories/ExchangeRate/ExchangeRateRepository.php +++ b/app/Repositories/ExchangeRate/ExchangeRateRepository.php @@ -118,6 +118,7 @@ class ExchangeRateRepository implements ExchangeRateRepositoryInterface, UserGro $this->userGroup->currencyExchangeRates() ->where('from_currency_id', $from->id) ->where('to_currency_id', $to->id) - ->delete(); + ->delete() + ; } } diff --git a/config/firefly.php b/config/firefly.php index c6f9d33788..998250e370 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2025-08-15', - 'build_time' => 1755257739, + 'version' => '6.3.0-beta.2', + 'build_time' => 1755258109, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,