diff --git a/README.md b/README.md
index 299477f..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
@@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
* Official app website:
* Official admin documentation:
* Upstream app code repository:
-* YunoHost documentation for this app:
+* YunoHost Store:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index 8ded82e..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
@@ -37,7 +37,7 @@ If your Firefly-III server is installed as a YunoHost app, please note:
* Site officiel de l’app :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
-* Documentation YunoHost pour cette app :
+* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index 8c224a8..bfd36af 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.5.2~ynh1"
maintainers = []
@@ -42,9 +42,9 @@ 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"
- autoupdate.strategy = "latest_github_tag"
+ url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.5.2.tar.gz"
+ sha256 = "ee1debfe137c04e4152bf7ebb6bb50cbd6c4ab2d7dd64bee05b93f7e6c25f7d7"
+ autoupdate.strategy = "latest_github_release"
[resources.system_user]
@@ -54,4 +54,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
- packages = "php8.2-xml php8.2-bcmath"
+ packages = "php8.3-xml php8.3-bcmath"
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"