🤖 Auto commit for release 'v6.3.0-beta.2' on 2025-08-15

This commit is contained in:
JC5
2025-08-15 13:43:29 +02:00
parent ab61d0ce21
commit 71807b67fc
2 changed files with 4 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ class ExchangeRateRepository implements ExchangeRateRepositoryInterface, UserGro
$this->userGroup->currencyExchangeRates() $this->userGroup->currencyExchangeRates()
->where('from_currency_id', $from->id) ->where('from_currency_id', $from->id)
->where('to_currency_id', $to->id) ->where('to_currency_id', $to->id)
->delete(); ->delete()
;
} }
} }

View File

@@ -78,8 +78,8 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false), 'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2025-08-15', 'version' => '6.3.0-beta.2',
'build_time' => 1755257739, 'build_time' => 1755258109,
'api_version' => '2.1.0', // field is no longer used. 'api_version' => '2.1.0', // field is no longer used.
'db_version' => 26, 'db_version' => 26,