Merge tag '4.8.1.8' into develop

4.8.1.8
This commit is contained in:
James Cole 2019-10-26 16:56:43 +02:00
commit b528fa2e5d
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
sudo: required sudo: required
language: bash language: bash
env: env:
- VERSION=4.8.1.7 - VERSION=4.8.1.8
dist: xenial dist: xenial

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [4.8.1.8 (API 0.10.5)] - 2019-10-26
### Fixed
- [Issue 2773](https://github.com/firefly-iii/firefly-iii/issues/2773) Error when importing transactions.
## [4.8.1.7 (API 0.10.5)] - 2019-10-26 ## [4.8.1.7 (API 0.10.5)] - 2019-10-26
### Fixed ### Fixed

View File

@ -125,7 +125,7 @@ return [
'is_demo_site' => false, 'is_demo_site' => false,
], ],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.8.1.7', 'version' => '4.8.1.8',
'api_version' => '0.10.5', 'api_version' => '0.10.5',
'db_version' => 11, 'db_version' => 11,
'maxUploadSize' => 15242880, 'maxUploadSize' => 15242880,