Skip to content

Commit

Permalink
Release 5.2.3+211122
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 22, 2021
1 parent a8c2ce5 commit a35bd2a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* See COPYRIGHT.php for copyright notices and details.
*/

$config['versionnumber'] = '5.2.2';
$config['versionnumber'] = '5.2.3';
$config['dbversionnumber'] = 477;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30247';
$config['assetsversionnumber'] = '30248';
return $config;
20 changes: 20 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,26 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.2.2 (build 211115) to 5.2.3 (build 211122) November 22, 2021
-Fixed issue: Error in RemoteControl API when using using set_question_properties (#2142) (Víctor Echeverría)
-Fixed issue T155: Sometimes editing survey participants doesn't show data (#2145) (Gabriel Jenik)
-Fixed issue #17734: Unable to use quote inside relevance of subquestion (Denis Chenu)
-Fixed issue #17729: Setting default answers for single choice question type (#2146) (Denis Chenu)
-Fixed issue #17696: Mass changing expiration date fails (except for superadmin) (#2144) (Gabriel Jenik)
#Updated translation: Sinhala by sayuri
#Updated translation: Portuguese (Portugal) by samarta
#Updated translation: Portuguese (Portugal) by c_schmitz, samarta
#Updated translation: Portuguese (Portugal) by c_schmitz, holch, samarta
#Updated translation: Portuguese (Portugal) by c_schmitz, femariso, jchina, samarta
#Updated translation: Portuguese (Portugal) by c_schmitz, femariso, fermacedo, holch, marcelovincenzi, samarta
#Updated translation: German by c_schmitz, Hyperion, RobinBur, sur5r_
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz, HonkXL, RobinBur
#Updated translation: Finnish by Jmantysalo
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1


Changes from 5.2.1 (build 211111) to 5.2.2 (build 211115) November 15, 2021
-Fixed issue: Error message "Unknown column 'owner_uid' in 'field list'" when updating from 4.x (Carsten Schmitz)
-Fixed issue: Confusing message when the ComfortUpdate server is preparing the update package (Carsten Schmitz)
Expand Down

0 comments on commit a35bd2a

Please sign in to comment.