From a7f35a5c57cc8342c22173198a8dd42ef2cd550a Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 13 Nov 2023 15:47:59 +0100 Subject: [PATCH] Release 5.6.45+231114 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index df8121f847c..dff89f5d522 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'] = '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; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index ee2814ff779..4d98696faca 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -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)