Skip to content

Commit 43e0a96

Browse files
committed
feat:发行为 v2.3.1
1 parent b98d154 commit 43e0a96

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
🔥🔥基于 Vue3.x + ThinkPHP8 + TypeScript + Vite + Pinia + Element Plus 等流行技术栈的后台管理系统,支持常驻内存运行、可视化CRUD代码生成、自带WEB终端、自适应多端、同时提供Web、WebNuxt、Server端、内置全局数据回收站和字段级数据修改保护、自动注册路由、无限子级权限管理等,无需授权即可免费商用,希望能帮助大家实现快速开发。
44

5+
## v2.3.1-Release
6+
7+
### 安全更新
8+
- 升级 `axios` 以避免 `CVE-2025-27152` 带来的影响([axios请求可能通过绝对URL遭受SSRF和凭证泄露漏洞](https://www.cve.org/CVERecord?id=CVE-2025-27152)
9+
- `BuildAdmin` 后台 `系统配置控制器` 内意外的设置了 `查看` 方法为免登录,可能导致 `配置信息泄露`,建议你立即进行更新或手动修复,[本安全更新详细文档](https://doc.buildadmin.com/guide/other/incompatibleUpdate/v231.html)
10+
11+
### 优化
12+
- 统一和调高系统级 `z-index` 配置值
13+
514
## v2.3.0-Release
615
### 新增
716
- 使用更安全的密码 `hash` 算法

config/buildadmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
// 内容分发网络URL参数,将自动添加 `?`,之后拼接到 cdn_url 的结尾(例如 `imageMogr2/format/heif`)
8181
'cdn_url_params' => '',
8282
// 版本号
83-
'version' => 'v2.3.0',
83+
'version' => 'v2.3.1',
8484
// 中心接口地址(用于请求模块市场的数据等用途)
8585
'api_url' => 'https://buildadmin.com',
8686
];

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-admin",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"license": "Apache-2.0",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)