Prep for new release.

This commit is contained in:
James Cole
2017-06-07 12:08:32 +02:00
parent 935fb015d3
commit d8a8574dda
2 changed files with 14 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.4.3',
'version' => '4.5.0',
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,