Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
57617b750f Merge pull request #11045 from firefly-iii/release-1760116335
🤖 Automatically merge the PR into the develop branch.
2025-10-10 19:12:23 +02:00
JC5
f6411fdc5a 🤖 Auto commit for release 'develop' on 2025-10-10 2025-10-10 19:12:15 +02:00
James Cole
02e24fc919 Whoops. 2025-10-10 19:07:28 +02:00
2 changed files with 10 additions and 8 deletions

View File

@@ -129,7 +129,9 @@ class ShowController extends Controller
$this->repository->resetAccountOrder(); $this->repository->resetAccountOrder();
$account->refresh(); $account->refresh();
$manager = $this->getManager(); $manager = $this->getManager();
[$start, $end, $date] = $request->attributes->all(); ['start' => $start,
'end' => $end,
'date' => $date,] = $request->attributes->all();
// enrich // enrich
/** @var User $admin */ /** @var User $admin */

View File

@@ -79,7 +79,7 @@ return [
// see cer.php for exchange rates feature flag. // see cer.php for exchange rates feature flag.
], ],
'version' => 'develop/2025-10-10', 'version' => 'develop/2025-10-10',
'build_time' => 1760115185, 'build_time' => 1760116211,
'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.