This commit is contained in:
Roman Kelesidis 2023-11-12 17:04:58 +07:00
parent 34ef9f4677
commit 866ce7726f
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# 📖 Change Log # 📖 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) ## [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) [Full Changelog](https://github.com/torrentpier/torrentpier-lts/compare/v2.1.5-2023.10...v2.1.5-2024.05-alpha1)

View File

@ -15,7 +15,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? idn_to_utf8($_SERVER['SERVER_
$domain_ssl = false; // используется ли SSL сертификат (HTTPS) на сайте $domain_ssl = false; // используется ли SSL сертификат (HTTPS) на сайте
// Version info // 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_date'] = '04-06-2024';
$bb_cfg['tp_release_state'] = 'LTS'; $bb_cfg['tp_release_state'] = 'LTS';
$bb_cfg['tp_zf_version'] = '2.4.13'; $bb_cfg['tp_zf_version'] = '2.4.13';

View File

@ -34,9 +34,9 @@ ajax.callback.change_user_rank = function (data) {
$('#rank-name').html(data.rank_name); $('#rank-name').html(data.rank_name);
}; };
// change_user_opt
ajax.user_opt = {AJAX_USER_OPT}; ajax.user_opt = {AJAX_USER_OPT};
// change_user_opt
ajax.change_user_opt = function() { ajax.change_user_opt = function() {
ajax.exec({ ajax.exec({
action : 'change_user_opt', action : 'change_user_opt',