Merge pull request #10759 from firefly-iii/release-1755258209

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-08-15 13:43:35 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -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()
;
}
}

View File

@@ -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,