mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Merge branch 'release/v6.0.29'
This commit is contained in:
@@ -86,7 +86,7 @@ class BillTransformer extends AbstractTransformer
|
|||||||
foreach ($payDates as $string) {
|
foreach ($payDates as $string) {
|
||||||
$payDatesFormatted[] = Carbon::createFromFormat('!Y-m-d', $string, config('app.timezone'))->toAtomString();
|
$payDatesFormatted[] = Carbon::createFromFormat('!Y-m-d', $string, config('app.timezone'))->toAtomString();
|
||||||
}
|
}
|
||||||
$nextExpectedMatch = null;
|
$nextExpectedMatch = '';
|
||||||
if (null !== ($payDates[0] ?? null)) {
|
if (null !== ($payDates[0] ?? null)) {
|
||||||
$nextExpectedMatch = Carbon::createFromFormat('!Y-m-d', $payDates[0], config('app.timezone'))->toAtomString();
|
$nextExpectedMatch = Carbon::createFromFormat('!Y-m-d', $payDates[0], config('app.timezone'))->toAtomString();
|
||||||
}
|
}
|
||||||
|
@@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 6.0.29 - 2023-10-29
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Null pointer in bill overview
|
||||||
|
|
||||||
## 6.0.28 - 2023-10-29
|
## 6.0.28 - 2023-10-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -112,7 +112,7 @@ return [
|
|||||||
'handle_debts' => true,
|
'handle_debts' => true,
|
||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => '6.0.28',
|
'version' => '6.0.29',
|
||||||
'api_version' => '2.0.11',
|
'api_version' => '2.0.11',
|
||||||
'db_version' => 21,
|
'db_version' => 21,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user