From 969eae17b1fc2584a5eda382d38e12625473d485 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 12 Jun 2024 12:57:45 +0700 Subject: [PATCH] Updated --- CHANGELOG.md | 8 ++++++++ library/config.php | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4651f0fd..36a587f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 📖 Change Log +## [v2.1.5-2024.07 [Final v5]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.06) (2024-07-04) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.06...v2.1.5-2024.07) + +- Release v2.1.5-2024.07 🎉 +- Fixes for spam filter functionality +- Some security enhancements +- Some other changes / improvements + ## [v2.1.5-2024.06 [Final v4]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.06) (2024-05-01) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.03...v2.1.5-2024.06) diff --git a/library/config.php b/library/config.php index 5e9cc56d..0d8a3ec9 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.06 [Final v4]'; -$bb_cfg['tp_release_date'] = '01-05-2024'; +$bb_cfg['tp_version'] = '2.1.5-2024.07 [Final v5]'; +$bb_cfg['tp_release_date'] = '04-07-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';