diff --git a/README.md b/README.md index 6d8df72..c4c9f10 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ a public page. - 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - ➕ Many more like recipe scaling, image compression, printing views and supermarkets -**Shipped version:** 1.3.3~ynh2 - +**Shipped version:** 1.4.4~ynh1 **Demo:** https://app.tandoor.dev/accounts/login/?demo diff --git a/README_fr.md b/README_fr.md index fdb8c08..1971913 100644 --- a/README_fr.md +++ b/README_fr.md @@ -44,8 +44,7 @@ a public page. - 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/) - ➕ Many more like recipe scaling, image compression, printing views and supermarkets -**Version incluse :** 1.3.3~ynh2 - +**Version incluse :** 1.4.4~ynh1 **Démo :** https://app.tandoor.dev/accounts/login/?demo diff --git a/conf/app.src b/conf/app.src index 2d30d71..58825a8 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.3.3.tar.gz -SOURCE_SUM=887df9ac51162605fc43fd4437d956db4fcfeac68955ed8ecac6305aeb9ad68c +SOURCE_URL=https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.4.4.tar.gz +SOURCE_SUM=e7d2a6435628bf17555fef497f84d5406c8fec1b3f6618a55457e70be6df7b61 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 75374ef..9179316 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "tandoor", "packaging_format": 1, "description": { - "en": "Application for managing recipes, planning meals, building shopping lists and much much more!", - "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" + "en": "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!", + "fr": "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !" }, - "version": "1.3.3~ynh2", + "version": "1.4.4~ynh1", "url": "https://tandoor.dev", "upstream": { "license": "AGPL-3.0-or-later", @@ -22,7 +22,7 @@ "email": "tandoor@navan.email" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ @@ -39,7 +39,8 @@ "type": "boolean", "default": false, "help": { - "en": "Should the login be exposed to public?" + "en": "Should the login be exposed to public?", + "fr": "La connexion doit-elle être exposée au public ?" } } ]