Skip to content

Commit

Permalink
Release 5.6.23+230524
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 24, 2023
1 parent f79c333 commit a221754
Show file tree
Hide file tree
Showing 2 changed files with 6 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.22';
$config['versionnumber'] = '5.6.23';
$config['dbversionnumber'] = 497;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30337';
$config['assetsversionnumber'] = '30338';
return $config;
4 changes: 4 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,10 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.6.22 (build 230523) to 5.6.23 (build 230524) May 24, 2023
-Fixed issue: Dragging a question between groups can be unresponsive (Patrick Teichmann)
-Fixed issue #18659: Cannot install two plugins in a row (#3146) (Gabriel Jenik)

Changes from 5.6.21 (build 230518) to 5.6.22 (build 230523) May 22, 2023
-Fixed issue #18814: Array question statistics fail for Remote Control. (#3141) (Gabriel Jenik)
-Fixed issue #18736: Error exporting participants when using MSSQL DB (Carsten Schmitz)
Expand Down

0 comments on commit a221754

Please sign in to comment.