mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
34ef9f4677
commit
866ce7726f
@ -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)
|
||||
|
||||
|
@ -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';
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user