This commit is contained in:
James Cole
2019-07-15 16:50:18 +02:00
parent 76aa8acf0f
commit 45ddb64186
5 changed files with 11 additions and 4 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

@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [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
### Added

View File

@@ -93,7 +93,7 @@ return [
'is_demo_site' => false,
],
'encryption' => null === env('USE_ENCRYPTION') || env('USE_ENCRYPTION') === true,
'version' => '4.7.17',
'version' => '4.7.17.1',
'api_version' => '0.9.2',
'db_version' => 10,
'maxUploadSize' => 15242880,