mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New version.
This commit is contained in:
parent
92271ffe66
commit
ea0a440de0
@ -1,7 +1,7 @@
|
||||
sudo: required
|
||||
language: bash
|
||||
env:
|
||||
- VERSION=4.8.1.6
|
||||
- VERSION=4.8.1.7
|
||||
|
||||
dist: xenial
|
||||
|
||||
|
@ -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
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user