diff --git a/CHANGELOG.md b/CHANGELOG.md index 123ee403..5c8acc8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 📖 Change Log +## [v2.1.5-2024.05-alpha2 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.05-alpha2) (2024-06-04) +[Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2024.05-alpha1...v2.1.5-2024.05-alpha2) + +**Merged pull requests:** + +- Release v2.1.5-2024.05-alpha2 🎉 +- Some other changes / improvements + ## [v2.1.5-2024.05-alpha1 [Final v2]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2024.05-alpha1) (2024-06-04) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.10...v2.1.5-2024.05-alpha1) diff --git a/library/config.php b/library/config.php index 4ec32dd1..7dbdfea5 100644 --- a/library/config.php +++ b/library/config.php @@ -15,7 +15,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? idn_to_utf8($_SERVER['SERVER_ $domain_ssl = false; // используется ли SSL сертификат (HTTPS) на сайте // Version info -$bb_cfg['tp_version'] = '2.1.5-2024.05-alpha1 [Final v2]'; +$bb_cfg['tp_version'] = '2.1.5-2024.05-alpha2 [Final v2]'; $bb_cfg['tp_release_date'] = '04-06-2024'; $bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_zf_version'] = '2.4.13'; diff --git a/styles/templates/default/usercp_viewprofile.tpl b/styles/templates/default/usercp_viewprofile.tpl index 044161e4..bc630e39 100644 --- a/styles/templates/default/usercp_viewprofile.tpl +++ b/styles/templates/default/usercp_viewprofile.tpl @@ -34,9 +34,9 @@ ajax.callback.change_user_rank = function (data) { $('#rank-name').html(data.rank_name); }; -// change_user_opt ajax.user_opt = {AJAX_USER_OPT}; +// change_user_opt ajax.change_user_opt = function() { ajax.exec({ action : 'change_user_opt',