Skip to content

Commit

Permalink
Release 5.6.45+231114
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 13, 2023
1 parent ac8a460 commit a7f35a5
Show file tree
Hide file tree
Showing 2 changed files with 18 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'] = '5.6.44';
$config['versionnumber'] = '5.6.45';
$config['dbversionnumber'] = 499;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30359';
$config['assetsversionnumber'] = '30360';
return $config;
16 changes: 16 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,22 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.6.44 (build 231107) to 5.6.45 (build 231114) November 13, 2023
-Fixed issue: Update can fail if there are label codes longer than 5 characters (Carsten Schmitz)
-Fixed issue #19214: JSON RPC response content type should be application/json (#3611) (Matthew)
-Fixed issue #19211: [security] CSRF In Copy Survey (#3601) (Denis Chenu)
-Fixed issue #19162: [security] File Upload causes XSS in Central participant management/Import file CSV (#3585) (Gabriel Jenik)
-Fixed issue #19118: [security] Improper permission management on bulk actions (#3579) (Denis Chenu)
-Fixed issue #19114: [security] Admin with Settings & Plugins permission only can store XSS in Survey menus (#3553) (Gabriel Jenik)
-Fixed issue #19086: Survey Theme Options - image preview does not work (#3562) (Matthew)
-Fixed issue #18350: activate_survey does not correctly set inherited properties for Notification and data management (#3595) (#3609) (Matthew)
#Updated translation: Turkish by kayazeren
#Updated translation: Japanese by nomoto
#Updated translation: Italian by lfanfoni
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: French (France) by DenisChenu, mapage


Changes from 5.6.43 (build 231030) to 5.6.44 (build 231107) November 6, 2023
-Fixed issue: Cannot deactivate survey properly if user has global survey permissions, but is not allowed to access the assigned SurveyGroup (Carsten Schmitz)
-Fixed issue #19203: Alphabetical order didn't respect survey language (#3581) (Denis Chenu)
Expand Down

0 comments on commit a7f35a5

Please sign in to comment.