Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
* 关闭issue,建立bbs.midoks.me。问题集中处理,发挥群众的力量。
* 添加站操作回调钩子site_cb。 网站统计和OP防火墙不再手动重载配置
* 修复ubuntu20 pureftp 安装时,端口没有加入安全里
* 增加global_static hook关键字,并优化menu的文件加载hook
* 各种细节优化。
  • Loading branch information
midoks committed Feb 28, 2023
1 parent 6325686 commit 422514c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:
```


### 版本更新 0.13.0
### 版本更新 0.13.1

* 一键迁移插件
* 修复acme ssl申请。
* IP识别优化。
* 解决删除站点残留的问题。
* 关闭issue,建立bbs.midoks.me。问题集中处理,发挥群众的力量
* 添加站操作回调钩子site_cb。 网站统计和OP防火墙不再手动重载配置
* 修复ubuntu20 pureftp 安装时,端口没有加入安全里
* 增加global_static hook关键字,并优化menu的文件加载hook
* 各种细节优化。

### JSDelivr安装地址
Expand Down
2 changes: 1 addition & 1 deletion class/core/config_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class config_api:

__version = '0.13.0.1'
__version = '0.13.1'
__api_addr = 'data/api.json'

def __init__(self):
Expand Down

0 comments on commit 422514c

Please sign in to comment.