From c35e7087dcecf89b0543f6e6753b2288b4661124 Mon Sep 17 00:00:00 2001 From: "Charles P." Date: Tue, 2 Jan 2024 16:52:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20to=20v2.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- scripts/_common.sh | 3 +++ 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4504aa..8caddaa 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index c55f31c..89ad522 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/manifest.toml b/manifest.toml index 09667f4..051f3f1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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] diff --git a/scripts/_common.sh b/scripts/_common.sh index 1a7049a..a677a90 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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"