Version update

This commit is contained in:
James Cole
2019-08-03 05:10:06 +02:00
parent 2d7494f8cd
commit ec8e1d5a7a
5 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
# 4.7.17.6 (API 0.9.2)
- XSS issue in liability account redirect, found by [@0x2500](https://github.com/0x2500).
# 4.7.17.5 (API 0.9.2) # 4.7.17.5 (API 0.9.2)
- Several XSS issues, found by [@0x2500](https://github.com/0x2500). - Several XSS issues, found by [@0x2500](https://github.com/0x2500).

View File

@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
manifest = ( manifest = (
appTitle = (defaultText = "Firefly III"), appTitle = (defaultText = "Firefly III"),
appVersion = 31, appVersion = 32,
appMarketingVersion = (defaultText = "4.7.17.5"), appMarketingVersion = (defaultText = "4.7.17.6"),
actions = [ actions = [
# Define your "new document" handlers here. # Define your "new document" handlers here.

View File

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

View File

@@ -2,6 +2,11 @@
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.7.17.6 (API 0.9.2)] - 2019-08-02
### Security
- XSS issue in liability account redirect, found by [@0x2500](https://github.com/0x2500).
## [4.7.17.5 (API 0.9.2)] - 2019-08-02 ## [4.7.17.5 (API 0.9.2)] - 2019-08-02
### Security ### Security

View File

@@ -93,7 +93,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.7.17.5', 'version' => '4.7.17.6',
'api_version' => '0.9.2', 'api_version' => '0.9.2',
'db_version' => 10, 'db_version' => 10,
'maxUploadSize' => 15242880, 'maxUploadSize' => 15242880,