From 3895c269ed3e917c9b25de33931f87bb0ea86f95 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sun, 19 Jan 2020 23:37:04 +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 635761285..194461c45 100644 --- a/galette/docs/CHANGES +++ b/galette/docs/CHANGES @@ -1,6 +1,15 @@ Changes ------- +0.9.3 -> 0.9.3.1 + +- Use new icons in titles managmeent +- Ensre PHP 7.4 is supported +- Handle proprely and test sequences in PostgreSQL for titles, payment types, PDF models, texts and fields categories +- Fix Telemetry from PostgreSQL instances +- Fix dynamic translations removal +- Check for session extension presence + 0.9.2.1 -> 0.9.3 News diff --git a/galette/includes/galette.inc.php b/galette/includes/galette.inc.php index acd9bdcd2..439a2e53c 100644 --- a/galette/includes/galette.inc.php +++ b/galette/includes/galette.inc.php @@ -104,7 +104,7 @@ if (defined('GALETTE_XHPROF_PATH') $profiler->start(); } -define('GALETTE_VERSION', 'v0.9.3'); +define('GALETTE_VERSION', 'v0.9.3.1'); define('GALETTE_COMPAT_VERSION', '0.9.2'); define('GALETTE_DB_VERSION', '0.931'); if (!defined('GALETTE_MODE')) { -- 2.39.2