From 2bc0dccf46c5328b7bb9e98c226b790923e56d10 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sun, 7 Nov 2021 07:35:33 +0100 Subject: [PATCH] Bump version update changelog --- galette/docs/CHANGES | 12 +++++++++++- galette/includes/galette.inc.php | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/galette/docs/CHANGES b/galette/docs/CHANGES index 52a639537..37720af09 100644 --- a/galette/docs/CHANGES +++ b/galette/docs/CHANGES @@ -1,10 +1,20 @@ Changes ------- +0.9.5.1 -> 0.9.5.2 +- Update translations +- Work on PHP 8.1 compatibility and tests improvements +- Fix members list issue with titles column displayed +- Fix members list ordering +- Fix missing emails texts insertion +- Drop duplicate check on saved searches +- Fix some silent errors +- Some data were missing checking passwords against personal data + 0.9.5 -> 0.9.5.1 - Members can manage their children and create new ones (if preference is on) -- Mass contribtion add +- Mass contribution add - Mass edition of dynamic fields - Add a preference to send emails to member by default - Add a preference to choose default payment type diff --git a/galette/includes/galette.inc.php b/galette/includes/galette.inc.php index 40abf8c78..a31bf6b24 100644 --- a/galette/includes/galette.inc.php +++ b/galette/includes/galette.inc.php @@ -97,7 +97,7 @@ if ( } define('GALETTE_NIGHTLY', false); -define('GALETTE_VERSION', 'v0.9.5.1'); +define('GALETTE_VERSION', 'v0.9.5.2'); //Version to display if (!defined('GALETTE_HIDE_VERSION')) { -- 2.39.2