diff --git a/application/config/version.php b/application/config/version.php index 02cee51c191..dcfa433fbe3 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.6.2'; +$config['versionnumber'] = '5.6.3'; $config['dbversionnumber'] = 495; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30316'; +$config['assetsversionnumber'] = '30317'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 8ea4417612e..1869a7e29b7 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,23 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 5.6.2 (build 230125) to 5.6.3 (build 230130) January 30, 2023 +-Fixed issue #18582: RemoteControl invite_participants unexpectedly stops after first failure (#2866) (Gabriel Jenik) +-Fixed issue #18578: Internal server error (HTTP 500) in RemoteControl get_participant_properties for removed participant (#2827) (Gabriel Jenik) +#Updated translation: Slovak by jelen1 +#Updated translation: Portuguese (Portugal) by samarta +#Updated translation: Malay by PawelAtroszko +#Updated translation: Japanese by d_inoue +#Updated translation: German by c_schmitz +#Updated translation: German (Informal) by c_schmitz +#Updated translation: German (Easy) by c_schmitz +#Updated translation: French (France) by b00z00, DenisChenu +#Updated translation: French (France) by DenisChenu +#Updated translation: Finnish by Jmantysalo +#Updated translation: Czech by jelen1 +#Updated translation: Czech (Informal) by jelen1 + + Changes from 5.6.1 (build 230123) to 5.6.2 (build 230125) January 24, 2023 -Fixed issue: KCFinder stops working after updating with ComfortUpdate (Carsten Schmitz) #Updated translation: French (France) by DenisChenu