mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update version.
This commit is contained in:
parent
e80d616ef4
commit
1b3d3de969
@ -1,3 +1,7 @@
|
||||
# 4.7.17.4 (API 0.9.2)
|
||||
|
||||
- Several XSS issues, found by [@dayn1ne](https://github.com/dayn1ne).
|
||||
|
||||
# 4.7.17.3 (API 0.9.2)
|
||||
|
||||
- XSS bug in file uploads (x2), found by [@dayn1ne](https://github.com/dayn1ne).
|
||||
|
@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
|
||||
|
||||
manifest = (
|
||||
appTitle = (defaultText = "Firefly III"),
|
||||
appVersion = 29,
|
||||
appMarketingVersion = (defaultText = "4.7.17.3"),
|
||||
appVersion = 30,
|
||||
appMarketingVersion = (defaultText = "4.7.17.4"),
|
||||
|
||||
actions = [
|
||||
# Define your "new document" handlers here.
|
||||
|
@ -1,7 +1,7 @@
|
||||
sudo: required
|
||||
language: bash
|
||||
env:
|
||||
- VERSION=4.7.17.3
|
||||
- VERSION=4.7.17.4
|
||||
|
||||
dist: xenial
|
||||
|
||||
|
@ -2,6 +2,11 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [4.7.17.4 (API 0.9.2)] - 2019-08-02
|
||||
|
||||
### Security
|
||||
- Several XSS issues, found by [@dayn1ne](https://github.com/dayn1ne).
|
||||
|
||||
## [4.7.17.3 (API 0.9.2)] - 2019-07-16
|
||||
|
||||
### Security
|
||||
|
@ -93,7 +93,7 @@ return [
|
||||
'is_demo_site' => false,
|
||||
],
|
||||
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
|
||||
'version' => '4.7.17.3',
|
||||
'version' => '4.7.17.4',
|
||||
'api_version' => '0.9.2',
|
||||
'db_version' => 10,
|
||||
'maxUploadSize' => 15242880,
|
||||
|
Loading…
Reference in New Issue
Block a user