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
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- Beta support for Sandstorm.IO - Beta support for Sandstorm.IO
- Docker support by [@schoentoon](https://github.com/schoentoon), [@elohmeier](https://github.com/elohmeier), [@patrickkostjens](https://github.com/patrickkostjens) and [@crash7](https://github.com/crash7)! - Docker support by [@schoentoon](https://github.com/schoentoon), [@elohmeier](https://github.com/elohmeier), [@patrickkostjens](https://github.com/patrickkostjens) and [@crash7](https://github.com/crash7)!
- Can now use special keywords in the search to search for specic dates, categories, etc.
### Changed ### Changed
- Updated to laravel 5.4! - Updated to laravel 5.4!

View File

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