From: Johan Cwiklinski Date: Sun, 1 Nov 2020 08:56:49 +0000 (+0100) Subject: Bump version X-Git-Tag: 0.9.4.2 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=refs%2Ftags%2F0.9.4.2;p=galette.git Bump version Update changelog --- 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')) {