mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 14:58:40 +00:00
🤖 Auto commit for release 'develop' on 2025-08-10
This commit is contained in:
@@ -121,7 +121,7 @@ class ShowController extends Controller
|
|||||||
// go back max 3 years.
|
// go back max 3 years.
|
||||||
$threeYearsAgo = clone $start;
|
$threeYearsAgo = clone $start;
|
||||||
$threeYearsAgo->startOfYear()->subYears(3);
|
$threeYearsAgo->startOfYear()->subYears(3);
|
||||||
if($firstTransaction->lt($threeYearsAgo)) {
|
if ($firstTransaction->lt($threeYearsAgo)) {
|
||||||
$firstTransaction = clone $threeYearsAgo;
|
$firstTransaction = clone $threeYearsAgo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -345,7 +345,7 @@ class SubscriptionEnrichment implements EnrichmentInterface
|
|||||||
|
|
||||||
private function getLastPaidDate(array $paidData): ?Carbon
|
private function getLastPaidDate(array $paidData): ?Carbon
|
||||||
{
|
{
|
||||||
//Log::debug('getLastPaidDate()');
|
// Log::debug('getLastPaidDate()');
|
||||||
$return = null;
|
$return = null;
|
||||||
foreach ($paidData as $entry) {
|
foreach ($paidData as $entry) {
|
||||||
if (null !== $return) {
|
if (null !== $return) {
|
||||||
|
@@ -79,7 +79,7 @@ return [
|
|||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => 'develop/2025-08-10',
|
'version' => 'develop/2025-08-10',
|
||||||
'build_time' => 1754802049,
|
'build_time' => 1754804023,
|
||||||
'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,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user