mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge tag '4.7.17.1' into develop
4.7.17.1 # Conflicts: # changelog.md # config/firefly.php
This commit is contained in:
commit
806ea2edbd
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1,7 +1,7 @@
|
||||
sudo: required
|
||||
language: bash
|
||||
env:
|
||||
- VERSION=4.7.17
|
||||
- VERSION=4.7.17.1
|
||||
|
||||
dist: xenial
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user