From 3434672381fa198c55bbe0c49492a642916e1bf4 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 3 Jul 2022 18:42:29 +0200 Subject: [PATCH 01/10] Update upstream version 0.9.6.1 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 9f2fc2d..e4979f1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Membership management web application for non profit organizations", "fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations" }, - "version": "0.9.5.2~ynh3", + "version": "0.9.6.1~ynh1", "url": "https://www.galette.eu", "upstream": { "license": "GPL-3.0-or-later", From c6e8da224e8bf58bd05687a913da64005974b27c Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 3 Jul 2022 18:44:21 +0200 Subject: [PATCH 02/10] Update upstream version 0.9.6.1 --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index fd4970a..93a6542 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Outil de gestion d'adhérents et de cotisation en ligne pour associations -**Version incluse :** 0.9.5.2~ynh3 +**Version incluse :** 0.9.6.1~ynh1 **Démo :** https://demo.galette.eu/login From b379b2785481cb2b45ca08c237b1fe887d7aa465 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 3 Jul 2022 18:44:48 +0200 Subject: [PATCH 03/10] Update upstream version 0.9.6.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b4c23..20ba3b4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Galette is a membership management web application towards non profit organizations. -**Shipped version:** 0.9.5.2~ynh3 +**Shipped version:** 0.9.6.1~ynh1 **Demo:** https://demo.galette.eu/login From b5be2df51eb86c59497b9b3742677f405de4b9d2 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 3 Jul 2022 18:45:57 +0200 Subject: [PATCH 04/10] Update upstream version 0.9.6.1 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index f3976ff..15aca24 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://download.tuxfamily.org/galette/galette-0.9.5.2.tar.bz2 -SOURCE_SUM=274511844032e9bf3eeb00ef70b676dea7e74e2922141f17b63d90796ead6e83 +SOURCE_URL=https://download.tuxfamily.org/galette/galette-0.9.6.1.tar.bz2 +SOURCE_SUM=7f3d09af19711372cc35d48352e115ee96e835ea879298347289d274308bb011 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From de96bde96d1b0795e9b67af05fc5b6a41657962c Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 7 Aug 2022 20:12:18 +0200 Subject: [PATCH 05/10] =?UTF-8?q?[autopatch]=20Add=20Common=20Platform?= =?UTF-8?q?=C2=A0Enumeration=20id=20to=20`manifest.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9f2fc2d..c44ff5b 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "website": "https://www.galette.eu", "demo": "https://demo.galette.eu/login", "admindoc": "https://doc.galette.eu/fr/master/", - "code": "https://github.com/galette/galette" + "code": "https://github.com/galette/galette", + "cpe": "cpe:2.3:a:galette:galette" }, "license": "GPL-3.0-or-later", "maintainer": { @@ -63,9 +64,12 @@ "ask": { "en": "Choose SQL databe you want" }, - "choices": ["pgsql", "mysql"], + "choices": [ + "pgsql", + "mysql" + ], "default": "pgsql" } ] } -} +} \ No newline at end of file From ebe4543ce0ca3097674b3ff7a941151217562606 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:27:13 +0200 Subject: [PATCH 06/10] Update upstream version 0.9.6.1 and php 7.4 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e4979f1..d8a017a 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm" + "php7.4-fpm" ], "arguments": { "install": [ From 9fd834a8ac4cfda283155492bc12e61d2e4359de Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 25 Sep 2022 10:35:24 +0200 Subject: [PATCH 07/10] Update stream version 0.9.6.1 php7.4 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7e4130d..ecc0e7e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" pkg_dependencies="php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql" From e2c71d73d07f145ae488c9799d4d12f3065f335e Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:37:13 +0200 Subject: [PATCH 08/10] comment on updates from commits --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index c5402df..d4f9b69 100644 --- a/check_process +++ b/check_process @@ -15,9 +15,9 @@ setup_public=1 upgrade=1 # 0.9.5~ynh1 - upgrade=1 from_commit=d05248ceeffca8401dea6ac14bf7af7096345cbe + # upgrade=1 from_commit=d05248ceeffca8401dea6ac14bf7af7096345cbe # 0.9.5.2~ynh1 - upgrade=1 from_commit=3c3d7d56540e12245f45dc7c3b9334285ac475ca + # upgrade=1 from_commit=3c3d7d56540e12245f45dc7c3b9334285ac475ca backup_restore=1 multi_instance=1 port_already_use=0 From 13335bb7c1fb2363d215c78d4390cce665eb65d4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 25 Sep 2022 17:42:00 +0000 Subject: [PATCH 09/10] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b4c23..c807850 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Galette is a membership management web application towards non profit organizati **Shipped version:** 0.9.5.2~ynh3 + **Demo:** https://demo.galette.eu/login ## Screenshots diff --git a/README_fr.md b/README_fr.md index fd4970a..9ce36ac 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Outil de gestion d'adhérents et de cotisation en ligne pour associations -**Version incluse :** 0.9.5.2~ynh3 +**Version incluse :** 0.9.5.2~ynh3 + **Démo :** https://demo.galette.eu/login From 5b6627294731b6edeae4e2ea50c3482449b78cef Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 25 Sep 2022 17:43:21 +0000 Subject: [PATCH 10/10] Auto-update README --- README_fr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 93a6542..fad35e5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Outil de gestion d'adhérents et de cotisation en ligne pour associations -**Version incluse :** 0.9.6.1~ynh1 +**Version incluse :** 0.9.6.1~ynh1 + **Démo :** https://demo.galette.eu/login