Merge pull request #2871 from HB9HIL/versioninfo_hotfix

Fixing Version Info
这个提交包含在:
Peter Goodhall 2023-12-22 15:48:51 +00:00 提交者 GitHub
当前提交 99200f09df
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -42,7 +42,7 @@
$current_version=$this->optionslib->get_option('version');
if ($data !== null && !empty($data)) {
foreach ($data as $singledata) {
if ($singledata['name']==$current_version) {
if ($singledata['tag_name']==$current_version) {
$firstRelease = $singledata;
continue;
}