release: v2.8.0

This commit is contained in:
Roman Kelesidis 2025-06-21 22:16:28 +03:00
commit 0cf0a92f4d
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
## [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)
### 🚀 Features

View file

@ -18,7 +18,7 @@ $reserved_port = env('TP_PORT', 80);
$bb_cfg = [];
// 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_codename'] = 'Cattle';