mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 13:39:19 -06:00
Make sure we’re still at 4.6.4 and bunq import is unavailable. [skip ci]
This commit is contained in:
parent
b5acf1d529
commit
7d0d1c764f
@ -23,7 +23,7 @@ return [
|
|||||||
'is_demo_site' => false,
|
'is_demo_site' => false,
|
||||||
],
|
],
|
||||||
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
|
||||||
'version' => '4.6.5',
|
'version' => '4.6.4',
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
|
||||||
'list_length' => 10,
|
'list_length' => 10,
|
||||||
|
@ -28,10 +28,12 @@
|
|||||||
Import a (CSV) file
|
Import a (CSV) file
|
||||||
</a>
|
</a>
|
||||||
{# bunq import #}
|
{# bunq import #}
|
||||||
|
{#
|
||||||
<a href="{{ route('import.bank.prerequisites', ['bunq']) }}" class="btn btn-app">
|
<a href="{{ route('import.bank.prerequisites', ['bunq']) }}" class="btn btn-app">
|
||||||
<img src="images/logos/bunq.png" alt="bunq"/><br />
|
<img src="images/logos/bunq.png" alt="bunq"/><br />
|
||||||
Import from bunq
|
Import from bunq
|
||||||
</a>
|
</a>
|
||||||
|
#}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user