From b67d71bb3def88440e5e401a87339c4e151a3bf5 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 7 Sep 2024 14:29:30 +0700 Subject: [PATCH] Release v2.1.5-2024.09 [Final v7] --- CHANGELOG.md | 2 +- library/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d9c2bb..2577c187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 📖 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) - Fixed Template.php caching issue diff --git a/library/config.php b/library/config.php index 40120087..c0d2eac6 100644 --- a/library/config.php +++ b/library/config.php @@ -16,7 +16,7 @@ $domain_ssl = false; // используется ли SSL сертификат ( // Version info $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_zf_version'] = '2.4.13 (Latest)';