Skip to content

Commit

Permalink
Release 5.3.28+220727
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jul 27, 2022
1 parent da1453b commit f0c5e29
Show file tree
Hide file tree
Showing 2 changed files with 15 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.3.27';
$config['versionnumber'] = '5.3.28';
$config['dbversionnumber'] = 488;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30289';
$config['assetsversionnumber'] = '30290';
return $config;
13 changes: 13 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.3.27 (build 220725) to 5.3.28 (build 220727) July 27, 2022
-Fixed issue : Invalid var in 1st page (Denis Chenu)
-Fixed issue #18276: Changed HTML in arrays causing issues with JavaScript and CSS. (Olle Haerstedt)
-Fixed issue #18224: Can't set Survey Permissions for User Group when usercontrolSameGroupPolicy is false (skwzrd)
-Fixed issue #18212: Edit label sets - cannot drag&drop (#2514) (Gabriel Jenik)
-Fixed issue #18128: Broken javascript on welcome page (#2381) (Denis Chenu)
-Fixed issue #18119: Batch Edit: Dates are saved as Y/N (#2492) (Gabriel Jenik)
#Updated translation: Slovak by jelen1
#Updated translation: Japanese by d_inoue
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1


Changes from 5.3.26 (build 220720) to 5.3.27 (build 220725) July 25, 2022
-Fixed issue: When browsing responses the message "Showing filtered results" appears even though they are not filtered (Carsten Schmitz)
-Fixed issue #18243: ARIA Attribute role on Array question not correct. (#2512) (Denis Chenu)
Expand Down

0 comments on commit f0c5e29

Please sign in to comment.