Release v2.1.5-2024.09 [Final v7]

This commit is contained in:
Roman Kelesidis 2024-09-07 14:29:30 +07:00
parent 556cf4a8be
commit b67d71bb3d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 📖 Change Log # 📖 Change Log
## [v2.1.5-2024.09 [Final v7]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.09) (2024-09-04) ## [v2.1.5-2024.09 [Final v7]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.09) (2024-09-07)
[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.07-HotFix...v2.1.5-2024.09) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.07-HotFix...v2.1.5-2024.09)
- Fixed Template.php caching issue - Fixed Template.php caching issue

View File

@ -16,7 +16,7 @@ $domain_ssl = false; // используется ли SSL сертификат (
// Version info // Version info
$bb_cfg['tp_version'] = '2.1.5-2024.09 [Final v7]'; $bb_cfg['tp_version'] = '2.1.5-2024.09 [Final v7]';
$bb_cfg['tp_release_date'] = '04-09-2024'; $bb_cfg['tp_release_date'] = '07-09-2024';
$bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_release_state'] = 'LTS';
$bb_cfg['tp_zf_version'] = '2.4.13 (Latest)'; $bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';