mirror of
https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git
synced 2024-09-03 18:36:21 +02:00
Upgrade to v1.2.2
* Added an upgrade test.
This commit is contained in:
parent
5a7ffe724b
commit
0a7b9873a2
4 changed files with 12 additions and 5 deletions
|
@ -26,7 +26,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
|
||||||
- When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine.
|
- When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.2.1~ynh1
|
**Shipped version:** 1.2.2~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
|
||||||
- When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine.
|
- When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.2.1~ynh1
|
**Version incluse :** 1.2.2~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ id = "firefly-iii-di"
|
||||||
name = "Firefly III Importer"
|
name = "Firefly III Importer"
|
||||||
description.en = "Self-hosted financial manager"
|
description.en = "Self-hosted financial manager"
|
||||||
|
|
||||||
version = "1.2.1~ynh1"
|
version = "1.2.2~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.1.tar.gz"
|
url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz"
|
||||||
sha256 = "0905920292b642720c357b9909c035a03d189479d0ccca0b7b0f9f44b4bb2f56"
|
sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732"
|
||||||
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
|
@ -1,2 +1,9 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
|
[default]
|
||||||
|
|
||||||
|
# -------------------------------
|
||||||
|
# Commits to test upgrade from
|
||||||
|
# -------------------------------
|
||||||
|
|
||||||
|
test_upgrade_from.5a7ffe7.name = "Upgrade from #2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue