Merge pull request #10903 from firefly-iii/release-1757781134

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-09-13 18:32:20 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ class TagController extends Controller
$startPeriod = $this->repository->firstUseDate($tag); $startPeriod = $this->repository->firstUseDate($tag);
$startPeriod ??= today(config('app.timezone')); $startPeriod ??= today(config('app.timezone'));
$endPeriod = clone $end; $endPeriod = clone $end;
$periods = $this->getTagPeriodOverview($tag, $startPeriod, $endPeriod); $periods = $this->getTagPeriodOverview($tag, $startPeriod, $endPeriod);
$path = route('tags.show', [$tag->id, $start->format('Y-m-d'), $end->format('Y-m-d')]); $path = route('tags.show', [$tag->id, $start->format('Y-m-d'), $end->format('Y-m-d')]);

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => '6.4.0', 'version' => '6.4.0',
'build_time' => 1757780708, 'build_time' => 1757781026,
'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,