* Add the new version.

This commit is contained in:
hufangzhou
2022-05-06 13:48:21 +08:00
parent 7770df9e3c
commit 90265f93d8
16 changed files with 3839 additions and 14 deletions
+1
View File
@@ -923,6 +923,7 @@ class upgradeModel extends model
$confirmContent .= file_get_contents($this->getUpgradeFile('16.4'));
case '16_5_beta1': $confirmContent .= file_get_contents($this->getUpgradeFile('16.5.beta1'));
case '16_5': $confirmContent .= file_get_contents($this->getUpgradeFile('16.5'));
}
return $confirmContent;