mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-04 11:43:02 +00:00
Meta files for new release
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
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/).
|
||||||
|
|
||||||
|
## v6.0.4 - 2023-03-13
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Issue 7214](https://github.com/firefly-iii/firefly-iii/issues/7214) Import issue blocking multi currency transactions
|
||||||
|
|
||||||
## v6.0.3 - 2023-03-13
|
## v6.0.3 - 2023-03-13
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@@ -107,7 +107,7 @@ return [
|
|||||||
'webhooks' => true,
|
'webhooks' => true,
|
||||||
'handle_debts' => true,
|
'handle_debts' => true,
|
||||||
],
|
],
|
||||||
'version' => '6.0.3',
|
'version' => '6.0.4',
|
||||||
'api_version' => '2.0.1',
|
'api_version' => '2.0.1',
|
||||||
'db_version' => 19,
|
'db_version' => 19,
|
||||||
|
|
||||||
|
@@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
|
|||||||
<q-footer class="bg-grey-8 text-white" bordered>
|
<q-footer class="bg-grey-8 text-white" bordered>
|
||||||
<q-toolbar>
|
<q-toolbar>
|
||||||
<div>
|
<div>
|
||||||
<small>Firefly III v v6.0.3 © James Cole, AGPL-3.0-or-later.</small>
|
<small>Firefly III v v6.0.4 © James Cole, AGPL-3.0-or-later.</small>
|
||||||
</div>
|
</div>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
</q-footer>
|
</q-footer>
|
||||||
|
@@ -648,10 +648,10 @@ return [
|
|||||||
'search_modifier_updated_at_after_day' => 'La transacción se actualizó por última vez en o después día del mes ":value"',
|
'search_modifier_updated_at_after_day' => 'La transacción se actualizó por última vez en o después día del mes ":value"',
|
||||||
'search_modifier_created_at_on_year' => 'La transacción fue creada en el año":value"',
|
'search_modifier_created_at_on_year' => 'La transacción fue creada en el año":value"',
|
||||||
'search_modifier_created_at_on_month' => 'La transacción fue creada en el mes ":value"',
|
'search_modifier_created_at_on_month' => 'La transacción fue creada en el mes ":value"',
|
||||||
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
|
'search_modifier_created_at_on_day' => 'La transacción fue creada en el día del mes ":value"',
|
||||||
'search_modifier_not_created_at_on_year' => 'La transacción no fue creada en el año ":value"',
|
'search_modifier_not_created_at_on_year' => 'La transacción no fue creada en el año ":value"',
|
||||||
'search_modifier_not_created_at_on_month' => 'La transacción no fue creada en el mes ":value"',
|
'search_modifier_not_created_at_on_month' => 'La transacción no fue creada en el mes ":value"',
|
||||||
'search_modifier_not_created_at_on_day' => 'Transaction was not created on day of month ":value"',
|
'search_modifier_not_created_at_on_day' => 'La transacción no fue creada en el día del mes ":value"',
|
||||||
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
|
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
|
||||||
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
|
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
|
||||||
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
|
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
|
||||||
|
@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
|
|||||||
#sonar.sourceEncoding=UTF-8
|
#sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
|
||||||
sonar.projectVersion=6.0.3
|
sonar.projectVersion=6.0.4
|
||||||
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
Reference in New Issue
Block a user