Change log and updated config.

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-08-25 11:20:13 +02:00
parent 9f250fc61b
commit 6775fc58c8
2 changed files with 21 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types = 1);
return [
'chart' => 'chartjs',
'version' => '3.10',
'version' => '3.10.1',
'csv_import_enabled' => true,
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],