mirror of
https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git
synced 2024-09-03 18:36:21 +02:00
⬆️ upgrade to v2.4.0
This commit is contained in:
parent
25b93a82b2
commit
c35e7087dc
4 changed files with 8 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.
|
||||
|
||||
|
||||
**Shipped version:** 1.2.2~ynh1
|
||||
**Shipped version:** 1.4.0~ynh1
|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
**Version incluse :** 1.2.2~ynh1
|
||||
**Version incluse :** 1.4.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Firefly III Importer"
|
|||
description.en = "Firefly III Data Importer"
|
||||
description.fr = "Importateur de données Firefly III"
|
||||
|
||||
version = "1.2.2~ynh1"
|
||||
version = "1.4.0~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz"
|
||||
sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732"
|
||||
url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.4.0.tar.gz"
|
||||
sha256 = "23b8cbba1bfcc8c50398dcce90df39b0a821c6f198e3221f0ec2d8fe112fb3e3"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
# PHP version required by FIII Data Importer
|
||||
YNH_PHP_VERSION="8.3"
|
||||
|
||||
# Composer version
|
||||
YNH_COMPOSER_VERSION="2.5.4"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue