diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b493114..11ebfad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # 📖 Change Log -## [v2.1.5-2024.0X [Final v3]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.0X) (NO ETA) -[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.02...v2.1.5-2024.0X) +## [v2.1.5-2024.03 [Final v3]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.03) (2024-02-26) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.02...v2.1.5-2024.03) -- Release v2.1.5-2024.0X 🎉 +- Release v2.1.5-2024.03 🎉 - Used new SSL check method - Fixed issue with poll_users cleaning at every cron job startup - Fixed PM quick reply issue diff --git a/library/config.php b/library/config.php index a6d48ac2..e36dd162 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 v3]'; -$bb_cfg['tp_release_date'] = 'NO ETA'; +$bb_cfg['tp_version'] = '2.1.5-2024.03 [Final v3]'; +$bb_cfg['tp_release_date'] = '02-26-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13';