diff --git a/changelog.md b/changelog.md index d9ee180890..1a72bf8b2d 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.4.1 (API 1.4.0)] - 2020-09-21 + +As usual, a same-day release fixing some exotic bugs. + +### Added +- DB version info. + +### Fixed +- [Issue 3809](https://github.com/firefly-iii/firefly-iii/issues/3809) Issue with LDAP logins fixed. +- [Issue 3816](https://github.com/firefly-iii/firefly-iii/issues/3816) Issue with account lists being empty. + ## [5.4.0 (API 1.4.0)] - 2020-09-21 Some warnings before you install this version: @@ -9,7 +20,7 @@ Some warnings before you install this version: - ⚠️ Some changes in this release may be backwards incompatible (see below). - ⚠️ Invalid triggers in a non-strict rule will cause Firefly III to select ALL transactions. - ⚠️ The `export` volume is no longer used (Docker). -- ⚠️ The `upload` volume is now located at `/var/www/public/storage/upload` (Docker). +- ⚠️ The `upload` volume is now located at `/var/www/html/storage/upload` (Docker). Several alpha and beta releases preceded this release. diff --git a/config/firefly.php b/config/firefly.php index 936943d1db..b48a0a8f13 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.0', + 'version' => '5.4.1', 'api_version' => '1.4.0', 'db_version' => 15, 'maxUploadSize' => 1073741824, // 1 GB diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 8df62f07eb..d7f2e3fda8 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -908,7 +908,7 @@ return [ 'options' => 'Opties', // budgets: - 'budget_limit_not_in_range' => 'This amount applies from :start to :end:', + 'budget_limit_not_in_range' => 'Dit bedrag is van toepassing op :start tot :end:', 'total_available_budget' => 'Totaal beschikbare budget (tussen :start en :end)', 'total_available_budget_in_currency' => 'Totaal beschikbare budget in :currency', 'see_below' => 'zie onder', diff --git a/yarn.lock b/yarn.lock index a4c920e0b7..ac4672ee7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5203,13 +5203,14 @@ postcss-selector-parser@^3.0.0: uniq "^1.0.1" postcss-selector-parser@^6.0.2: - version "6.0.2" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" - integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== + version "6.0.3" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.3.tgz#766d77728728817cc140fa1ac6da5e77f9fada98" + integrity sha512-0ClFaY4X1ra21LRqbW6y3rUbWcxnSVkDFG57R7Nxus9J9myPFlv+jYDMohzpkBx0RrjjiqjtycpchQ+PLGmZ9w== dependencies: cssesc "^3.0.0" indexes-of "^1.0.1" uniq "^1.0.1" + util-deprecate "^1.0.2" postcss-svgo@^4.0.2: version "4.0.2" @@ -6485,7 +6486,7 @@ use@^3.1.0: resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== -util-deprecate@^1.0.1, util-deprecate@~1.0.1: +util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=