mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
发布新版本
This commit is contained in:
@@ -12,14 +12,17 @@ use think\console\Output;
|
||||
|
||||
class VersionBase extends Command
|
||||
{
|
||||
public const VERSION = 'v2.0.110';
|
||||
public const VERSION = 'v2.0.111';
|
||||
|
||||
public const PRODUCT_VERSION = '';
|
||||
|
||||
public const LAYUI_VERSION = '2.8.17';
|
||||
|
||||
public const COMMENT = [
|
||||
'新增LoadMigrationFiles事件,支持扩展提供的数据库迁移文件',
|
||||
'修复更新逻辑错误',
|
||||
'给基类增加工具方法,获取实例对象',
|
||||
'修复自动关闭弹框错误',
|
||||
'修改超级管理员判断方式',
|
||||
'发布新版本',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user