From 018cf1142090781e7d2a8bb2c37c6fae20a0d53b Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 4 Jun 2023 13:48:33 +0700 Subject: [PATCH] Release v2.1.5-2023.05 --- CHANGELOG.md | 4 ++-- library/config.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67fef53..029b05a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log -## [v2.1.5-2023.05](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.05) (2023-06-04) (В разработке) +## [v2.1.5-2023.05](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.05) (2023-06-04) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.04...v2.1.5-2023.05) **Merged pull requests:** -- Minor improvements [\#167](https://github.com/torrentpier/torrentpier-lts/pull/167), [\#168](https://github.com/torrentpier/torrentpier-lts/pull/168) ([belomaxorka](https://github.com/belomaxorka)) +- Minor improvements [\#167](https://github.com/torrentpier/torrentpier-lts/pull/167), [\#168](https://github.com/torrentpier/torrentpier-lts/pull/168), [\#169](https://github.com/torrentpier/torrentpier-lts/pull/169), [\#170](https://github.com/torrentpier/torrentpier-lts/pull/170) ([belomaxorka](https://github.com/belomaxorka)) ## [v2.1.5-2023.04](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.04) (2023-05-04) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.03...v2.1.5-2023.04) diff --git a/library/config.php b/library/config.php index afaaf677..cd55a178 100644 --- a/library/config.php +++ b/library/config.php @@ -76,8 +76,8 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do $domain_ssl = false; // Version info -$bb_cfg['tp_version'] = '2.1.5-2023.04'; -$bb_cfg['tp_release_date'] = '04-05-2023'; +$bb_cfg['tp_version'] = '2.1.5-2023.05'; +$bb_cfg['tp_release_date'] = '04-06-2023'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13';