Merge tag '5.0.5' into develop

5.0.5

# Conflicts:
#	changelog.md
This commit is contained in:
James Cole
2020-02-13 20:16:17 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3042 Rule engine behavior was inconsistent when importing data.
- #3064 Weird bug in reports.
## [5.0.5 (API 1.0.0)] - 2020-02-13
This release fixes an issue with logging that could, in rare cases, error out terribly.
### Fixed
- Inconsistent log configuration.
## [5.0.4 (API 1.0.0)] - 2020-02-01
This release fixes several bugs found in 5.0.0 and earlier releases.

View File

@@ -137,7 +137,7 @@ return [
],
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.0.4',
'version' => '5.0.5',
'api_version' => '1.0.0',
'db_version' => 12,
'maxUploadSize' => 15242880,