This commit is contained in:
Roman Kelesidis 2024-07-13 20:07:28 +07:00
parent 14216ce16d
commit cb75b1f90c
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# 📖 Change Log
## [v2.1.5-2024.0X [Final v6]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.0X) (2024-XX-XX)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.07...v2.1.5-2024.0X)
## [v2.1.5-2024.07-HotFix [Final v6]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.0X) (2024-07-13)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.07...v2.1.5-2024.07-HotFix)
- Release v2.1.5-2024.0X 🎉
- Release v2.1.5-2024.07-HotFix 🎉
- CWE-502 Fixed: Deserialization of untrusted data
- Hide in topic: Added country hiding
- Admin panel -> Ranks: Added support for images in URLs

View File

@ -15,8 +15,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? idn_to_utf8($_SERVER['SERVER_
$domain_ssl = false; // используется ли SSL сертификат (HTTPS) на сайте
// Version info
$bb_cfg['tp_version'] = '2.1.5-2024.0X [Final v6]';
$bb_cfg['tp_release_date'] = 'XX-XX-2024';
$bb_cfg['tp_version'] = '2.1.5-2024.07-HotFix [Final v6]';
$bb_cfg['tp_release_date'] = '13-07-2024';
$bb_cfg['tp_release_state'] = 'LTS';
$bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';