Update to 7.32.0

1. Added: Mail Server - Add Domain with Domain management center to Automatic DNS record & apply SSL
2. Added: Mail Server - DNS record with One-click Parsing
3. Added: Mail Server - Compatible with Domain management center to apply for renewal SSL
4. Added: Mail Server - Mail Marketing - Add Template supports Upload HTML
5. Added: bt default command supports displaying separate IPV4, IPV6 and bound domain info
6. Added: Settings - Panel SSL supports using Domains SSL Certificate
7. Added: PHP Project - Automatic Add Record & SSL with progress display
8. Fixed: Mail Server quota limit issue
9. Fixed: WP Toolkit incorrect cache directory issue
10. Optimized: Enhanced domain validation in the Domain module
11. Fixed: Issue with automatic domain resolution prompts in Mail Server editing
12. Fixed: "Internal Server Error" occurring in certain scenarios
This commit is contained in:
Jack
2025-04-15 17:11:22 +08:00
parent 49221d1569
commit 8eadc94c98
863 changed files with 4897 additions and 3324 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ from mod.base.push_mod import PUSH_DATA_PATH
def update_mod():
try:
with open(UPDATE_VERSION_FILE, 'r') as f:
if f.read() == "4":
if f.read() == "5":
pl = False
else:
pl = True
@@ -44,7 +44,7 @@ def update_mod():
load_task_template_by_file("/www/server/panel/mod/base/push_mod/ssl_push_template.json")
load_task_template_by_file("/www/server/panel/mod/base/push_mod/domain_blcheck_push_template.json")
with open(UPDATE_VERSION_FILE, "w") as f:
f.write("4")
f.write("5")
if not os.path.exists(UPDATE_MOD_PUSH_FILE):
update_mod_push_msg()