diff --git a/CHANGELOG.md b/CHANGELOG.md index 318b7112..436bf187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 📖 Change Log +## [v2.1.5-2024.05-alpha5 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.05-alpha5) (2024-06-04) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.05-alpha4...v2.1.5-2024.05-alpha5) + +**Merged pull requests:** + +- Release v2.1.5-2024.05-alpha5 🎉 +- Don't check for announce-list while adding new urls +- Don't use main announce url inside announce-list +- Some other changes / improvements + ## [v2.1.5-2024.05-alpha4 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.05-alpha4) (2024-06-04) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.05-alpha3...v2.1.5-2024.05-alpha4) diff --git a/library/config.php b/library/config.php index c42192a0..51a19199 100644 --- a/library/config.php +++ b/library/config.php @@ -15,7 +15,7 @@ $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.05-alpha4 [Final v2]'; +$bb_cfg['tp_version'] = '2.1.5-2024.05-alpha5 [Final v2]'; $bb_cfg['tp_release_date'] = '04-06-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13';