Skip to content

Commit

Permalink
Release 5.6.3+230130
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 30, 2023
1 parent 506280b commit 7b6b3a8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -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;
17 changes: 17 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -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
Expand Down

0 comments on commit 7b6b3a8

Please sign in to comment.