New version.

This commit is contained in:
James Cole 2019-10-26 07:57:40 +02:00
parent 92271ffe66
commit ea0a440de0
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
3 changed files with 12 additions and 3 deletions

View File

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

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.8.1.6 (API 0.10.5)] - 2019-10-26
### Fixed
- Error when creating transactions from the index of Firefly III.
### API
- Firefly III can filter duplicate transactions.
- New endpoint that can search for specific transfers.
## [4.8.1.6 (API 0.10.4)] - 2019-10-25
### Fixed

View File

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