From 848f77376572378b4a8f854f1a4bc7fcfd848d3f Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 22 Nov 2021 12:47:27 +0100 Subject: [PATCH] Release 3.27.26+211123 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index eb352443af0..994cf70e77d 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,10 +12,10 @@ */ -$config['versionnumber'] = '3.27.25'; +$config['versionnumber'] = '3.27.26'; $config['dbversionnumber'] = 365; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30217'; +$config['assetsversionnumber'] = '30218'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index db30f692d77..d19a293e126 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,14 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.27.25 (build 211116) to 3.27.26 (build 211123) November 22, 2021 +#Updated translation: Italian by lfanfoni +#Updated translation: Italian (Informal) by lfanfoni +#Updated translation: Czech by jelen1 +#Updated translation: Czech (Informal) by jelen1 +#Updated translation: Chinese (Hong Kong) (Traditional) by dominiclo + + Changes from 3.27.24 (build 211108) to 3.27.25 (build 211116) November 15, 2021 -Fixed issue: Database error when importing participants and language string is too long (Carsten Schmitz) -Fixed issue: Database error when deleting a participant from CPDB and connected survey participant tables (Carsten Schmitz)