diff --git a/application/config/version.php b/application/config/version.php index ca6e5be5696..b52367fb1b0 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -11,10 +11,10 @@ * See COPYRIGHT.php for copyright notices and details. */ -$config['versionnumber'] = '4.3.25'; +$config['versionnumber'] = '4.3.26'; $config['dbversionnumber'] = 430; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30170'; +$config['assetsversionnumber'] = '30171'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index a3b2a34bcc9..ea23f512f5d 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,21 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 4.3.25 (build 201105) to 4.3.26 (build 201110) November 9, 2020 +-Fixed issue: Allow to login if LDAP user's DN contains double quotes (#1649) (Vilius Šumskas) +-Fixed issue #16819: Delete a single user in user management and throw an exception. (#1646) (Gabriel Jenik) +-Fixed issue #16576: Problems with the error message when a token is already used (inherit). (Jessica Höck) +#Updated translation: Spanish (Spain) by cdorin +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Italian by lfanfoni, ritapas +#Updated translation: Italian (Informal) by ritapas, lfanfoni +#Updated translation: Finnish by Jmantysalo +#Updated translation: Dutch by Han +#Updated translation: Dutch (Informal) by Han +#Updated translation: Catalan by qualitatuvic + + Changes from 4.3.24 (build 201102) to 4.3.25 (build 201105) November 4, 2020 -Fixed issue [security]: Unauthorized access to statistics of a survey with certain permission configurations (Carsten Schmitz) -Fixed issue : visually disable account type buttons when global configuration is set (Vilius Šumskas)