Skip to content

Commit

Permalink
Release 3.26.5+210519
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 19, 2021
1 parent 1c44062 commit d890f38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -12,10 +12,10 @@
*/


$config['versionnumber'] = '3.26.4';
$config['versionnumber'] = '3.26.5';
$config['dbversionnumber'] = 365;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30189';
$config['assetsversionnumber'] = '30190';
return $config;
6 changes: 6 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,12 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 3.26.4 (build 210517) to 3.26.5 (build 210519) May 19, 2021
-Fixed issue #17303: ZipArchive error when exporting theme and debug mode is active (Carsten Schmitz)
-Fixed issue #17250: Unable to upload image with extension in uppercase in Theme option (#1883) (Gabriel Jenik)
-Fixed issue #17301: Survey participants lock out issue (Gabriel Jenik)


Changes from 3.26.3 (build 210511) to 3.26.4 (build 210517) May 17, 2021
-Fixed issue #17291: Condition for multiple choice with comments question shows JS error (Olle Haerstedt)
-Fixed issue #17236: PHP 8 not supported (Carsten Schmitz)
Expand Down

0 comments on commit d890f38

Please sign in to comment.