Make sure we’re still at 4.6.4 and bunq import is unavailable. [skip ci]

This commit is contained in:
James Cole 2017-08-12 07:01:21 +02:00
parent b5acf1d529
commit 7d0d1c764f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.6.5',
'version' => '4.6.4',
'maxUploadSize' => 15242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,

View File

@ -28,10 +28,12 @@
Import a (CSV) file
</a>
{# bunq import #}
{#
<a href="{{ route('import.bank.prerequisites', ['bunq']) }}" class="btn btn-app">
<img src="images/logos/bunq.png" alt="bunq"/><br />
Import from bunq
</a>
#}
</p>
</div>
</div>