Merge tag '4.7.17.1' into develop

4.7.17.1

# Conflicts:
#	changelog.md
#	config/firefly.php
This commit is contained in:
James Cole 2019-07-15 16:51:50 +02:00
commit 806ea2edbd
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# 4.7.17.1 (API 0.9.2)
- XSS bug in budget title.
# 4.7.17 (API 0.9.2)
- Support for Norwegian!
- Clear cache during install routine.

View File

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

View File

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

View File

@ -9,6 +9,9 @@ Lots of changes
- updated api
## [4.7.17.1 (API 0.9.2)] - 2019-07-15
- XSS bug in budget title.
## [4.7.17 (API 0.9.2)] - 2019-03-17