发布新版本

This commit is contained in:
2023-09-26 10:54:49 +08:00
parent 8481ddd0ac
commit b31b49a3b9

View File

@@ -12,19 +12,21 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.46';
public const VERSION = 'v2.0.47';
public const LAYUI_VERSION = '2.8.16';
public const COMMENT = [
'增加扩展机制定位文件',
'将common模块实现扩展模式',
'将topthink/think-template引入到框架内',
'增加fetch和include的文件目录的@和@/开头的定位方法',
'将fetch方法改为return的模式',
'发布新版本',
];
public const UPDATE_TIPS = [
'本次将common下的代码实现了扩展模式',
'可以删除app下common代码',
'本次调整了composer依赖应按照新的composer 调整',
'删除 topthink/think-template',
'引入 psr/simple-cache>=1.0',
'然后重新执行更新命令,删除后会自动初始化新的代码',
];