From 6a2f92f6c912103531423180de0ebe2cec398326 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sun, 1 Nov 2020 09:56:49 +0100 Subject: [PATCH] Bump version Update changelog --- galette/docs/CHANGES | 9 +++++++++ galette/includes/galette.inc.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/galette/docs/CHANGES b/galette/docs/CHANGES index e38cf1a32..29baec600 100644 --- a/galette/docs/CHANGES +++ b/galette/docs/CHANGES @@ -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 diff --git a/galette/includes/galette.inc.php b/galette/includes/galette.inc.php index 2487f790d..a58ea0c69 100644 --- a/galette/includes/galette.inc.php +++ b/galette/includes/galette.inc.php @@ -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')) { -- 2.39.2