From b217acfe26f15487d788d08522b718cc06407252 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 2 Aug 2019 20:59:06 +0200 Subject: [PATCH] New version + correct credits. --- .sandstorm/changelog.md | 6 +++++- .sandstorm/sandstorm-pkgdef.capnp | 4 ++-- .travis.yml | 2 +- changelog.md | 7 ++++++- config/firefly.php | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 71cc706e49..99ac9cb943 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,6 +1,10 @@ +# 4.7.17.5 (API 0.9.2) + +- Several XSS issues, found by [@0x2500](https://github.com/0x2500). + # 4.7.17.4 (API 0.9.2) -- Several XSS issues, found by [@dayn1ne](https://github.com/dayn1ne). +- Several XSS issues, found by [@0x2500](https://github.com/0x2500). # 4.7.17.3 (API 0.9.2) diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 9911495175..eae7372e28 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = ( manifest = ( appTitle = (defaultText = "Firefly III"), - appVersion = 30, - appMarketingVersion = (defaultText = "4.7.17.4"), + appVersion = 31, + appMarketingVersion = (defaultText = "4.7.17.5"), actions = [ # Define your "new document" handlers here. diff --git a/.travis.yml b/.travis.yml index 1166e57858..cc58593925 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required language: bash env: - - VERSION=4.7.17.4 + - VERSION=4.7.17.5 dist: xenial diff --git a/changelog.md b/changelog.md index 6ded64afbf..01b7c9a969 100644 --- a/changelog.md +++ b/changelog.md @@ -2,10 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.17.5 (API 0.9.2)] - 2019-08-02 + +### Security +- Several XSS issues, found by [@0x2500](https://github.com/0x2500). + ## [4.7.17.4 (API 0.9.2)] - 2019-08-02 ### Security -- Several XSS issues, found by [@dayn1ne](https://github.com/dayn1ne). +- Several XSS issues, found by [@0x2500](https://github.com/0x2500). ## [4.7.17.3 (API 0.9.2)] - 2019-07-16 diff --git a/config/firefly.php b/config/firefly.php index 84c3f61c7c..5592d289ca 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -93,7 +93,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true, - 'version' => '4.7.17.4', + 'version' => '4.7.17.5', 'api_version' => '0.9.2', 'db_version' => 10, 'maxUploadSize' => 15242880,