diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfb2c3f0..6efa73e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/library/config.php b/library/config.php index b12bc08a5..581eb532a 100644 --- a/library/config.php +++ b/library/config.php @@ -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';