diff --git a/application/config/version.php b/application/config/version.php index 7f2aa899d24..97d74cb1c4c 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'] = '5.3.31'; +$config['versionnumber'] = '5.3.32'; $config['dbversionnumber'] = 488; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30293'; +$config['assetsversionnumber'] = '30294'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index f4892f2354a..467e4ddb2ec 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,17 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 5.3.31 (build 220815) to 5.3.32 (build 220817) August 17, 2022 +-Fixed issue: Cannot load previously saved response to resume, instead the message "There is no matching saved response" is shown after entering identifier and password (Carsten Schmitz) +-Fixed issue #18314: Save-button under Survey settings does not work (Olle Haerstedt) +-Fixed issue #16795: Typo in default text for confirmation email (in English) (#2573) (Gabriel Jenik) +#Updated translation: Slovak by jelen1 +#Updated translation: Japanese by nomoto +#Updated translation: Finnish by Jmantysalo +#Updated translation: Czech by jelen1 +#Updated translation: Czech (Informal) by jelen1 + + Changes from 5.3.30 (build 220808) to 5.3.31 (build 220815) August 15, 2022 -Fixed issue #15195: Expiration date can be set before start date (#2558) (Gabriel Jenik) #Updated translation: Turkish by kayazeren