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 ff2da1d38a..2384e4f1ac 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -125,7 +125,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, diff --git a/resources/views/v1/transactions/convert.twig b/resources/views/v1/transactions/convert.twig index 0c7844e50e..ab228f72fe 100644 --- a/resources/views/v1/transactions/convert.twig +++ b/resources/views/v1/transactions/convert.twig @@ -16,7 +16,6 @@
{# ONE: WITHDRAWAL TO DEPOSIT #} {% if sourceType.type == 'Withdrawal' and destinationType.type == 'Deposit' %}