diff --git a/CHANGELOG b/CHANGELOG index c451dd4..99aa8dc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ +Version 1.24.1 - Oct. 17, 2020 +Add Turkish translation +Security hardening +Fixed chrome flashing frames white on reload + +Version 1.24 - May. 2, 2020 Allow making file upload member-only Added required tag to captcha input +Add Chinese translation +Security hardening +Fixed chrome flashing frames white on reload Version 1.23.7 - Feb. 24, 2019 Support V3 hidden services diff --git a/chat.php b/chat.php index 2a909f1..205348c 100644 --- a/chat.php +++ b/chat.php @@ -4227,7 +4227,7 @@ function isPOST(){ function load_config(){ mb_internal_encoding('UTF-8'); - define('VERSION', '1.24'); // Script version + define('VERSION', '1.24.1'); // Script version define('DBVERSION', 42); // Database layout version define('MSGENCRYPTED', false); // Store messages encrypted in the database to prevent other database users from reading them - true/false - visit the setup page after editing! define('ENCRYPTKEY_PASS', 'MY_SECRET_KEY'); // Recommended length: 32. Encryption key for messages