mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-30 10:01:51 +00:00
🤖 Auto commit for release 'develop' on 2025-11-26
This commit is contained in:
@@ -208,7 +208,7 @@ class Navigation
|
|||||||
$currentEnd = clone $end;
|
$currentEnd = clone $end;
|
||||||
|
|
||||||
// Log::debug(sprintf('Now in endOfPeriod("%s", "%s").', $currentEnd->toIso8601String(), $repeatFreq));
|
// 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.
|
// fall back to a monthly schedule if the requested period is MTD.
|
||||||
Log::debug('endOfPeriod() requests "MTD", set it to "1M" instead.');
|
Log::debug('endOfPeriod() requests "MTD", set it to "1M" instead.');
|
||||||
$repeatFreq = '1M';
|
$repeatFreq = '1M';
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ return [
|
|||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => 'develop/2025-11-26',
|
'version' => 'develop/2025-11-26',
|
||||||
'build_time' => 1764178914,
|
'build_time' => 1764180641,
|
||||||
'api_version' => '2.1.0', // field is no longer used.
|
'api_version' => '2.1.0', // field is no longer used.
|
||||||
'db_version' => 28, // field is no longer used.
|
'db_version' => 28, // field is no longer used.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user