mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
release: v2.8.0
This commit is contained in:
parent
c6076c2c27
commit
a0fc2a9da9
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue