Skip to content

Commit

Permalink
Release 6.5.6+240506
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed May 6, 2024
1 parent cfb9fd6 commit e568893
Show file tree
Hide file tree
Showing 2 changed files with 20 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'] = '6.5.5';
$config['versionnumber'] = '6.5.6';
$config['dbversionnumber'] = 623;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30387';
$config['assetsversionnumber'] = '30388';
return $config;
18 changes: 18 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 6.5.5 (build 240429) to 6.5.6 (build 240506) May 6, 2024
-Fixed issue #CT-784: video elements are hidden on iPad beneath a certain height (#3838) (Patrick Teichmann)
-Fixed issue #19528: Bad usability when opening participant edit in a new tab(#3826) (Denis Chenu)
-Fixed issue #19526: debug=2 PHP8.1 - unable to send email without expiry (#3827) (Denis Chenu)
#Updated translation: Turkish by kayazeren
#Updated translation: Slovak by jelen1
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Odia by rajkumar_dms
#Updated translation: Korean by modernity4r
#Updated translation: Japanese by d_inoue, nomoto
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1, slansky
#Updated translation: Czech (Informal) by jelen1


Changes from 6.5.4 (build 240422) to 6.5.5 (build 240429) April 29, 2024
-Fixed issue: Add/import user role buttons must have unique id (#3832) (K Foster)
-Fixed issue #CT-771: clear selection and select all not working in responses grid column filter (#3828) (Patrick Teichmann)
Expand Down

0 comments on commit e568893

Please sign in to comment.