Files
ulthon_admin/extend/base/admin/service/adminUpdateData/tips.php
2023-11-02 21:01:55 +08:00

21 lines
566 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
// 升级的注意事项
return [
[
'version' => 'v2.0.57',
'desc' => [
'删除了localheinz/diff依赖可以通过以下命令调整',
'composer remove localheinz/diff',
'',
'调整了AdminUpdateServiceBase的代码的文件名和类名可能需要手动修改或删除旧的文件',
],
],
[
'version' => 'v2.0.65',
'desc' => [
'商品表增加了自定义字段的属性输入字段,用于系统商品代码演示',
],
],
];