This commit is contained in:
Roman Kelesidis 2023-12-22 00:05:44 +07:00
parent 4179a2e383
commit 4954a5b1b1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 📖 Change Log
## [v2.1.5-2024.01 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.01)
## [v2.1.5-2024.01 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.01) (2023-12-22)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.10-HotFix...v2.1.5-2024.01)
- Release v2.1.5-2024.01 🎉

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-2023.10-HotFix [Final]';
$bb_cfg['tp_release_date'] = '20-11-2023';
$bb_cfg['tp_version'] = '2.1.5-2024.01 [Final v2]';
$bb_cfg['tp_release_date'] = '22-12-2023';
$bb_cfg['tp_release_state'] = 'LTS';
$bb_cfg['tp_zf_version'] = '2.4.13';