Skip to content

Commit

Permalink
Release 4.3.26+201110
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Nov 9, 2020
1 parent 18e07dd commit 207bb0f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -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;
15 changes: 15 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 207bb0f

Please sign in to comment.