Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
c5706e95b7 Merge pull request #12048 from firefly-iii/release-1774809887
🤖 Automatically merge the PR into the develop branch.
2026-03-29 20:44:53 +02:00
JC5
fdabb2c994 🤖 Auto commit for release 'develop' on 2026-03-29 2026-03-29 20:44:47 +02:00
James Cole
615fa733e6 Add extra debug. 2026-03-29 20:39:23 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ class ProcessesUpdatedTransactionGroup
{
Log::debug(sprintf('Now handling event %s', get_class($event)));
$effect = $this->unifyAccounts($event);
Log::debug(sprintf('Effect of unifyAccounts = %d', $effect));
Log::debug(sprintf('Transaction journal count is %d', $event->objects->transactionJournals->count()));
if (!$event->flags->applyRules) {
Log::debug(sprintf('Will NOT process rules for %d journal(s)', $event->objects->transactionJournals->count()));

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2026-03-29',
'build_time' => 1774808978,
'build_time' => 1774809697,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used.