Update to version 4.3.5

This commit is contained in:
James Cole
2017-02-19 16:36:03 +01:00
parent 3741f70c29
commit 5b267c0e95
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ return [
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'chart' => 'chartjs',
'version' => '4.3.4',
'version' => '4.3.5',
'csv_import_enabled' => true,
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],