mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Fix #2335
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
# 4.7.17.1 (API 0.9.2)
|
||||||
|
- XSS bug in budget title.
|
||||||
|
|
||||||
# 4.7.17 (API 0.9.2)
|
# 4.7.17 (API 0.9.2)
|
||||||
- Support for Norwegian!
|
- Support for Norwegian!
|
||||||
- Clear cache during install routine.
|
- Clear cache during install routine.
|
||||||
|
@@ -15,8 +15,8 @@ const pkgdef :Spk.PackageDefinition = (
|
|||||||
|
|
||||||
manifest = (
|
manifest = (
|
||||||
appTitle = (defaultText = "Firefly III"),
|
appTitle = (defaultText = "Firefly III"),
|
||||||
appVersion = 27,
|
appVersion = 28,
|
||||||
appMarketingVersion = (defaultText = "4.7.17"),
|
appMarketingVersion = (defaultText = "4.7.17.1"),
|
||||||
|
|
||||||
actions = [
|
actions = [
|
||||||
# Define your "new document" handlers here.
|
# Define your "new document" handlers here.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
sudo: required
|
sudo: required
|
||||||
language: bash
|
language: bash
|
||||||
env:
|
env:
|
||||||
- VERSION=4.7.17
|
- VERSION=4.7.17.1
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
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.1 (API 0.9.2)] - 2019-07-15
|
||||||
|
|
||||||
|
- XSS bug in budget title.
|
||||||
|
|
||||||
## [4.7.17 (API 0.9.2)] - 2019-03-17
|
## [4.7.17 (API 0.9.2)] - 2019-03-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -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',
|
'version' => '4.7.17.1',
|
||||||
'api_version' => '0.9.2',
|
'api_version' => '0.9.2',
|
||||||
'db_version' => 10,
|
'db_version' => 10,
|
||||||
'maxUploadSize' => 15242880,
|
'maxUploadSize' => 15242880,
|
||||||
|
Reference in New Issue
Block a user