Skip to content

Commit

Permalink
Auto commit for release 'v1.5.0' on 2024-04-17
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 17, 2024
1 parent f0222bd commit c9dba81
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 41 deletions.
10 changes: 5 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added
- The data importer has a release flow just like Firefly III, dropping generated JS files and other dependencies from the repository.
- #8665
- #8691
- [Issue 8665](https://github.com/firefly-iii/firefly-iii/issues/8665) (API exception if transaction is deleted by rule) reported by @Medformatik
- [Issue 8691](https://github.com/firefly-iii/firefly-iii/issues/8691) (Import gocardless "merchantCategoryCode") reported by @tboby

### Changed
- Rewrote front-end layout to AlpineJS + Laravel Blade, moving away from Twig + Vue.
- Some rules in the PR template

### Fixed
- #8709
- #8736
- #8771
- [Discussion 8709](https://github.com/orgs/firefly-iii/discussions/8709) (Data importer imports duplicates of deleted transactions when detection is set to external id) started by @kesot
- [Issue 8736](https://github.com/firefly-iii/firefly-iii/issues/8736) (Error importing CAMT.053 XML with data-importer) reported by @Gamesh
- [Issue 8771](https://github.com/firefly-iii/firefly-iii/issues/8771) (Typo on Data Importer log) reported by @jemtz-deleon
- [PR 575](https://github.com/firefly-iii/data-importer/pull/575) (Update `.env.example`, `ASSET_URL` moved, example given) by @stevewasiura

## 1.4.5 - 2024-03-21
Expand Down
60 changes: 28 additions & 32 deletions 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 config/importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
declare(strict_types=1);

return [
'version' => 'develop/2024-04-16',
'version' => '1.5.0',
'flows' => ['nordigen', 'spectre', 'file'],
'flow_titles' => [
'file' => 'File',
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit c9dba81

Please sign in to comment.