Various updates for upcoming release 4.3.4

This commit is contained in:
James Cole
2017-02-02 20:55:01 +01:00
parent dfd6c5379c
commit c3b4849fa0
4 changed files with 27 additions and 22 deletions

View File

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