From 4a8ebe2a95b131316bf1214366dee516fbe3da23 Mon Sep 17 00:00:00 2001 From: eddylackmann Date: Tue, 26 May 2020 12:42:32 +0200 Subject: [PATCH] Release 4.2.5+200526 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 2d71d955805..eb8592c80cc 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.2.4'; +$config['versionnumber'] = '4.2.5'; $config['dbversionnumber'] = 426; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30139'; +$config['assetsversionnumber'] = '30140'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index db6e19d3de9..4dd927afb66 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,13 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 4.2.4 (build 200520) to 4.2.5 (build 200526) May 26, 2020 +-Fixed issue #16315: Undefined variable $sSeparator (DrunkenPoney_Qc) +-Fixed issue #16247: Launch console can create new security.php file (Denis Chenu) +-Fixed issue #16142: Deleting a participant after he/she started the survey keeps the survey available (Denis Chenu) +-Fixed issue #15856: Removed get_magic_quotes_gpc (Carsten Schmitz) + + Changes from 4.2.3 (build 200511) to 4.2.4 (build 200520) May 19, 2020 -Fixed issue #16289: File Upload not working for iOS 13.2 (Jessica Höck) -Fixed issue #16153: Random order question attribute - if enabled, no changes can be saved anymore (Olle Harstedt)