diff --git a/CHANGELOG.md b/CHANGELOG.md index c298dcae..77438b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/library/config.php b/library/config.php index 9bfa5f4d..a87b91d0 100644 --- a/library/config.php +++ b/library/config.php @@ -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)';