Skip to content

Commit

Permalink
Auto commit for release 'v1.5.3' on 2024-07-27
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 27, 2024
1 parent b87ad17 commit 53ba520
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 234 deletions.
106 changes: 57 additions & 49 deletions .ci/php-cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/Console/Commands/AutoImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function handle(): int

/** @phpstan-ignore-line */
$directory = realpath($argument);
if(false === $directory) {
if (false === $directory) {
$this->error(sprintf('Path "%s" is not a valid location.', $argument));

return 1;
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- Case-sensitive matching on bank debit indicator, by @rajabilal555
- #9067
- #9044
- [Discussion 9067](https://github.com/orgs/firefly-iii/discussions/9067) (Unable to automate: Data-importer doesn't remember which accounts spectre accounts map to.) started by @demiGod095
- [Issue 9044](https://github.com/firefly-iii/firefly-iii/issues/9044) (Minor issue in AutoImport.php - does not catch a 'bad path' error) reported by @Terry-JF

## 1.5.2 - 2024-04-24

Expand Down
Loading

0 comments on commit 53ba520

Please sign in to comment.