]> git.agnieray.net Git - galette.git/commitdiff
Bump version 0.9.4.2
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 1 Nov 2020 08:56:49 +0000 (09:56 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 1 Nov 2020 08:56:49 +0000 (09:56 +0100)
Update changelog

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

index e38cf1a32347237330634b146d75568e51ccb331..29baec600481de9d96dfde8c15f90d5a19c6e675 100644 (file)
@@ -1,6 +1,15 @@
 Changes
 -------
 
+0.9.4.1 -> 0.9.4.2
+- Issues on mailing instantiation, in core and plugins
+- Fix issues on mailings attachmments
+- Post contribution script was called too early
+- Fix cards colors on new installations
+- First and last name were inverted in core PDF member card
+- Print logo was the one used, but not the one displayed in preferences
+
+
 0.9.4 -> 0.9.4.1
 
 - Many improvements on string translations (add support for plurals, contexts and comments
index 2487f790ddc2fcb4777e86f203c3af7301667d39..a58ea0c695d0ea838c24cb4d51c0b68a88b93222 100644 (file)
@@ -108,7 +108,7 @@ if (
 }
 
 define('GALETTE_NIGHTLY', false);
-define('GALETTE_VERSION', 'v0.9.4.1');
+define('GALETTE_VERSION', 'v0.9.4.2');
 
 //Version to display
 if (!defined('GALETTE_HIDE_VERSION')) {