diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed2cddc..7c01f06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 📖 Change Log +## [v2.1.5-2024.05 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.05) (2024-06-04) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.10...v2.1.5-2024.05) + +**Merged pull requests:** + +- Release v2.1.5-2024.05 🎉 +- Block uploading more than one torrent file [33bb006](https://github.com/torrentpier/torrentpier-lts/commit/33bb006965cb22350624c6e89c4d5b39fd93c087) ([belomaxorka](https://github.com/belomaxorka)) + ## [v2.1.5-2023.10 [Final]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.10) (2023-11-04) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.09...v2.1.5-2023.10) diff --git a/library/config.php b/library/config.php index 5cc446e9..f401f868 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-2023.10 [Final]'; -$bb_cfg['tp_release_date'] = '04-11-2023'; +$bb_cfg['tp_version'] = '2.1.5-2024.05 [Final v2]'; +$bb_cfg['tp_release_date'] = '04-06-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13';