Skip to content

Commit

Permalink
Release new version 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWin committed Oct 17, 2020
1 parent ede3d79 commit e90b9cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e90b9cc

Please sign in to comment.