diff --git a/application/config/version.php b/application/config/version.php index 685816613e8..84cb440ef3d 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,10 +12,10 @@ */ -$config['versionnumber'] = '6.4.5'; +$config['versionnumber'] = '6.4.6'; $config['dbversionnumber'] = 623; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30373'; +$config['assetsversionnumber'] = '30374'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index e653dde8c62..c66411450c8 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,16 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 6.4.5 (build 240205) to 6.4.6 (build 240212) February 12, 2024 +-Fixed issue #CR-1397: error in vue js code, resulting in sidebar events not being executed (#3728) (Patrick Teichmann) +-Fixed issue #19396: Upgrade failure encountered at migration 620 (#3724) (Mohab Elsheikh) +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Japanese by d_inoue +#Updated translation: French (France) by DenisChenu +#Updated translation: Finnish by Jmantysalo + + Changes from 6.4.4 (build 240130) to 6.4.5 (build 240205) February 5, 2024 -Fixed issue #LA-37: Set the timeout for notifications to 10s (#3715) (Mohab Elsheikh) -Fixed issue #19351: Limesurvey broken after 5.6.50 to 6.4.2 upgrade (#3713) (Mohab Elsheikh)