mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 07:10:48 +00:00
Merge pull request #10996 from firefly-iii/release-1759466816
🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
@@ -6,7 +6,6 @@ Please find below all the people who contributed to the Firefly III code. Their
|
|||||||
## 2025
|
## 2025
|
||||||
- Nicky De Maeyer
|
- Nicky De Maeyer
|
||||||
- Denis Iskandarov
|
- Denis Iskandarov
|
||||||
- =
|
|
||||||
- Lompi
|
- Lompi
|
||||||
- Jose Diaz-Gonzalez
|
- Jose Diaz-Gonzalez
|
||||||
- SoftBrix
|
- SoftBrix
|
||||||
|
@@ -68,8 +68,8 @@ class UpdatedGroupEventHandler
|
|||||||
|
|
||||||
/** @var TransactionJournal $journal */
|
/** @var TransactionJournal $journal */
|
||||||
foreach ($event->transactionGroup->transactionJournals as $journal) {
|
foreach ($event->transactionGroup->transactionJournals as $journal) {
|
||||||
$source = $journal->transactions()->where('amount', '<', '0')->first();
|
$source = $journal->transactions()->where('amount', '<', '0')->first();
|
||||||
$dest = $journal->transactions()->where('amount', '>', '0')->first();
|
$dest = $journal->transactions()->where('amount', '>', '0')->first();
|
||||||
$repository->deleteStatisticsForModel($source->account, $journal->date);
|
$repository->deleteStatisticsForModel($source->account, $journal->date);
|
||||||
$repository->deleteStatisticsForModel($dest->account, $journal->date);
|
$repository->deleteStatisticsForModel($dest->account, $journal->date);
|
||||||
|
|
||||||
|
14
composer.lock
generated
14
composer.lock
generated
@@ -11815,16 +11815,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "12.3.15",
|
"version": "12.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "b035ee2cd8ecad4091885b61017ebb1d80eb0e57"
|
"reference": "f62aab5794e36ccd26860db2d1bbf89ac19028d9"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b035ee2cd8ecad4091885b61017ebb1d80eb0e57",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f62aab5794e36ccd26860db2d1bbf89ac19028d9",
|
||||||
"reference": "b035ee2cd8ecad4091885b61017ebb1d80eb0e57",
|
"reference": "f62aab5794e36ccd26860db2d1bbf89ac19028d9",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -11860,7 +11860,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "12.3-dev"
|
"dev-main": "12.4-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -11892,7 +11892,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.15"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -11916,7 +11916,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-09-28T12:10:54+00:00"
|
"time": "2025-10-03T04:28:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rector/rector",
|
"name": "rector/rector",
|
||||||
|
@@ -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-03',
|
'version' => 'develop/2025-10-03',
|
||||||
'build_time' => 1759464146,
|
'build_time' => 1759466687,
|
||||||
'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