diff --git a/application/config/version.php b/application/config/version.php index 3d85684ec25..c51b1046ddb 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.3.32'; +$config['versionnumber'] = '4.3.33'; $config['dbversionnumber'] = 430; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30177'; +$config['assetsversionnumber'] = '30178'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 62fc7909dff..40087bb0ea2 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.3.32 (build 201221) to 4.3.33 (build 201228) December 28, 2020 +-Fixed issue #16906: Version disclosure via limesurvey.pot (Denis Chenu) +-Fixed issue #16894: Not possible to batch-edit owners for Central Participant database (#1688) (Gabriel Jenik) +#Updated translation: Romanian by cdorin +#Updated translation: Chinese (Taiwan) (Traditional) by c_schmitz, katy50306, terrywei, sylsylsylvie, CTFang, TuTu_chen, scott306lr, Yeeeeeet + + Changes from 4.3.31 (build 201214) to 4.3.32 (build 201221) December 21, 2020 -Fixed issue #16895: Question radio button with Question Theme "Bootstrap Buttons" does not keep value in "Other" field (#1683) (Gabriel Jenik) -Fixed issue #16829 :hugefreetext question type twig and xml file config error (NDDDA)