From 5af158e26b0983b273fe86656ba01b3862ae78b1 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 1 Jul 2024 00:08:10 +0700 Subject: [PATCH] Updated --- CHANGELOG.md | 6 ++++++ library/config.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cde58b5..e758b20d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 📖 Change Log +## [v2.1.5-2024.0X [Final v6]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.0X) (2024-XX-XX) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.07...v2.1.5-2024.0X) + +- Release v2.1.5-2024.0X 🎉 +- Fixed broken "Disable Forum" function + ## [v2.1.5-2024.07 [Final v5]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.06) (2024-06-27) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.06...v2.1.5-2024.07) diff --git a/library/config.php b/library/config.php index f454e971..9bfa5f4d 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.07 [Final v5]'; -$bb_cfg['tp_release_date'] = '27-06-2024'; +$bb_cfg['tp_version'] = '2.1.5-2024.0X [Final v6]'; +$bb_cfg['tp_release_date'] = 'XX-XX-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';