From 7f8ae34bfa0cd5445981771a794787425f24a200 Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 27 Feb 2023 11:36:30 +0100 Subject: [PATCH] Release 3.28.51+230228 --- 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 e01d6a10fc5..176a08979e1 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,10 +12,10 @@ */ -$config['versionnumber'] = '3.28.50'; +$config['versionnumber'] = '3.28.51'; $config['dbversionnumber'] = 366; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30279'; +$config['assetsversionnumber'] = '30280'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 8537e4f93bb..bbc6c66045f 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 3.28.50 (build 230221) to 3.28.51 (build 230228) February 27, 2023 +-Fixed issue #18532: Data entry screen incorrectly assigns 0 value to empty multiflex array checkbox values (Adam Zammit) +-Fixed issue #18407: On-page conditions not working when pre-filling question with equation on the same page (#2676) (Denis Chenu) +#Updated translation: Ukrainian by c_schmitz +#Updated translation: Bosnian by amer.kurta + + Changes from 3.28.49 (build 230215) to 3.28.50 (build 230221) February 20, 2023 -Fixed issue #18492: [security] Updates for several JS libraries (Carsten Schmitz)