New files for new release.

This commit is contained in:
James Cole
2017-04-08 17:51:34 +02:00
parent db806b92dd
commit db46d450bf
4 changed files with 111 additions and 96 deletions

View File

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