From 7a5f10624dd1c194cf23a410bc285d69bb7be243 Mon Sep 17 00:00:00 2001 From: oversu <95a7002b-481b-4ef3-b578-f9c421550aa4@localhost> Date: Fri, 4 Sep 2026 12:31:54 +0200 Subject: [PATCH] =?UTF-8?q?=C3=89viter=20le=20double=20chargement=20des=20?= =?UTF-8?q?helpers=20YunoHost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- manifest.toml | 2 +- scripts/_common.sh | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e87c3ac..7feabce 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Lightweight animal shelter management [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://globinours.fr) [![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://demo.globinours.fr) -[![Version: 1.0.0-rc.3~ynh11](https://img.shields.io/badge/Version-1.0.0--rc.3~ynh11-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/globinours/) +[![Version: 1.0.0-rc.3~ynh12](https://img.shields.io/badge/Version-1.0.0--rc.3~ynh12-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/globinours/)
diff --git a/manifest.toml b/manifest.toml index bfd97ec..5900318 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ id = "globinours" name = "Globinours" description.en = "Lightweight animal shelter management" description.fr = "Gestion légère et complète pour refuges animaliers" -version = "1.0.0-rc.3~ynh11" +version = "1.0.0-rc.3~ynh12" maintainers = ["OverSu"] [upstream] diff --git a/scripts/_common.sh b/scripts/_common.sh index 6999d60..1838c3f 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,6 @@ # COMMON VARIABLES AND CUSTOM HELPERS #================================================= -source /usr/share/yunohost/helpers - php_upload_max_filesize="250M" prepare_persistent_paths() {