diff --git a/CHANGELOG.md b/CHANGELOG.md index a13caf93..c7979f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 📖 Change Log +## [v2.1.5-2024.10-HotFix [Final v9]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.10-HotFix) (2024-11-11) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.10...v2.1.5-2024.10-HotFix) + +- Release v2.1.5-2024.10-HotFix 🎉 +- Revert "Fixed incorrect page width on mobile devices" due to some bugs +- Fixed broken torrent stats displaying + ## [v2.1.5-2024.10 [Final v8]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.10) (2024-11-05) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.09...v2.1.5-2024.10) diff --git a/library/config.php b/library/config.php index 86f32150..5604afb4 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.10 [Final v8]'; -$bb_cfg['tp_release_date'] = '05-11-2024'; +$bb_cfg['tp_version'] = '2.1.5-2024.10-HotFix [Final v9]'; +$bb_cfg['tp_release_date'] = '11-11-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';