]> git.agnieray.net Git - galette.git/commitdiff
Merge branch 'release/0.9.4.1' into develop
authorJohan Cwiklinski <johan@x-tnd.be>
Sun, 18 Oct 2020 13:50:36 +0000 (15:50 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 18 Oct 2020 13:50:36 +0000 (15:50 +0200)
galette/docs/CHANGES
galette/docs/conf.py
galette/includes/galette.inc.php

index 7db3f01526683d7acba9313926eee1fbaccd10de..e38cf1a32347237330634b146d75568e51ccb331 100644 (file)
@@ -1,6 +1,33 @@
 Changes
 -------
 
+0.9.4 -> 0.9.4.1
+
+- Many improvements on string translations (add support for plurals, contexts and comments
+- Use events to send administrative emails (account creation, edition, contribution added)
+- Many locales updates thantks to Weblate translators!
+- Fix displayed version number
+- Missing “Next” button in members dynamic dropdown
+- Error creating dynamic field with empty name
+- Pagination was missing on public pages
+- Fix reminders wrong count
+- Members cannot print their own cards
+- Fix direct links to download documents
+- Fix compagnies/natural persons graph
+- Do not notify member on contribution change
+- Cannot print labels or change members in mailings
+- Fix search on dates in contributions list
+- Unable to unset booleans on mass change
+- Unable to unset booleans on dynamic fields
+- Captcha issue on self subscritpion page
+- Wrong JS action in mailings
+- SQL error on invoices/receipt direct download
+- Issues with images in dynamic files
+- Fix several issues sending reminders
+- Change log in URL
+- Do not display inactive members as late
+- Fix several issues in distribued archive (remove symlinks, fix tar format, …)
+
 0.9.3.1 -> 0.9.4
 
 - Configurable password security enforcement (on strength, blacklist, ...)
index 42b6a578b38cff82e68f59600a0d707da6d0feb1..adc9cf6859ba5b9e4195e1caf1eba2c0c046a59e 100644 (file)
@@ -27,7 +27,7 @@ subprocess.call('doxygen', shell=True)
 master_doc = 'index'
 
 # The full version, including alpha/beta/rc tags
-release = '0.9.4'
+release = '0.9.4.1'
 
 
 # -- General configuration ---------------------------------------------------
index 35a788f17859910220c6cf2bab5b1543e18a87c3..2487f790ddc2fcb4777e86f203c3af7301667d39 100644 (file)
@@ -108,7 +108,7 @@ if (
 }
 
 define('GALETTE_NIGHTLY', false);
-define('GALETTE_VERSION', 'v0.9.4');
+define('GALETTE_VERSION', 'v0.9.4.1');
 
 //Version to display
 if (!defined('GALETTE_HIDE_VERSION')) {