diff --git a/.ci/php-cs-fixer/.php-cs-fixer.php b/.ci/php-cs-fixer/.php-cs-fixer.php index 6d71a455ff..f178a4cf10 100644 --- a/.ci/php-cs-fixer/.php-cs-fixer.php +++ b/.ci/php-cs-fixer/.php-cs-fixer.php @@ -29,7 +29,7 @@ $paths = [ $current . '/../../database', $current . '/../../routes', $current . '/../../tests', - $current . '/../../resources/lang', + $current . '/../../resources/lang/en', ]; $finder = PhpCsFixer\Finder::create() diff --git a/changelog.md b/changelog.md index da0a52fce3..601e222e19 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 7945](https://github.com/firefly-iii/firefly-iii/issues/7945) ("Rules" that only trigger manually) reported by @SekoiaTree - [Issue 6760](https://github.com/firefly-iii/firefly-iii/issues/6760) (Add a new trigger for automated rules) reported by @Gsyltc - [Issue 6557](https://github.com/firefly-iii/firefly-iii/issues/6557) (Piggy Banks - Draw Funds from Multiple Accounts) reported by @BugPhobic +- #5532 +- #6314 ### Changed