]> git.agnieray.net Git - galette.git/commitdiff
Bump version 0.9.5.2
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 7 Nov 2021 06:35:33 +0000 (07:35 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 7 Nov 2021 06:35:33 +0000 (07:35 +0100)
update changelog

galette/docs/CHANGES
galette/includes/galette.inc.php

index 52a639537ffb91482b8460ab4372b84442d2e0ba..37720af0979c46a7c3d4db7811bab2cc94e5ed9a 100644 (file)
@@ -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
index 40abf8c7809779f4264796fb8db24e40d6ae27a6..a31bf6b2467456373374af2b90411363e4cc7f8d 100644 (file)
@@ -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')) {