diff --git a/README.md b/README.md index ae53f2f..34cd249 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Garradin is a free association managing software. -**Shipped version:** 1.1.3 +**Shipped version:** 1.1.4 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3c8534f..3b3e50b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Garradin est un logiciel libre de gestion associative. il permet de gérer des membres. -**Version incluse :** 1.1.3 +**Version incluse :** 1.1.4 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index b33dcae..c79ba67 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.1.3.tar.bz2 -SOURCE_SUM=9910e888ae0e2db29a7e8eb63715b13c55f5547a68da9932ac24d05b0d852ff5 +SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.1.4.tar.bz2 +SOURCE_SUM=b6f3088d063185c17bb63f6b33ee5f3ba481a28f73931060fbc5e844e1a56bf9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.bz2 SOURCE_IN_SUBDIR=true diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index 5b710a8..9be1163 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -96,7 +96,7 @@ pm = dynamic ; forget to tweak pm.* to fit your needs. ; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand' ; Note: This value is mandatory. -pm.max_children = 10 +pm.max_children = 5 ; The number of child processes created on startup. ; Note: Used only when pm is set to 'dynamic' diff --git a/manifest.json b/manifest.json index 4cd5046..8a1b140 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Software to manage association", "fr": "Logiciel libre de gestion d'association" }, - "version": "1.1.3~ynh1", + "version": "1.1.4~ynh1", "url": "http://garradin.eu/a-propos/", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/install b/scripts/install index e46cc4e..2cde1ce 100644 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_setup_source --dest_dir="$final_path" ynh_script_progression --message="Configuring NGINX web server..." --weight=2 # Create a dedicated NGINX config -ynh_add_nginx_config +ynh_add_nginx_config #================================================= # PHP-FPM CONFIGURATION