From e265c3068f93392f21dd3ef75eb01cb76d86e40c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 Nov 2023 13:50:07 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index abcbbcf..71d172d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ 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. +### Features + +- Member management +- Management of contributions and transactions +- Management of groups and managers +- Imports and exports (open formats) +- Increased accessibility (use and compliance with web standards) +- Configuration of cards and lists +- Addition of dynamic fields to members, contributions and transactions files +- Plugin support + **Shipped version:** 0.9.6.1~ynh1 From 010ef19e36af52cd25cbcc62b600823f7ae248a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:51:31 +0100 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.toml b/manifest.toml index 83ccba1..34ffd13 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Galette" description.en = "Membership management web application for non profit organizations" description.fr = "Outil de gestion d'adhérents et de cotisation en ligne pour associations" -version = "0.9.6.1~ynh1" +version = "1.0.0~ynh1" maintainers = [] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.tuxfamily.org/galette/galette-0.9.6.1.tar.bz2" - sha256 = "7f3d09af19711372cc35d48352e115ee96e835ea879298347289d274308bb011" + url = "https://github.com/galette/galette/releases/download/1.0.0rc2/galette-1.0.0-rc2-20231017-a030a93d5e.tar.bz2" + sha256 = "ad3d7aaf46b8a0980ddb9e98fb22db10d0d01b6742f1272b577e573791b16313" [resources.system_user] @@ -68,13 +68,13 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php7.4-tidy, php7.4-intl, php7.4-mbstring, php7.4-xml, php7.4-gd, php7.4-curl" + packages = "php8.2-tidy, php8.2-intl, php8.2-mbstring, php8.2-xml, php8.2-gd, php8.2-curl" packages_from_raw_bash = """ if [[ "$database" == "mysql" ]]; then - echo "mariadb-server, php7.4-mysql" + echo "mariadb-server, php8.2-mysql" elif [[ "$database" == "postgresql" ]]; then - echo "postgresql, postgresql-contrib, php7.4-pgsql" + echo "postgresql, postgresql-contrib, php8.2-pgsql" fi """ From b6830f391efa6918971486f180f2c64eb91d4f28 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 11 Nov 2023 13:51:41 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71d172d..94ab480 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Shipped version:** 0.9.6.1~ynh1 +**Shipped version:** 1.0.0~ynh1 **Demo:** https://demo.galette.eu/login diff --git a/README_fr.md b/README_fr.md index c3887b8..6c28c77 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations. - Support de plugins -**Version incluse :** 0.9.6.1~ynh1 +**Version incluse :** 1.0.0~ynh1 **Démo :** https://demo.galette.eu/login