mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 02:10:22 -06:00
Update version
This commit is contained in:
parent
a2ddd0420a
commit
5623bb20ee
@ -1,7 +1,7 @@
|
||||
sudo: required
|
||||
language: bash
|
||||
env:
|
||||
- VERSION=4.8.1
|
||||
- VERSION=4.8.1.1
|
||||
|
||||
dist: xenial
|
||||
|
||||
|
@ -2,7 +2,11 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [4.8.1 (API 0.10.2)] - 2019-08-xx
|
||||
## [4.8.1.1 (API 0.10.2)] - 2019-09-08
|
||||
|
||||
Fixes a query error on the /tags page that affected some MySQL users.
|
||||
|
||||
## [4.8.1 (API 0.10.2)] - 2019-09-08
|
||||
|
||||
Firefly III 4.8.1 requires PHP 7.3.
|
||||
|
||||
|
@ -125,7 +125,7 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||
'version' => '4.8.1',
|
||||
'version' => '4.8.1.1',
|
||||
'api_version' => '0.10.2',
|
||||
'db_version' => 11,
|
||||
'maxUploadSize' => 15242880,
|
||||
|
Loading…
Reference in New Issue
Block a user