]> git.agnieray.net Git - galette.git/commitdiff
Bump version, update changelog
authorJohan Cwiklinski <jcwiklinski@teclib.com>
Sun, 19 Jan 2020 22:37:04 +0000 (23:37 +0100)
committerJohan Cwiklinski <jcwiklinski@teclib.com>
Sun, 19 Jan 2020 22:37:04 +0000 (23:37 +0100)
galette/docs/CHANGES
galette/includes/galette.inc.php

index 635761285807f8e72579b7e5fba82be81d386410..194461c4532fdc7e4e88d83e7aa8a11adce6c812 100644 (file)
@@ -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
index acd9bdcd243a34fccc5d2267244415fbac938d27..439a2e53ce7e5a4f86d0044dbd255fd559d27b17 100644 (file)
@@ -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')) {