From 4ac510f174fecb619adcf2ae2bc0e2a2417a0b0c Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Wed, 25 Mar 2020 11:13:12 +0100 Subject: [PATCH] Release 4.1.13+200325 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index c91eb92fc6b..75131a5e69b 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.1.12'; +$config['versionnumber'] = '4.1.13'; $config['dbversionnumber'] = 425; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30127'; +$config['assetsversionnumber'] = '30128'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index af4537cc74f..c12165612fa 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,11 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 4.1.12 (build 200324) to 4.1.13 (build 200325) March 25, 2020 +-Fixed issue [security]: Possible to handcraft POST to reach any file through file manager (Olle Harstedt) +-Fixed issue #16023: All survey group settings could now be saved correctly (Patricia Stelling) + + Changes from 4.1.11 (build 200316) to 4.1.12 (build 200324) March 24, 2020 -Fixed issue: added language name to translatable attributes in the questioneditor (Patrick Teichmann) -Fixed issue: [security] Enable secure flag on CSRF tokens (Carsten Schmitz)