release: v2.8.0
Some checks failed
Continuous Integration / Nightly builds 📦 (push) Has been cancelled
Continuous Integration / 🎉 Deploy (push) Has been cancelled
PHPMD / Run PHPMD scanning (push) Has been cancelled

This commit is contained in:
Roman Kelesidis 2025-06-21 22:16:28 +03:00
commit a0fc2a9da9
No known key found for this signature in database
GPG key ID: D8157C4D4C4C6DB4
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,13 @@
# 📖 Change Log # 📖 Change Log
## [v2.8.0](https://github.com/torrentpier/torrentpier/compare/v2.7.0..v2.8.0) (2025-06-21)
### 🐛 Bug Fixes
- *(template)* Handle L_ variables in template vars when not found in lang vars ([#1998](https://github.com/torrentpier/torrentpier/pull/1998)) - ([c6076c2](https://github.com/torrentpier/torrentpier/commit/c6076c2c278e9a423f3862670236b75bddeadd87))
## [v2.7.0](https://github.com/torrentpier/torrentpier/compare/v2.6.0..v2.7.0) (2025-06-21) ## [v2.7.0](https://github.com/torrentpier/torrentpier/compare/v2.6.0..v2.7.0) (2025-06-21)
### 🚀 Features ### 🚀 Features

View file

@ -18,7 +18,7 @@ $reserved_port = env('TP_PORT', 80);
$bb_cfg = []; $bb_cfg = [];
// Version info // Version info
$bb_cfg['tp_version'] = 'v2.7.0'; $bb_cfg['tp_version'] = 'v2.8.0';
$bb_cfg['tp_release_date'] = '21-06-2025'; $bb_cfg['tp_release_date'] = '21-06-2025';
$bb_cfg['tp_release_codename'] = 'Cattle'; $bb_cfg['tp_release_codename'] = 'Cattle';