From eb9e4fb03f5e44732004a38a40d7bc00b1732b63 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Dec 2025 00:19:21 +0100 Subject: [PATCH 1/3] Upgrade sources - `main` v2025.11.24: https://github.com/jean-io/moncycle.app/compare/3c6a5a041c89119028ff4249941ad1329356e66a...43af104e0965139f50b819bd0018d6b7cf92c72d --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index cb35f17..af2fc05 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Moncycle" description.en = "Menstrual cycle follow-up for natural family planning" description.fr = "Suivi de cycle pour les méthodes naturelles de régulation de naissance" -version = "2025.11.19~ynh1" +version = "2025.11.24~ynh1" maintainers = ["Raoul de Limezy"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jean-io/moncycle.app/archive/3c6a5a041c89119028ff4249941ad1329356e66a.zip" - sha256 = "76b8d431241bb98351ee15ba445021a994e91b28598bfddb8e8333706474250d" + url = "https://github.com/jean-io/moncycle.app/archive/43af104e0965139f50b819bd0018d6b7cf92c72d.tar.gz" + sha256 = "c3a03a9cf26f216e437fd2c75af9e1198549f759515fe2b3628ffd981f0dc9be" autoupdate.strategy = "latest_github_commit" [resources.system_user] From 443228a9265027ff8aeaa6e613a4f262ca22966b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Dec 2025 00:19:23 +0100 Subject: [PATCH 2/3] Auto-update READMEs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e213ac2..395bdba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Menstrual cycle follow-up for natural family planning [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://moncycle.app) [![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo) -[![Version: 2025.11.19~ynh1](https://img.shields.io/badge/Version-2025.11.19~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/moncycle/) +[![Version: 2025.11.24~ynh1](https://img.shields.io/badge/Version-2025.11.24~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/moncycle/)
From 1ae32441e4d6b1fc650d6bfc9afe9953335aa6b0 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:53:40 +0100 Subject: [PATCH 3/3] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 617ab22..b87b767 100755 --- a/scripts/install +++ b/scripts/install @@ -21,8 +21,8 @@ ynh_hide_warnings mkdir "$install_dir/composer" pushd "$install_dir" ynh_hide_warnings mv ./www_data/* . - ynh_mysql_db_shell < db/table.sql - ynh_mysql_db_shell < db/demo.sql + ynh_mysql_db_shell < script/db/table.sql + ynh_mysql_db_shell < script/db/demo.sql popd #=================================================