diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d9c2bb..2577c187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 📖 Change Log -## [v2.1.5-2024.09 [Final v7]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.09) (2024-09-04) +## [v2.1.5-2024.09 [Final v7]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.09) (2024-09-07) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.07-HotFix...v2.1.5-2024.09) - Fixed Template.php caching issue diff --git a/library/config.php b/library/config.php index 40120087..c0d2eac6 100644 --- a/library/config.php +++ b/library/config.php @@ -16,7 +16,7 @@ // Version info $bb_cfg['tp_version'] = '2.1.5-2024.09 [Final v7]'; -$bb_cfg['tp_release_date'] = '04-09-2024'; +$bb_cfg['tp_release_date'] = '07-09-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13 (Latest)';