mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Updated meta files for release.
This commit is contained in:
parent
9d826519e3
commit
ca235e2287
16
changelog.md
16
changelog.md
@ -6,22 +6,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Changed
|
||||
- [Issue 3885](https://github.com/firefly-iii/firefly-iii/issues/3885) You can create a user from CLI.
|
||||
- Various code changes and upgrades. See also [issue 3957](https://github.com/firefly-iii/firefly-iii/issues/3957)
|
||||
- Various code changes and upgrades. See [issue 3957](https://github.com/firefly-iii/firefly-iii/issues/3957)
|
||||
|
||||
### Fixed
|
||||
- [Issue 3871](https://github.com/firefly-iii/firefly-iii/issues/3871) Remove initial balance accounts from the auto-complete list.
|
||||
- [Issue 3898](https://github.com/firefly-iii/firefly-iii/issues/3898) It was impossible to rename a group.
|
||||
- [Issue 3900](https://github.com/firefly-iii/firefly-iii/issues/3900) Execution of inactive rules.
|
||||
- [Issue 3902](https://github.com/firefly-iii/firefly-iii/issues/3902) Rule values for target account id not accepted.
|
||||
- [Issue 3913](https://github.com/firefly-iii/firefly-iii/issues/3913) Extra space in currency name.
|
||||
- [Issue 3901](https://github.com/firefly-iii/firefly-iii/issues/3901) Rules not executed in correct order.
|
||||
- [Issue 3903](https://github.com/firefly-iii/firefly-iii/issues/3903) Executing rules manually would fail.
|
||||
- [Issue 3914](https://github.com/firefly-iii/firefly-iii/issues/3914) Bad paths.
|
||||
- [Issue 3902](https://github.com/firefly-iii/firefly-iii/issues/3902) Rule values for target account id not accepted.
|
||||
- [Issue 3903](https://github.com/firefly-iii/firefly-iii/issues/3903) Long search queries may break the query parser.
|
||||
- [Issue 3942](https://github.com/firefly-iii/firefly-iii/issues/3942) Bad data validation
|
||||
- [Issue 3871](https://github.com/firefly-iii/firefly-iii/issues/3871) Remove initial balance accounts from the auto-complete list.
|
||||
- [Issue 3909](https://github.com/firefly-iii/firefly-iii/issues/3909) Foreign amount button was hidden.
|
||||
- [Issue 3953](https://github.com/firefly-iii/firefly-iii/issues/3953) Renaming categories would not rename the recurring transactions' category.
|
||||
- [Issue 3913](https://github.com/firefly-iii/firefly-iii/issues/3913) Extra space in currency name.
|
||||
- [Issue 3914](https://github.com/firefly-iii/firefly-iii/issues/3914) Bad paths.
|
||||
- [Issue 3915](https://github.com/firefly-iii/firefly-iii/issues/3915) LDAP users could not use tokens.
|
||||
- [Issue 3940](https://github.com/firefly-iii/firefly-iii/issues/3940) Fix broken links
|
||||
- [Issue 3942](https://github.com/firefly-iii/firefly-iii/issues/3942) Bad data validation
|
||||
- [Issue 3953](https://github.com/firefly-iii/firefly-iii/issues/3953) Renaming categories would not rename the recurring transactions' category.
|
||||
- [Issue 3968](https://github.com/firefly-iii/firefly-iii/issues/3968) Remove group from bill was broken.
|
||||
- [Issue 3973](https://github.com/firefly-iii/firefly-iii/issues/3973) Remove attachment broken reference.
|
||||
- [Issue 3974](https://github.com/firefly-iii/firefly-iii/issues/3974) Remove account from preferences when set inactive.
|
||||
|
@ -95,7 +95,7 @@ return [
|
||||
],
|
||||
|
||||
//'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
|
||||
'version' => '5.4.3',
|
||||
'version' => '5.4.4',
|
||||
'api_version' => '1.4.0',
|
||||
'db_version' => 15,
|
||||
'maxUploadSize' => 1073741824, // 1 GB
|
||||
|
@ -52,7 +52,7 @@ return [
|
||||
'registered_welcome' => 'Willkommen bei <a style="color:#337ab7" href=":address">Firefly III</a>. Ihre Registrierung ist abgeschlossen und diese E-Mail ist hier, um es zu bestätigen. Juhu!',
|
||||
'registered_pw' => 'Wenn Sie Ihr Passwort bereits vergessen haben, setzen Sie es bitte über <a style="color:#337ab7" href=":address/password/reset">das Passwort-Reset Tool</a> zurück.',
|
||||
'registered_help' => 'Es gibt ein Hilfe-Icon in der oberen rechten Ecke jeder Seite. Wenn Sie Hilfe benötigen, klicken Sie dort drauf!',
|
||||
'registered_doc_html' => 'If you haven\'t already, please read the <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/personal-finances">grand theory</a>.',
|
||||
'registered_doc_html' => 'Falls Sie es noch nicht getan haben, lesen Sie bitte die <a style="color:#337ab7" href="https://docs.firefly-iii.org/about-firefly-iii/personal-finances">Grundtheorie</a>.',
|
||||
'registered_doc_text' => 'Wenn Sie dies noch nicht getan haben, lesen Sie bitte die Anleitung zu den ersten Schritten und die vollständige Beschreibung.',
|
||||
'registered_closing' => 'Viel Spaß!',
|
||||
'registered_firefly_iii_link' => 'Firefly III:',
|
||||
|
Loading…
Reference in New Issue
Block a user