Merge pull request #11291 from firefly-iii/release-1764180754

🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
github-actions[bot]
2025-11-26 19:12:42 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ class Navigation
$currentEnd = clone $end;
// Log::debug(sprintf('Now in endOfPeriod("%s", "%s").', $currentEnd->toIso8601String(), $repeatFreq));
if('MTD' === $repeatFreq && $end->isFuture()) {
if ('MTD' === $repeatFreq && $end->isFuture()) {
// fall back to a monthly schedule if the requested period is MTD.
Log::debug('endOfPeriod() requests "MTD", set it to "1M" instead.');
$repeatFreq = '1M';

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2025-11-26',
'build_time' => 1764178914,
'build_time' => 1764180641,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used.