Skip to content

Commit 67ed93f

Browse files
committed
Merge branch 'release/v1.3.12'
2 parents a52a9aa + d2a4cf3 commit 67ed93f

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

app/Services/CSV/Converter/BankDebitCredit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function convert($value): int
4848
'Af', // ING (NL).
4949
'Debet', // Triodos (NL)
5050
'Debit', // ING (EN), thx Quibus!
51+
'debit', // Mint
5152
'S', // Volksbank (DE), Short for "Soll"
5253
'DBIT', // https://subsembly.com/index.html (Banking4 App)
5354
'Charge', // not sure which bank but it's insane.

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 1.3.11 - 2021-11-23
5+
## 1.3.12 - 2023-11-23
6+
7+
### Added
8+
- Support for Mint imports. Use [this configuration file](https://github.com/firefly-iii/import-configurations/blob/main/other-software/mint.json).
9+
10+
## 1.3.11 - 2023-11-23
611

712
### Changed
813
- Add some more explanation text to the date input

config/importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
declare(strict_types=1);
2424

2525
return [
26-
'version' => '1.3.11',
26+
'version' => '1.3.12',
2727
'flows' => ['nordigen', 'spectre', 'file'],
2828
'flow_titles' => [
2929
'file' => 'File',

resources/lang/en/import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'column_opposing-name' => 'Opposing account (name)',
6565
'column_rabo-debit-credit' => 'Rabobank specific debit/credit indicator',
6666
'column_ing-debit-credit' => 'ING specific debit/credit indicator',
67-
'column_generic-debit-credit' => 'Generic bank debit/credit indicator',
67+
'column_generic-debit-credit' => 'Bank debit/credit indicator',
6868
'column_sepa_ct_id' => 'SEPA end-to-end Identifier',
6969
'column_sepa_ct_op' => 'SEPA Opposing Account Identifier',
7070
'column_sepa_db' => 'SEPA Mandate Identifier',

0 commit comments

Comments
 (0)