diff --git a/changelog.md b/changelog.md index 5a74f6b977..e4169148f0 100644 --- a/changelog.md +++ b/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. diff --git a/config/firefly.php b/config/firefly.php index e27c3133ec..5030243962 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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 diff --git a/resources/lang/de_DE/email.php b/resources/lang/de_DE/email.php index 78c6a69718..94eb12e3ce 100644 --- a/resources/lang/de_DE/email.php +++ b/resources/lang/de_DE/email.php @@ -52,7 +52,7 @@ return [ 'registered_welcome' => 'Willkommen bei Firefly III. 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 das Passwort-Reset Tool 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 grand theory.', + 'registered_doc_html' => 'Falls Sie es noch nicht getan haben, lesen Sie bitte die Grundtheorie.', '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:',