Skip to content

Commit

Permalink
Release 5.4.1+220919
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 19, 2022
1 parent 75111a9 commit e871bea
Show file tree
Hide file tree
Showing 2 changed files with 18 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.4.0';
$config['versionnumber'] = '5.4.1';
$config['dbversionnumber'] = 491;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30295';
$config['assetsversionnumber'] = '30296';
return $config;
16 changes: 16 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,22 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.4.0 (build 220913) to 5.4.1 (build 220919) September 19, 2022
-Fixed issue: User creation email was sent by current admin, not by siteadmin (Carsten Schmitz)
-Fixed issue #18351: Extra token placeholder show as invalid in expression (#2600) (Denis Chenu)
-Fixed issue #18247: PHP version 8 and remote control, error in bigdata.php (#2520) (Gabriel Jenik)
-Fixed issue #18240: QuestioinTheme browserdetect, Show Platform information didn't work (#2595) (Gabriel Jenik)
-Fixed issue #17870: Default value with line feed broke Expression Script (Denis Chenu)
#Updated translation: Slovak by jelen1
#Updated translation: Portuguese (Portugal) by c_schmitz, samarta
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: French (France) by arnaud21, b00z00, DenisChenu, francois-charles.hebert, Qat, riqcles
#Updated translation: Finnish by Jmantysalo
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1


Changes from 5.3.32 (build 220817) to 5.4.0 (build 220913) September 13, 2022
+New feature #18282: Possibility to resend failed admin notification emails(#2539) (Patrick Teichmann)
+New feature #17835: Add custom token attributes to Response details screen (#2316) (Gabriel Jenik)
Expand Down

0 comments on commit e871bea

Please sign in to comment.